3D surface measuring data

Hello guys,
Im using this code to measure a 3D surface from 2D images, but i got an error and i still can't fix it. Can you guys check it, im a newbie in matlab.

4 comentarios

KSSV
KSSV el 18 de Ag. de 2020
We don't have the input to run your code and we don't know what is your error to help you. What you expect?
agung pratama
agung pratama el 18 de Ag. de 2020
Editada: agung pratama el 18 de Ag. de 2020
This is the error i get,
>> im_analyze5_2
Index exceeds the number of array elements (9).
Error in im_analyze5_2 (line 51)
im(i).image = imread(strcat(im_dir , files(im_list(i)+2).name));
and here i attach the images, and i expect 3D surface wit x,y,z value in mm instead like this picture
KSSV
KSSV el 18 de Ag. de 2020
im_list(i)+2
why +2 ???
agung pratama
agung pratama el 18 de Ag. de 2020
I get this code from paper that I read, I want to do the same thing like the paper but with my file images. I don't know what changes must I do to make it works. I've tried so many time, but I attach the original code so you can see where I begin,

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Preguntada:

el 18 de Ag. de 2020

Comentada:

el 18 de Ag. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by