Ask Your Question
3

Tutorials for OpenCV dev

asked 2015-02-10 02:12:04 -0600

Param-Uttarwar gravatar image

I am quite familiar with the functions of the library (and how to use it ) .But i want to learn a level below ,contribute . How the codes are written internally as a developer. Are there any resources/tutorials one can recommend.

Thank you in advance

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
6

answered 2015-02-10 02:52:43 -0600

updated 2015-02-10 04:04:14 -0600

thdrksdfthmn gravatar image

First of all, welcome to the club of people that want to upgrade and adapt the code to the needs of others computer vision software developers. Some of the following steps might give you a good insight in what to do:

  • The complete developing community is focussed around the development issues forum, the pull request overview and the actual source code base of OpenCV.
  • Start by reading through the contribution process, right here. It explains the basic process of getting extra into the repository.
  • The code style guide gives you an insight in how your add-ons should be formatted in order to get merged faster.
  • A complete sample for OpenCV contribution on Windows can be found here and for Linux right here - which will be put on the same dev forum in the near future -

Then it is basically up to you where you want to start. I always suggest trying something easy to get used to the system, like some small bug fixes or some adaptation to the documentation. Once you done that, you can indeed dig deeper into the sourcecode and add usefull stuff where needed.

edit flag offensive delete link more

Comments

1

Thanks a lot

Param-Uttarwar gravatar imageParam-Uttarwar ( 2015-02-10 06:16:07 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2015-02-10 02:12:04 -0600

Seen: 266 times

Last updated: Feb 10 '15