opencv .cpp, .hpp

asked 2015-08-02 05:41:05 -0600

cad4 gravatar image

updated 2015-08-02 20:06:52 -0600

Trying to use OpenCV 3.0 sources without/bypass the libraries. Has anyone tried this approach?. I got way too many errors.

edit retag flag offensive close merge delete

Comments

1

And the question is what?

LorenaGdL gravatar imageLorenaGdL ( 2015-08-02 06:01:19 -0600 )edit

What do you mean by using "sources without libraries"?

unxnut gravatar imageunxnut ( 2015-08-02 12:06:52 -0600 )edit

using the source codes (.cpp, .hpp, .h). No linkage to the binaries such as .lib or .dll.

cad4 gravatar imagecad4 ( 2015-08-02 17:57:18 -0600 )edit

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.

sturkmen gravatar imagesturkmen ( 2015-08-02 18:22:58 -0600 )edit

For several good reasons, one of them being to avoid extra other libraries.. If you would want to explain, do in simple steps...

cad4 gravatar imagecad4 ( 2015-08-02 19:30:06 -0600 )edit
2

instead of that (broken) approach, rather build static libs, and link against those.

berak gravatar imageberak ( 2015-08-03 01:08:13 -0600 )edit