Ask Your Question
0

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

asked 2013-03-07 21:22:14 -0600

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?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2013-03-08 02:35:09 -0600

awknaust gravatar image

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

edit flag offensive delete link more

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.

Mathieu Barnachon gravatar imageMathieu Barnachon ( 2013-03-08 02:42:42 -0600 )edit

Question Tools

Stats

Asked: 2013-03-07 21:22:14 -0600

Seen: 278 times

Last updated: Mar 08 '13