Ask Your Question
0

how to find the source code of some functions I want to use in opencv

asked Mar 8 '13

laoli_jade gravatar image

when use opencv in my project, I want to see the source code of some functions to know their implementation, how to find the source code of some functions I want to use in opencv?

Preview: (hide)

1 answer

Sort by » oldest newest most voted
2

answered Mar 8 '13

awknaust gravatar image

Download the source, i.e. from http://opencv.org/downloads.html

Preview: (hide)

Comments

1

Compile the debug version of OpenCV and link with the debug lib to have direct access to the line number and file inside your debugger.

Question Tools

Stats

Asked: Mar 8 '13

Seen: 331 times

Last updated: Mar 08 '13