Ask Your Question
2

Learning OpenCV basics

asked 2013-07-15 02:22:58 -0600

parag gravatar image

updated 2020-11-15 02:06:16 -0600

I want suggestions for good tutorial on OpenCV where I can know the basics like reading and manipulating pixel values ,creating matrix like the things we do in matlab. I found tutorials are telling about using library functions for threshold , edge detection and all, I am in learning phase so I don't want to use those functions.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
3

answered 2013-07-15 02:54:07 -0600

Basically there are some steps to follow:

  1. Make sure you have some basic C++ background. If not, read about the basic techniques at the official C++ manual tutorial.
  2. Go to the official openCV tutorial page, start with the very first ones and work your way down. It will help you with the very basics, like pixel manipulation, then move to more exciting stuff. Expecially the core module will set you on your way with the basics.
  3. Use the available books that are published, which guide you step by step through the code of some larger projects, giving you insight in more complex computer vision programming. You have the starter book, which was just released. But there are also some more detailed books, like this one.

And still then, you will only get more experience by hands on training. Most of us have multiple years of programming in OpenCV and still have troubles with some problems. Just keep learning and combining stuff to get to new programming levels.

edit flag offensive delete link more

Comments

1

Thanks for the quick reply ...

parag gravatar imageparag ( 2013-07-15 03:47:24 -0600 )edit

If it suits your needs, accept it as an answer when you can, so that the topic shows solved :)

StevenPuttemans gravatar imageStevenPuttemans ( 2013-07-15 03:59:48 -0600 )edit

Question Tools

Stats

Asked: 2013-07-15 02:22:58 -0600

Seen: 543 times

Last updated: Jul 15 '13