Borrar filtros
Borrar filtros

Writing Code for Pattern Recognition

2 visualizaciones (últimos 30 días)
Tallha Akram
Tallha Akram el 9 de Nov. de 2011
Comentada: Image Analyst el 19 de Ag. de 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

Respuesta aceptada

Image Analyst
Image Analyst el 9 de Nov. de 2011
Go here http://blogs.mathworks.com/steve/ Steve quite literally wrote the book on image processing in MATLAB.
Here's an online book: http://szeliski.org/Book/
  1 comentario
Tallha Akram
Tallha Akram el 9 de Nov. de 2011
Thanks Alot. it will really help.
Regards

Iniciar sesión para comentar.

Más respuestas (1)

pooja chandrabose
pooja chandrabose el 19 de Ag. de 2018
Can any 1 tell me how to detect the exact object in images...under computer vision toolbox....
  1 comentario
Image Analyst
Image Analyst el 19 de Ag. de 2018
Use isequal() if you know that it's EXACTLY the same pixel values, otherwise use normxcorr2() like in the attached demo.

Iniciar sesión para comentar.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by