how to align these landmarks

2 views (last 30 days)
Sana khan
Sana khan on 5 Feb 2017
Answered: Sana khan on 6 Feb 2017

Accepted Answer

Image Analyst
Image Analyst on 5 Feb 2017
Try imregister().

More Answers (2)

Sana khan
Sana khan on 6 Feb 2017
how to register my image i am stuck in this code:

Sana khan
Sana khan on 6 Feb 2017
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

Community Treasure Hunt

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

Start Hunting!