how to align these landmarks

 Accepted Answer

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

Categories

Community Treasure Hunt

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

Start Hunting!