how to align these landmarks

2 visualizaciones (últimos 30 días)
Sana khan
Sana khan el 5 de Feb. de 2017
Respondida: Sana khan el 6 de Feb. de 2017

Respuesta aceptada

Image Analyst
Image Analyst el 5 de Feb. de 2017
Try imregister().

Más respuestas (2)

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

Sana khan
Sana khan el 6 de Feb. de 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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by