Effacer les filtres
Effacer les filtres

Reconstructing 3D point cloud from two stereo images

37 vues (au cours des 30 derniers jours)
Jason Hathaway
Jason Hathaway le 29 Jan 2017
Commenté : Takuji Fukumoto le 13 Fév 2017
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.

Réponse acceptée

Takuji Fukumoto
Takuji Fukumoto le 30 Jan 2017
This shows the workfrow to reconstruct point cloud from stereo vision
You can get disparityMap with the folloing function.
disparityMap = disparity(frameLeftGray, frameRightGray);
  8 commentaires
Jason Hathaway
Jason Hathaway le 11 Fév 2017
Modifié(e) : Jason Hathaway le 11 Fév 2017
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 le 13 Fév 2017
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.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by