3D reconstruction from a 2D image
이전 댓글 표시
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?
답변 (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.
카테고리
도움말 센터 및 File Exchange에서 Process Point Clouds에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!