3D reconstruction from a 2D image

2 visualizaciones (últimos 30 días)
prashik shende
prashik shende el 12 de En. de 2021
Comentada: prashik shende el 13 de En. de 2021
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?

Respuestas (1)

Catalytic
Catalytic el 12 de En. de 2021
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 comentario
prashik shende
prashik shende el 13 de En. de 2021
But i have given two input image of continous frame still this error is getting how to reslove this?

Iniciar sesión para comentar.

Categorías

Más información sobre Resizing and Reshaping Matrices en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by