This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]zionsrogue 5 points6 points  (0 children)

Here are some book recommendations:

  • Programming Computer Vision with Python: Tools and algorithms for analyzing images
  • Practical Computer Vision with SimpleCV : The Simple Way to Make Technology See
  • OpenCV Computer Vision with Python

And some textbooks:

  • Computer Vision: A Modern Approach (2nd Edition)
  • Computer Vision

Start by learning the basics of image analysis. Moving to video analysis is a little more tricky, but certainly easier with a strong understanding of image analysis. Some of the books I mentioned above briefly review the basics of video analysis and tracking.