Pavel Vlasov
0a9470bf09
Compatibility fix for Visual Studio 2012;
8 years ago
Alexander Alekhin
aac745c8e4
Merge pull request #7291 from lr-morales:openni/7290-openni1_2_conflict
8 years ago
Luis Roberto Morales Iglesias
60b33046a7
[Issue #7290 ] Fixes OpenNI and OpenNI2 linking conflict
8 years ago
Alexander Alekhin
32df09c275
Merge pull request #7287 from seanm:master
8 years ago
Sean McBride
5357e28a2f
Removed some extra semi-colons
...
Fixes clang -Wextra-semi warnings.
8 years ago
Alexander Alekhin
05b15943d6
Merge pull request #7188 from valeriyvan:andfutheriosfixes
8 years ago
Alexander Alekhin
d1492eefca
Merge pull request #7181 from valeriyvan:ioscleanup
8 years ago
Vadim Pisarevsky
ab3814f9b9
Merge pull request #7191 from anirudt:docs_moments
8 years ago
Vadim Pisarevsky
6a1e549ffe
Merge pull request #7217 from thiell:master
8 years ago
Vadim Pisarevsky
0d3b6465bd
Merge pull request #7112 from StevenPuttemans:improve_cascadeclassifier_training_tutorial
8 years ago
Vadim Pisarevsky
52535d3ef1
Merge pull request #7278 from alalek:opencv_version
8 years ago
Vadim Pisarevsky
a554941737
Merge pull request #7280 from sovrasov:calib_app_license
8 years ago
Alexander Alekhin
adbf2dc9f1
Merge pull request #7193 from valeriyvan:osxcleanup
8 years ago
Valeriy Van
f1dcf71dd7
Merge pull request #7178 from valeriyvan:iosfixes
...
* Changes delegate property from assign to weak
In modern Objective-C delegate should be weak. In very rare conditions you might want delegate be strong.
Assign for delegate is sign of legacy code.
This change prevents crash when you forget nil delegate in dealloc and makes rush with nilling delegate unnecessary.
This change shouldn't break any existing code.
* Adds implementation for setters and getters for weak delegate properties for non ARC Obj-C files
For whatever reason compiler can't synthesize these.
And yes, it's time to convert all Objective-C stuff to ARC.
8 years ago
Vladislav Sovrasov
ec40b85e75
Add license to interactive-calibration app sources
8 years ago
Alexander Alekhin
2935fcea62
apps: add opencv_version command line tool
8 years ago
anirudt
2879eada25
docs: truncated commit msg
8 years ago
Vadim Pisarevsky
473dba1189
Merge pull request #7208 from terfendail:openvx_hal_impl
8 years ago
Vadim Pisarevsky
ca9183d567
Merge pull request #7034 from K-Shinotsuka:issue12
8 years ago
StevenPuttemans
a65f2b4bd3
huge overhaul/update of cascade classifier training
8 years ago
Vadim Pisarevsky
b632f95f8d
Merge pull request #7133 from sovrasov:interactive_calibration_update
8 years ago
Vadim Pisarevsky
a9ab869800
seriously improved performance of blur function, especially 3x3 and 5x5 cases ( #7262 )
...
* seriously improved performance of blur function, especially 3x3 and 5x5 cases
* trying to fix warnings and test failures
* replaced #if 0 with #if IPP_DISABLE_BLOCK
8 years ago
Maksim Shabunin
4e918fb987
Merge pull request #7165 from PkLab:doc_videoio
8 years ago
PkLab.net
be65701908
Large update of videoio doc and samples following mshabunin comments
8 years ago
Vadim Pisarevsky
c1024b112e
Merge pull request #7259 from alalek:issue_7232
8 years ago
Vadim Pisarevsky
6dd609a709
Merge pull request #7260 from alalek:ffmpeg_windows_binaries
8 years ago
anirudt
06e0fb25e9
docs: adds doxygen @note for python in docs related to contour moments
8 years ago
Vitaly Tuzov
311a232a09
Added color conversion HAL API functions implemented as immediate mode OpenVX calls.
8 years ago
Alexander Alekhin
186f6977bc
ffmpeg: update Windows binaries (ffmpeg 3.1.3)
8 years ago
Vitaly Tuzov
14fd22e664
Added morphology and channel merge HAL API functions implemented as immediate mode OpenVX calls.
8 years ago
Alexander Alekhin
d402bac69d
cmake: fix libpng build on MSVS2012
8 years ago
Alexander Alekhin
ca4b7e1e0f
Merge pull request #7171 from alalek:ocl_instrumentation
8 years ago
Vitaly Tuzov
fb3140ceef
Fixed compilation. Changed value returned by functions called with unsuported parameters.
8 years ago
Vitaly Tuzov
5ec47299e2
Fixed warpings, added border mode support to warps and filter. Added morphology HAL API functions implemented as immediate mode OpenVX calls.
8 years ago
Vitaly Tuzov
c9229f7543
Resize, Warp and Filter HAL API functions are implemented as immediate mode OpenVX calls
8 years ago
Vitaly Tuzov
4170c97984
Several HAL API functions are implemented as immediate mode OpenVX calls
8 years ago
Maksim Shabunin
11a65475d8
Merge pull request #7257 from alalek:issue_7256
8 years ago
Alexander Alekhin
e5e30253ef
Merge pull request #7213 from alalek:issue_7203
8 years ago
Alexander Alekhin
c7f5bc3624
viz: use ../precomp.hpp in modules/viz/src/vtk/* files
8 years ago
Alexander Alekhin
d855608e6e
instrumentation: fix build on Linux
...
- enable C++11
- fix macro
8 years ago
Alexander Alekhin
10d18a315c
instrumentation: minor refactoring, wrap OpenCL
...
- calculate ticksTotal instead of ticksMean
- local / global width is based on ticksTotal value
- added instrumentation for OpenCL program compilation
- added instrumentation for OpenCL kernel execution
8 years ago
Alexander Alekhin
03767340bb
ffmpeg: fill avg_frame_rate
8 years ago
Alexander Alekhin
6d54abbd0f
ffmpeg: fix get_fps()
8 years ago
Alexander Alekhin
4013ce570f
Merge pull request #7246 from paroj:bgfg_ocl
8 years ago
Alexander Alekhin
0bb85a0ec8
Merge pull request #7253 from Finfa811:revert_borderconstant
8 years ago
Vladislav Sovrasov
d5603caa0b
Delete direct lapack calls, minor fixes in UI
8 years ago
Alexander Alekhin
f6208e3dea
Merge pull request #7247 from valeriyvan:matrix
8 years ago
Alexander Alekhin
125e2dcbba
Merge pull request #7156 from sovrasov:hal_qr_decomp
8 years ago
Finfa811
fd1370b92b
Reverted BORDER_CONSTAT in stitcher.cpp
...
Resolves #7251
8 years ago
Alexander Alekhin
c8d77fd961
Merge pull request #7233 from tomoaki0705:featureUniversalIntrinsicFp16
8 years ago