comparing two images with diffusion mapping
显示 更早的评论
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.
回答(1 个)
Image Analyst
2013-2-10
0 个投票
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 个评论
PK
2013-3-7
Image Analyst
2013-3-7
Several examples are in my File Exchange, particularly BobsDemo: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862. (If that helps, Accept this answer.)
PK
2013-3-9
Image Analyst
2013-3-10
编辑:Image Analyst
2013-3-10
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Lighting, Transparency, and Shading 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!