superimpose extremas of region on image
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
tala
el 28 de Abr. de 2017
Editada: Image Analyst
el 28 de Abr. de 2017
hello everyone im a beginner in matlab. could anybody help me please: i have found the extremas of a region wich comes frome extrema property of 'regionprops'command. this 'extrema' matrix is a 8-by-2 matrix. now, i want to show this 8 points on my original image. could anybody help me how can i do this?
s=regionprops(im6,'all'); Extremas=cat(1,s.Extrema);
0 comentarios
Respuesta aceptada
Image Analyst
el 28 de Abr. de 2017
Why not try plot()?
2 comentarios
Image Analyst
el 28 de Abr. de 2017
Editada: Image Analyst
el 28 de Abr. de 2017
Try removing the % at the beginning of the line to uncomment them. And then getting x and y coordinates from s.Extrema.
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!