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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/194705/image.png)
참고 항목
카테고리
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!