comparing two images with diffusion mapping
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
hello my project is to compare a contour with a data set sample of same kind of shapes but to the nearest possible shape wth nearest intensity so which techniques can i use to compare the two images except size and histogram technques.
0 comentarios
Respuestas (1)
Image Analyst
el 10 de Feb. de 2013
Many of the measurements that regionprops() can make can be used to compare shapes (contours). Print them out and see which are similar and which are different for the shapes you want to compare.
4 comentarios
Image Analyst
el 10 de Mzo. de 2013
Editada: Image Analyst
el 10 de Mzo. de 2013
How about just subtracting them? Or use other metrics like SSIM? Or use SURF? Or go all out and use some sophisticated CBIR methods? I don't know the "diffusions mapping" method.
Ver también
Categorías
Más información sobre 3-D Volumetric Image Processing 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!