hi can i get the co-ordinates of any image against template image co-ordinates?
Info
This question is closed. Reopen it to edit or answer.
Show older comments
I have the two images one is row image with and other is its template image (matching image) ..now my basic aim is to identify location of particular shape say omr bubble on the row image ...
is there any way that i can give - the location of matched image and the same omr bubble (rectangle) or any other thing say barcode to MATLAB and in return matlab will give me the locations of the same thing in my actual row image...:>
i am trying this stuff using Computer vision toolbox functions ...:>
pls let me know if you can help me ...:>
thanks in advance ...:>
Answers (1)
Image Analyst
on 3 Jul 2012
0 votes
Use normxcorr2(), as shown in this thread: http://www.mathworks.com/matlabcentral/answers/24467-identifying-objects-in-a-picture-containing-several-objects
5 Comments
meghna bhatt
on 4 Jul 2012
Image Analyst
on 4 Jul 2012
If your template is not a good match for anything in your image (like it was cropped from it), then I suggest you look into the SURF algorithm. http://en.wikipedia.org/wiki/SURF I've seen impressive results when using SURF in CBIR, like "Find the painting in the picture" or "Find me all pictures in this database collection of photos that have a house in them"
meghna bhatt
on 5 Jul 2012
Image Analyst
on 5 Jul 2012
I don't know what "omr" means.
How can we help?
meghna bhatt
on 5 Jul 2012
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!