3D object measurement from 2D images
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello guys,
Im using this code to measure a 3D surface from 2D images (0r.png and 6rr.png), but i got an error and i still can't fix it. Can you guys check it, im a newbie in matlab.
>> 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));
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Surface and Mesh Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!