Andrey Kamaev
c08dab0c52
Fixed modules order in OpenCVConfig.cmake
13 years ago
Alexey Spizhevoy
f515337beb
Added handling of stitching module into OpenCVConfig.cmake.in
13 years ago
Vadim Pisarevsky
5678464f7d
fixed OpenCVConfig.cmake for statically built OpenCV on Mac
13 years ago
Andrey Kamaev
ff8fe39e23
removed duplicated compiler flags assignment
14 years ago
Andrey Kamaev
730622178b
Turned off android camera and java wrappers for low Android API levels (android-8 is required for these components)
14 years ago
Andrey Kamaev
96d29621b7
Fixes for path mangling feature
14 years ago
Ethan Rublee
6259c9ac6a
First pass at name mangling based on version number, to support
...
side by side installs of OpenCV2.3.0 OpenCV2.3.1 OpenCV2.4.x, etc...
14 years ago
Andrey Kamaev
b43ae03328
* Install path share/opencv is renamed to share/OpenCV.
...
* Fixed zlib search.
* Fixed compiler/linker flags caching bug.
* Fixed OpenCVConfig.cmake generation (currently tested only on Unix).
14 years ago
Ethan Rublee
2ee4f0de31
Merging back 2.3 cmake changes.
14 years ago
Vadim Pisarevsky
677d2e508f
fix for ticket #1153 propagated to trunk
14 years ago
Andrey Kamaev
9c71134caf
Added generation of OpenCV.mk file for Android development with ndk-build tool
14 years ago
Andrey Kamaev
6e8b4e646a
Fixed Android install target
14 years ago
Andrey Kamaev
206aa50f86
Added Android native camera module
14 years ago
Alexander Shishkov
6aabf72bc5
removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS
14 years ago
Andrey Kamaev
727fbd5376
Android cmake toolchain file is included into OpenCV
14 years ago
Vadim Pisarevsky
4aaa2700f6
do not use Lapack anymore
14 years ago
Andrey Kamaev
68534d70f3
Merged android-experimental branch back to trunk.
14 years ago
Vadim Pisarevsky
9dfb15dbbd
some more fixes for the static library configuration
14 years ago
Vadim Pisarevsky
0de9c9fd3c
opencv_zlib renamed back to zlib; make static libs work on Windows
14 years ago
Vadim Pisarevsky
8b4cb1d99c
make OpenCVConfig.cmake usable in the case of static libs
14 years ago
Vadim Pisarevsky
0cab986ecf
applied patches by sigma (ticket #644 )
14 years ago
Anatoly Baksheev
b59b0fd7fc
added opencv_flann to OpenCVConfig
14 years ago
Andrey Morozov
199ffc632d
added flags OpenCV_COMPUTE_CAPABILITIES, which stores the version compute capability from which it is compiled opencv
...
now use opencv with cuda in your application in the such way : set(CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS} ${OpenCV_COMPUTE_CAPABILITIES})
14 years ago
Anatoly Baksheev
d1fc3e6b5a
cv::gpu::CudaStream -> cv::gpu::Stream
...
some refactoring
added gpu module to compilation
14 years ago
Anatoly Baksheev
131bd5678d
removed opencv_gpu from OpenCVConfig.cmake.in
15 years ago
Anatoly Baksheev
7f6fb6ef97
First gpu code draft. Interface might be significantly changed in future.
...
Simple implementation of StereoBM_GPU.
It is excluded from compilation now.
15 years ago
Jose Luis Blanco
4833f15b22
Tentative fix to using FIND_PACKAGE(OpenCV) from external apps after last atomic bomb commit!
...
Fixed for OpenCV compiled whereever and NOT "make install"ed. This second case must be checked later, since I'm not sure of the pretended include dirs layout after "make install".
If all include dirs go to the same target install directory, it should work as is right now.
15 years ago
Vadim Pisarevsky
127d6649a1
"atomic bomb" commit. Reorganized OpenCV directory structure
15 years ago