cuda_geek
6b19c76233
fix hardcoded paths for static build OpenCV with CUDA
12 years ago
Marina Kolpakova
b28b2428f6
changing package layout after 'make install' for Android build
13 years ago
Andrey Kamaev
15e50420bc
Fixed linux and android install
13 years ago
Andrey Pavlenko
3804ca3e20
changing package layout after 'make install' for Android build
13 years ago
Vadim Pisarevsky
d5a0088bbe
merged 2.4 into trunk
13 years ago
Andrey Kamaev
ce32b4792f
Made OpenCVConfig.cmake friendly to Windows pack
13 years ago
Andrey Kamaev
7d51a4ab78
#1416 added option to install OpenCVConfig.cmake i arch-dependent lo
13 years ago
Andrey Kamaev
16fb7d231e
Fixed problem with Android native camera helper libraries
13 years ago
Andrey Kamaev
504262d3d8
Fixed #1608
13 years ago
Andrey Kamaev
4f97b20ff6
Refactored OpenCVConfig.cmake generation code.
13 years ago
Andrey Kamaev
68a54e7f3c
Fixed incorrectly merged patch.
13 years ago
Leonid Beynenson
3ef5bfa185
Applied the patch, received from akamaev. Also made some changes in CMake files to fix Android camera issue.
13 years ago
Vadim Pisarevsky
a618b774f2
fixed OpenCVConfig.cmake for creating Xcode projects
13 years ago
Andrey Kamaev
23af203e00
Better variant of OpenCVConfig.cmake generation; several smaller changes in the options section and Android build scripts
13 years ago
Andrey Kamaev
1e79280be1
Fixed OpenCVConfig.cmake generated for build directory
13 years ago
Andrey Kamaev
984eb99428
Global CMake reorganization:
...
[~] Automatically tracked dependencies between modules
[+] Support for optional module dependencies
[+] Options to choose modules to build
[~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk
[+] Added COMPONENTS support for FIND_PACKAGE(OpenCV)
[~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
13 years ago
Andrey Kamaev
8cab65c173
Started top-level CMakeLists.txt file reorganization: cmake scripts are moved to separate folder; refactored BUILD_*, INSTALL_*, ENABLE_*, USE_*, WITH_* options.
13 years ago
Andrey Pavlenko
f24e16f54d
adding Android-specific linking flags
13 years ago
Andrey Pavlenko
2d815c80a5
adding Android-specific libs
13 years ago
Andrey Kamaev
7d190084b3
Fixed #1469
13 years ago
Andrey Kamaev
255617ffe5
OpenCVConfig.cmake is updated to export OpenCV_SOURCE_PATH when used without "make install"
13 years ago
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