Writing Code for Pattern Recognition
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Tallha Akram
le 9 Nov 2011
Commenté : Image Analyst
le 19 Août 2018
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 commentaires
Réponse acceptée
Image Analyst
le 9 Nov 2011
Go here http://blogs.mathworks.com/steve/ Steve quite literally wrote the book on image processing in MATLAB.
Plus de réponses (1)
pooja chandrabose
le 19 Août 2018
Can any 1 tell me how to detect the exact object in images...under computer vision toolbox....
1 commentaire
Image Analyst
le 19 Août 2018
Use isequal() if you know that it's EXACTLY the same pixel values, otherwise use normxcorr2() like in the attached demo.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/194705/image.png)
Voir également
Catégories
En savoir plus sur Pattern Recognition and Classification dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!