is there an algorithm of matching based on intensity information
3 views (last 30 days)
Show older comments
as i know aSURF ALGORITHM based only on position,i'd like to know ifthere is another algorithm of matching based on intensity information, thank yu
0 Comments
Answers (2)
Image Analyst
on 4 Mar 2016
You could use normalized cross correlation. Demo is attached.
0 Comments
Dima Lisin
on 4 Mar 2016
Actually, you are not quite right. What you typically match are SURF descriptors, which are based on gradient orientation distribution around the SURF points. So when you match the SURF descriptors, you are using intensity information.
0 Comments
See Also
Categories
Find more on Computer Vision with Simulink in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!