Reconstructing 3D point cloud from two stereo images
    20 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Jason Hathaway
 am 29 Jan. 2017
  
    
    
    
    
    Kommentiert: Takuji Fukumoto
    
 am 13 Feb. 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.
0 Kommentare
Akzeptierte Antwort
  Takuji Fukumoto
    
 am 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 Kommentare
  Takuji Fukumoto
    
 am 13 Feb. 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.
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Point Cloud Processing finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!




