3D reconstruction from a 2D image
1 次查看(过去 30 天)
显示 更早的评论
I want to creat a point cloud from 2d image can anyone help me with this?
and I tried to use streo calibrator but it is giving error ' Dimensions of arrays being concatenated are not consistent matlab ' why is it so?
0 个评论
回答(1 个)
Catalytic
2021-1-12
and I tried to use streo calibrator but it is giving error ' Dimensions of arrays being concatenated are not consistent matlab ' why is it so?
That error message occurs when you do something like this.
>> [ [1,2]; [3 4 5]]
Error using vertcat
Dimensions of arrays being concatenated are not consistent.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!