Where to start with Computer Vision

c++, computer-vision, image-processing, image-recognition, opencv

Solution

Take a look at these libraries:

- http://opencv.org/

- http://www.vlfeat.org/

- http://libccv.org/

The OpenCV C++ API looks great, and libccv looks promising (they have a cool HTTP API feature). Currently my favorite "book" is the OpenCV documentation: http://docs.opencv.org

Greetings!

Problem

I am a complete newbie when it comes to computer vision. Keeping in mind that I'm good at C++, can somebody recommend me a good book for computer vision? The software I design shall be very efficient and fast because I'll need to scan continuously neuron pictures and so virtually create the connections between the neurons.

Original source