Writing Code for Pattern Recognition
1 次查看(过去 30 天)
显示 更早的评论
Hies.
I am Tallha. I need a guideline to write a code for Pattern Recognition problems. All the stuff in the books are Mathematical Equations and i will not get good idea until i simulate them.Can anyone suggest me or refer me some website or tips or some books which i have to use . I prefer to work in Matlab.
Regards
0 个评论
采纳的回答
Image Analyst
2011-11-9
Go here http://blogs.mathworks.com/steve/ Steve quite literally wrote the book on image processing in MATLAB.
更多回答(1 个)
pooja chandrabose
2018-8-19
Can any 1 tell me how to detect the exact object in images...under computer vision toolbox....
1 个评论
Image Analyst
2018-8-19
Use isequal() if you know that it's EXACTLY the same pixel values, otherwise use normxcorr2() like in the attached demo.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Pattern Recognition and Classification 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!