採用された回答

Image Analyst
Image Analyst 2017 年 2 月 5 日

0 投票

Try imregister().

その他の回答 (2 件)

Sana khan
Sana khan 2017 年 2 月 6 日

0 投票

how to register my image i am stuck in this code:
Sana khan
Sana khan 2017 年 2 月 6 日

0 投票

a = imread('s.jpg'); figure, imshow(a) text(size(a,2),size(a,1)+15, ... 'Normal Disc of lumber spine', ... 'FontSize',7,'HorizontalAlignment','right'); b = imread('t.jpg'); figure, imshow(b) text(size(b,2),size(b,1)+15, ... 'Harniated Disc of lumber spine', ... 'FontSize',7,'HorizontalAlignment','right'); cpselect(a, b) imregister(a, b)
i am stuck in this code.can you help me plz

カテゴリ

ヘルプ センター および File ExchangeImage Processing Toolbox についてさらに検索

質問済み:

2017 年 2 月 5 日

回答済み:

2017 年 2 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by