how to align these landmarks

 Respuesta aceptada

Más respuestas (2)

Sana khan
Sana khan el 6 de Feb. de 2017

0 votos

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

0 votos

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

Categorías

Más información sobre Image Processing Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 5 de Feb. de 2017

Respondida:

el 6 de Feb. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by