opencv .cpp, .hpp
Trying to use OpenCV 3.0 sources without/bypass the libraries. Has anyone tried this approach?. I got way too many errors.
Trying to use OpenCV 3.0 sources without/bypass the libraries. Has anyone tried this approach?. I got way too many errors.
Asked: 2015-08-02 05:39:56 -0600
Seen: 216 times
Last updated: Aug 02 '15
Licence plate detection with different backgrounds
How to use BOW file for testing
How can I write numbers inside the detected circles on the image when using Hough Circle Transform?
I cannot load my training descriptors in memory [closed]
OpenCL Errors in the Console when using Stitcher OpenGL 3
Memory leak while using Mat [closed]
And the question is what?
What do you mean by using "sources without libraries"?
using the source codes (.cpp, .hpp, .h). No linkage to the binaries such as .lib or .dll.
you can do it. but why do you want to do? if you have a good reason i can try to explain how to do.
For several good reasons, one of them being to avoid extra other libraries.. If you would want to explain, do in simple steps...
instead of that (broken) approach, rather build static libs, and link against those.