Reconstructing 3D point cloud from two stereo images

조회 수: 22 (최근 30일)
Jason Hathaway
Jason Hathaway 2017년 1월 29일
댓글: Takuji Fukumoto 2017년 2월 13일
Hi everyone!
I've two stereo images taken from Aquifi camera, and I want to compute the disparity and reconstruct the 3D point cloud.
I'd like to help me how to start with this. These are the object, the image taken from the master and the slave cameras.
Thanks in advance.

채택된 답변

Takuji Fukumoto
Takuji Fukumoto 2017년 1월 30일
This shows the workfrow to reconstruct point cloud from stereo vision
You can get disparityMap with the folloing function.
disparityMap = disparity(frameLeftGray, frameRightGray);
  댓글 수: 8
Jason Hathaway
Jason Hathaway 2017년 2월 11일
편집: Jason Hathaway 2017년 2월 11일
Hi again! And thank you again for your answers!
As for now, I might have a much more theoretical question. I've used SSD to get disparity. I've used rectangular windows and compared them with their compatible square windows.
Figure 1. 4 x 16
Figure 2. 8 x 8
It looks like the square is much better, but is that the case in theory?
Thanks in advance.
Takuji Fukumoto
Takuji Fukumoto 2017년 2월 13일
I think so. Generally, if you use small window size, you can get details but also get noise. This means if you use rectangular window the matching result which is depending on direction.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Point Cloud Processing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by