Alexander Alekhin
39ff8a0d26
cmake: cleanup ffmpeg detection
8 years ago
Alexander Alekhin
32f568308a
cmake: cleanup ffmpeg detection
8 years ago
mshabunin
81938af5d0
Added support for OpenVX 1.0, updated cmake part, minor fixes
8 years ago
Alexander Alekhin
4d17051f14
android: backport Android SDK build script
8 years ago
Alexander Alekhin
f85e33f4af
videoio: refactor AVFoundation code integration
8 years ago
yoffy
767780a4b2
add VideoCapture / VideoWriter AVFoundation implementation for Mac
8 years ago
Pavel Vlasov
a462d76a95
Implementations instrumentation framework for OpenCV performance system;
8 years ago
Vladislav Sovrasov
a113d9bcc1
Add MKL support
8 years ago
Alexander Alekhin
18e7afdfd9
cmake: add OPENCV_ENABLE_NONFREE option and macro
8 years ago
Alexander Alekhin
2ec63e4dd1
fix android pack build
8 years ago
Alexander Alekhin
bb5e25ba7c
migration: github.com/opencv/opencv
8 years ago
look4pritam
6f22f49c02
Grassroots DiCoM i.e. GDCM based DICOM image reader is added.
8 years ago
Alexander Alekhin
c6c651212c
cmake: refactoring of OpenCVConfig
...
- removed OpenCV_LIB_DIR* vars (they are broken and not required anymore)
- OpenCVConfig.cmake doesn't contain ANDROID/CUDA code if there is no such support
- removed OpenCV2_INCLUDE_DIRS_CONFIGCMAKE, merged into OpenCV_INCLUDE_DIRS_CONFIGCMAKE
- fix hard-coded relative paths for OpenCV_INSTALL_PATH
- removed OpenCV_TBB_ARCH
- switch OpenCVConfig.cmake into 2-level mode for Android SDK
9 years ago
Alexander Alekhin
f4ebc504d1
cmake: refactor HAL attaching process
9 years ago
Vladislav Sovrasov
a2d0cc878c
Implement internal HAL for GEMM and matrix decompositions
9 years ago
qiao
a7fe73f284
fix OpenCV_CONFIG_PATH get null value after CMake 2.8.11
...
syntax of cmake "get_filename_component" changed after version 2.8.11
for cmake version < 2.8.11
get_filename_component(<VAR> <FileName> PATH [CACHE])
for cmake version >= 2.8.11
get_filename_component(<VAR> <FileName> DIRECTORY [CACHE])
Update OpenCVConfig.cmake
Update OpenCVConfig.cmake.in
9 years ago
Vitaly Tuzov
96903dc4ad
Test data necessary for python samples added to test package.
...
Test launch script updated to run new tests as well.
9 years ago
atinfinity
cf43790a27
added cmakedefine to cmake/templates/cvconfig.h.in
9 years ago
atinfinity
db6e095fcc
added cmakedefine to cmake/templates/cvconfig.h.in
9 years ago
Alexander Alekhin
d34297b516
fix include path for windows package
9 years ago
Vincent Rabaud
932043fdc2
Properly check for version in find_package
...
If I ask for version 2, the current trunk version (version 3), will say it is compatible, which is erroneous.
Do not consider different major versions compatible in cmake config file
9 years ago
Maksim Shabunin
84f37d352f
HAL moved back to core
9 years ago
Alexander Alekhin
8f732f2cfe
fix samples deps
...
some tutorials depends on contrib modules
9 years ago
Maksim Shabunin
b4bcdd10a1
HAL: improvements
...
- added new functions from core module: split, merge, add, sub, mul, div, ...
- added function replacement mechanism
- added example of HAL replacement library
9 years ago
Alexander Smorkalov
a5c20f8592
Debian formatted copyright file added to all debian packages.
...
(cherry picked from commit 9d24b3c3b0
)
9 years ago
Alexander Smorkalov
1ea6568951
Fixed wrong-name-for-changelog-of-native-package warning for deb packages.
...
(cherry picked from commit cb1dc7cb6e
)
9 years ago
Alexander Smorkalov
9d24b3c3b0
Debian formatted copyright file added to all debian packages.
9 years ago
Alexander Smorkalov
cb1dc7cb6e
Fixed wrong-name-for-changelog-of-native-package warning for deb packages.
9 years ago
Vladislav Vinogradov
6282ff0887
exclude dates from report names
9 years ago
Vladislav Vinogradov
ea35fee5b8
save tests console output to separate log files
9 years ago
Vladislav Vinogradov
0e5fec288c
check that current directory has write access
9 years ago
Alexey Ershov
68a0347ff9
fallback path & sample timing implemented
...
fixed trailing whitespaces
renamed files *vaapi* to *va_intel*
changed names vaapi* to va_intel*
9 years ago
Alexey Ershov
a8656ea20f
implemented core support & sample
...
fixed whitespaces
fixed issues
fixed issue
fixed module statement issues
fixed access mode
added initialization check
fixed warning
9 years ago
Alexander Alekhin
fe0a17e78f
fix build with Win7 SDK
9 years ago
Maksim Shabunin
f63dde2f43
Separate OpenCV.mk files for different ABIs
10 years ago
Ruslan Baratov
f30bf39bd4
Add OpenCV_INCLUDE_DIRS to INTERFACE_INCLUDE_DIRECTORIES target property
...
With this fix there is no need to add includes by using
`include_directories(${OpenCV_INCLUDE_DIRS})`. Directory will be added by
command `target_link_libraries(... ${OpenCV_LIBS})` automatically.
10 years ago
Alexander Alekhin
a482dcce46
fix support for pthreads parallel_for
10 years ago
Maksim Shabunin
caffbaafbe
Updated Manager for Android
10 years ago
Maksim Shabunin
3863dc5b2b
Updated pkg-config generation, added sample makefile
10 years ago
Ilya Lavrenov
d89b6226a3
fixed Android mk generation for arm64-v8a
10 years ago
Piotr Dobrowolski
6d0407b65e
VideoCapture with digital camera and gPhoto2 library
10 years ago
Vladislav Vinogradov
21d8b588a2
exclude dates from report names
10 years ago
Vladislav Vinogradov
5d66b1130b
save tests console output to separate log files
10 years ago
Vladislav Vinogradov
0550b2c1fe
check that current directory has write access
10 years ago
Alexander Nitsch
d6c95621e8
Implement CMAKE_CURRENT_LIST_DIR for older CMake
...
The use of built-in CMAKE_CURRENT_LIST_DIR requires at least
CMake 2.8.3. This fix properly defines the variable to allow its
use in versions < 2.8.3 as well.
Fixes issue #4205 .
Exclude >= 2.8.3 from reimplementation of CMAKE_CURRENT_LIST_DIR
This avoids violation of possible future CMake policy checks
regarding reserved/read-only variables.
10 years ago
Vadim Pisarevsky
926754a66e
another attempt to resolve ABI checker complains
10 years ago
Vadim Pisarevsky
fa41653420
trying to avoid ABI checker failures
10 years ago
Alexander Smorkalov
a09ad35d98
opencv_testing.sh script installation is removed as run tests script does the same thing.
...
(cherry picked from commit 9206ec30a2
)
10 years ago
Alexander Smorkalov
9932bbad3a
Added Debian changelog installation step for Debian package generation.
...
(cherry picked from commit ddc1b965b6
)
10 years ago
Maksim Shabunin
97c78838a4
Fixed windows build and one warning
10 years ago