728x90
반응형

목표 "3D Reconstruction" 

 

based Point Cloud

using Kinect. Streo camera

in OpenNI

 

 

1. 스테레오 카메라로 입력받은 이미지를(ex using Kinect) Point Cloud(or ICP)를 이용하여 3D Reconstuction.

2. Original Object를 자연마커로 설정

3. 3D Modeling 된 객체를 자연마커 위에 증강

 

 

 

 

KinectFusion - Real-time 3D Reconstruction and Interaction Using a Moving Depth Camera [28C3]

 

출처 :

https://www.youtube.com/watch?v=bRgEdqDiOuQ&ebc=ANyPxKpzUvOzRK0XIGsFDZXDNzLCr8q6AbHo5wJlH5TiH_CcsNau5OqDDfWOnwZXuE8SYy9Lsq4vV7aM4QgyBkhkR0PiKJdQSQ&nohtml5=False 

 

 

Iterative Closest Point(ICP) with very 3D point

 

- Used to align overlapping 3D point clouds

- Assumption : point clouds are roughly aligned

1. Individual points of the previous and the current frame are projectively associated through the same image frame

2. Distance and angle compatibility is checked

3. Energy function is minimized.(energy function (linear system, best fit, hole point))

4. An offset transformation between the point clouds is acquired and applied

5. The previous steps are iterated multiple times

 

 

 

 

 

 

 

 

 

 

 

data structure 

 

depth number, single point, negative, 

 = "Ray Cast Rendering"

 

 

 

 

 

 

Object Segmentation

 

 

 

 

 

Limitations

- Voxel model isn't very flexible

- Can't properly model deformations

- Doesn't work for large areas

- Doesn't work for far away objects

- Doesn't work outdoors

- Requires a really powerful gamer PC...

 

 

 

 

 

 

 

 

 

3D Reconstruction with stereo cameras

 

for more information, 

https://erget.wordpress.com/2014/05/02/producing-3d-point-clouds-from-stereo-photos-tuning-the-block-matcher-for-best-results/ 

 

Optimizing point cloud production from stereo photos by tuning the block matcher

In this last post in my series on using a homemade stereo camera to produce 3d point clouds, I’ll show you how to improve your 3d point clouds in order to get optimal results. I’ll also…

erget.wordpress.com

 

 

 

https://www.youtube.com/watch?v=Ebxj04uhmS8&nohtml5=False 

 

Real-time 3D Reconstruction at Scale using Voxel Hashing

https://www.youtube.com/watch?v=XD_UnuWSaoU&nohtml5=False 

more information , 

http://research.microsoft.com/en-us/projects/voxelhashing/ 

 

Real-time 3D Reconstruction at Scale using Voxel Hashing - Microsoft Research

Online 3D reconstruction is gaining newfound interest due to the availability of real-time consumer depth cameras. The basic problem takes live overlapping depth maps as input and incrementally fuses these into a single 3D model. This is challenging partic

www.microsoft.com

 

http://skanect.occipital.com/ 

 

Skanect 3D Scanning Software By Occipital - The Easiest Way To 3D Scan With the Structure Sensor and Kinect-like 3D Sensors

The Easiest Way To 3D Scan With the Structure Sensor and Kinect-like 3D Sensors

skanect.occipital.com

 

http://reconstructme.net/ 

 

Digitize Your World

ReconstructMe is a powerful 3D real-time scanning system - plus it is simple to use and free. Download 2.5.1034 for 64bit Vista/7/8/10 Other downloads ReconstructMe’s usage concept is simila

www.reconstructme.net

 

-> Boost 함수 관련 링크

http://www.viper.pe.kr/cgi-bin/moin.cgi/Boost 

 

-> Boost 라이브러리 빌드 설치 관련 링크

http://themangs.tistory.com/entry/boost-%EB%9D%BC%EC%9D%B4%EB%B8%8C%EB%9F%AC%EB%A6%AC-%EB%B9%8C%EB%93%9C-%EC%84%A4%EC%B9%98-%EB%B9%84%EC%A5%AC%EC%96%BC-%EC%8A%A4%ED%8A%9C%EB%94%94%EC%98%A4VS 

 

boost 라이브러리 빌드 설치 [비쥬얼 스튜디오(VS)]

우선 제가 쓰는 비쥬얼 스튜디오 버전은 2013입니다. 그래서 환경은 2013에 기반해서 글을 씁니다. 모든 내용이 정확하지는 않을수 있기때문에 안되는 부분이 있을수도... (전 이대로 해서 됫다는..

themangs.tistory.com

http://www.3dcombine.com/ 

 

3DCombine Home Page

3DCombine allows you to create, edit and convert 3D photos and videos. It supports a wide range of file and viewing formats and allows batch conversion between them. All functions are placed at the user's fingertips with simple toolbars, while guides and t

www.3dcombine.com

 

그리고, Kinect를 이용한 3D reconstruction, Openni, OpenGL(렌더링할때), OpenCV 사용하여 구현한 것 (네이버, Kinect 카페)

 

3D Reconstruction : 

http://www-cvr.ai.uiuc.edu/ponce_grp/publication/paper/eccv06a.pdf 

 

Kinect와 OpenNI, OpenCV 연동하기

http://blog.naver.com/PostView.nhn?blogId=ocllos&logNo=192886384&categoryNo=0&parentCategoryNo=18&viewDate=&currentPage=1&postListTopCurrentPage=1 

 

[Kinect+OpenCV] Kinect 와 openNI , openCV 연동하기

Kinect 와 opencv 연동하기에 대해 예전부터 가끔씩 문의 쪽지가 와서 첫 강좌로 이것을 잡았습니다.2011...

blog.naver.com

 

opencv, openNI, 연동해서 depth 영상 받아오기

http://blog.naver.com/ocllos/124822258 

 

[Kinect+OpenCV] OpenNI + OpenCV 이용해서 New 프로젝트 만드는법

vs2005 기준으로 만들었습니다^^; 시작하기전에 OpenNI 와 OpenCV 2.1이 설치되어있어야 합니다.^^ ...

blog.naver.com

 

진짜 Kinect 관련글 잘정리되어있는 티스토리 블로그

http://talkingaboutme.tistory.com/category/About%20Kinect 

 

'About Kinect' 카테고리의 글 목록

 

talkingaboutme.tistory.com

 

728x90
반응형