GithubHelp home page GithubHelp logo

cv_practice's Introduction

Practice for 3D object projection

Try to project a 3D object to difference views.
You can use any method to impliment this practice.

Description

3D objects are usually stored as "point cloud", which sample lots of dots along the surface of real world object and represent them as (x,y,z) in camera coordinate.(wiki)

The 3D object processing often lead to large amount of computation. To make this more efficiency and easy to display, we usually project them to 2D. Here is an example

File explain:

The 3D object is store as XXX.abs file.(due to license, I cannot put here)

The abs folder is a decoder for abs format.
The CMake can generate a dynamic link libaray (dll) for other language or other platform.

The python folder is a demo for use dll library.

GOAL

1. Display Original point cloud in 3D space (Need a good cpu or gpu, if your device cannot display you can skip it)

2. Project to 2D image (depth map)

3. Try rotating the object (in any direction, you can also move the camera and the projection plane) and project it to a 2D depth map. The output depth map should contain rotation information (eg, £cx, £cy, £cz).

cv_practice's People

Contributors

fong5855 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.