"estimateGeometricTransform" error: expected single or double
显示 更早的评论
I'm trying to create a panorama with many images. I have used the standard Matlab algorithm for this purpose. This algorithm is explained here: http://es.mathworks.com/help/vision/examples/feature-based-panoramic-image-stitching.html
Since I'm sure that my images are one after another, without rotation etc. I want to change the type of the geometric transformation from 'projective' to 'similarity' but, when I do this, I have the following error during execution:
The following error occurred converting from affine2d to projective2d:
Error using projective2d.set.T
Expected T to be one of these types:
single, double
Instead its type was affine2d.
Error in main (line 66)
tforms(n) = estimateGeometricTransform(matchedPoints, matchedPointsPrev,...
I don't understand what the error is, do I need other type of matching points instead of the given by SURF features?
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Process Point Clouds 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!