Comparing two binary images
57 ビュー (過去 30 日間)
古いコメントを表示
Hello i'm trying to build a matlab function which is capable of locating the location of an image inside another one : as in the picture
the picture to the right doesn't have the same size as that in the one to the left i tried various method like subtracting the two image , the objective of this is to extract a number which is located beside this tree for that i want to locate the treee then extract the number using ocr , im not experienced in image processing i hope you guide me to the right track. Regards
0 件のコメント
採用された回答
Elvin
2014 年 2 月 5 日
You can try this method: http://www.mathworks.com/help/vision/gs/object-detection-and-tracking.html#btt5qyu
3 件のコメント
その他の回答 (1 件)
Image Analyst
2014 年 2 月 6 日
There is SIFT - Scale Invariant Feature Transform, but that's been patented so you can use an similar alternate: SURF. The authors also patented SURF or something related to it, but the good news is that it's built into the Computer Vision System Toolbox. The bad news is that it's pretty challenging to use for novices like you. Good luck.
参考
カテゴリ
Help Center および File Exchange で Image Processing and Computer Vision についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!