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 件のコメント

KSSV
KSSV 2020 年 8 月 18 日
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 2020 年 8 月 18 日
編集済み: agung pratama 2020 年 8 月 18 日
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 2020 年 8 月 18 日
im_list(i)+2
why +2 ???
agung pratama
agung pratama 2020 年 8 月 18 日
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,

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeGeometric Transformation and Image Registration についてさらに検索

質問済み:

2020 年 8 月 18 日

コメント済み:

2020 年 8 月 18 日

Community Treasure Hunt

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

Start Hunting!

Translated by