Ask Your Question
0

How can i get function definition of opencv functions?

asked 2016-09-25 23:37:43 -0600

_HangOver_ gravatar image

I am very new in opencv and still i am learning opencv. I downloaded opencv SDK with source code but i only found function declarations there. Is it possible to see the function definitions and if yes then how will i get this.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2016-09-26 03:03:56 -0600

kbarni gravatar image

updated 2016-09-26 03:04:31 -0600

The source code for the functions is in modules/[module_name]/src. Just look for the *.cpp files.

However I don't know why you would be interested in reading the source code if you are new to OpenCV (believe me, it's not so easy to understand).

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-09-25 23:37:43 -0600

Seen: 409 times

Last updated: Sep 25 '16