3D reconstruction from a 2D image

조회 수: 2 (최근 30일)
prashik shende
prashik shende 2021년 1월 12일
댓글: prashik shende 2021년 1월 13일
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
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.
  댓글 수: 1
prashik shende
prashik shende 2021년 1월 13일
But i have given two input image of continous frame still this error is getting how to reslove this?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by