Ask Your Question
1

how much knowledge of C++ I need to start reading opencv book ??

asked 2014-01-02 09:06:01 -0600

loOol gravatar image

updated 2014-01-02 09:39:25 -0600

Hi. guys.!

I started learning C++. but I want to learn opencv too. however I want to know, if I can start reading a book on opencv. how much knowledge of C++ I need to start reading opencv's book?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-01-02 09:27:49 -0600

OpenCV is getting easier and easier in each version. In the past you wouldn't be able to write efficient opencv programs without a fair knowledge about pointers, memory allocation and release and other rather complicated stuff. Right now, opencv handles most complicated low level stuff and allows you to just keep thinking about the actual computer vision.

However, it is important to have notion about variables, loops, data types, functions, classes and the rest of the basic stuff, therefore I recommend you read a C++ for beginners book before diving into OpenCV programming.

Good luck!

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-01-02 09:06:01 -0600

Seen: 231 times

Last updated: Jan 02 '14