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.
|
|
|||||
|
closed as not constructive by ildjarn, Jim Lewis, mmgp, Dukeling, Bob Kaufman Feb 21 at 23:35
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Take a look at these libraries: 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! |
|||
|
|
|
There is a book on Opencv. Opencv is what I use for image processing in C++.Depending on your usage you can design algorithm on matlab quickly and use C++ to program things after your algorithm is ready. |
|||
|
|
|
nice freebie on general cv topics : http://szeliski.org/Book/ (guy there loves to hear himself talking, but still a good read!!) if you opt for opencv, there's the Learning Opencv book by Gary Bradsky, http://www.cse.iitk.ac.in/users/vision/dipakmj/papers/OReilly%20Learning%20OpenCV.pdf (nice explanations for almost anything, but quite outdated code examples) |
||||
|
|
|
good book Computer Vision. It's about math foundations of CV. |
|||
|
|
