I'm trying to use OpenCV on a Raspberry Pi (embedded system), so I need the source code of the OpenCV C API so that I can compile and use it.
After some searching, I found that the C API was developed in OpenCV 1.x. Now it is supported only for backward compatibility. It is outdated and may be removed in the future.
OpenCV has C documentation , but I was unable to get the source code.
So is the OpenCV C API deprecated or can I download the older source code?
Ahmed kato
source share