function estimateUncalibratedRectification
    5 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
function estimateUncalibratedRectification from page http://www.mathworks.com/help/vision/ref/estimateuncalibratedrectification.html
Could someone please explain what do these data mean? Or how can I adjust?
[x0, y0] = deal(-120, -30); xLim = [0.5, w+0.5] + x0; yLim = [0.5, h+0.5] + y0; outputView = imref2d([h,w], xLim, yLim);
3 commentaires
Réponses (0)
Voir également
Catégories
				En savoir plus sur Point Cloud Processing dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

