opencv/opencv2

asked 2014-01-11 13:54:49 -0600

RJ gravatar image

updated 2014-01-11 13:55:53 -0600

Follow instruction (1), but it do not create important folders (opencv, opencv2*) with their content. How to resolve that problem?

1) http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html#windows-installation *-that folder create, but without important content

edit retag flag offensive close merge delete

Comments

2

for the prebuild libs, look into the opencv/build/include folder, if you build using cmake, the INSTALL step will copy all needed stuff to the folder you gave as install target ( probably build/install by default)

berak gravatar imageberak ( 2014-01-11 14:06:21 -0600 )edit
1

You try "Installation by Using the Pre-built Libraries" or try "Building the library"?

sploid gravatar imagesploid ( 2014-01-11 16:27:33 -0600 )edit

I try @Installation by Making Your Own Libraries from the Source Files@

RJ gravatar imageRJ ( 2014-01-13 13:07:35 -0600 )edit

berak, I using Cmake, but it do not create "opencv" forder; "opencv2" - create, but without important files.

RJ gravatar imageRJ ( 2014-01-13 13:15:10 -0600 )edit
1

if you were using visual studio, open the sln, locate the INSTALL project and build this. all headers and libs/dlls will get copied to build/install.

berak gravatar imageberak ( 2014-01-13 13:18:40 -0600 )edit

berak, thank's a lot! Problem Resolved!

RJ gravatar imageRJ ( 2014-01-14 06:35:00 -0600 )edit