How can I learn the math necessary for working with computer vision?

Posted by Duncan Benoit on Stack Overflow See other posts from Stack Overflow or by Duncan Benoit
Published on 2009-05-05T12:36:27Z Indexed on 2010/04/07 4:03 UTC
Read the original article Hit count: 298

Filed under:
|

I know that computer vision involves a lot of math, but I need some tips about how programmers gain that knowledge. I've started to use the OpenCV library but I have some major problems in understanding how the math works in the algorithms.

In college I have studied some math and we worked with matrices and derivatives, but I didn't pay to much attention to the subject. It seemed to be so difficult and useless from a programmer point of view. I suppose that there has to be some easy way to understand what a second derivative is without calculating an equation. (Derivatives are just an example)

Do you have any tips for me about how can i gain such knowledge? A forum, book, link, advice, anything?

© Stack Overflow or respective owner

Related posts about computer-vision

Related posts about math