opencv/opencv2
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
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)
You try "Installation by Using the Pre-built Libraries" or try "Building the library"?
I try @Installation by Making Your Own Libraries from the Source Files@
berak, I using Cmake, but it do not create "opencv" forder; "opencv2" - create, but without important files.
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, thank's a lot! Problem Resolved!