Writing Code for Pattern Recognition
Show older comments
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
Accepted Answer
More Answers (1)
pooja chandrabose
on 19 Aug 2018
0 votes
Can any 1 tell me how to detect the exact object in images...under computer vision toolbox....
1 Comment
Image Analyst
on 19 Aug 2018
Use isequal() if you know that it's EXACTLY the same pixel values, otherwise use normxcorr2() like in the attached demo.

Categories
Find more on Semantic Segmentation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!