Yan Wang
46ed461e22
Add template match with mask.
...
Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
10 years ago
Vladislav Vinogradov
f676bfb3d7
fix GpuMat::setTo method in case if mask is empty:
...
it might be called from _OutputArray::setTo
10 years ago
Vladislav Vinogradov
0376a8643e
fix CMake CMP0054 warning:
...
ported from c105b72945
10 years ago
Vladislav Vinogradov
a524a677e4
disable warnings caused by CUDA headers
10 years ago
Vladislav Vinogradov
c120001178
fix -Wsign-compare warnings
10 years ago
Vladislav Vinogradov
14e15fb4f7
fix documentation warnings
10 years ago
Vladislav Vinogradov
f48befc6f0
refactor CUDA part of photo module
10 years ago
Vadim Pisarevsky
df57d038b8
Merge pull request #3572 from berak:python_samples_30
10 years ago
Vadim Pisarevsky
713aa5c5b9
Merge pull request #3557 from ilya-lavrenov:sse_add_weighted
10 years ago
Vadim Pisarevsky
61f111143a
Merge pull request #3599 from a-wi:DShow_COM_interfaces_v3
10 years ago
Tzafrir
997dded1ac
add default file to load in case sample was run without command line arguments
10 years ago
Vadim Pisarevsky
16b56e71d9
Merge pull request #3561 from jet47:cuda-arithm-refactoring
10 years ago
Vadim Pisarevsky
c58373dbea
Merge pull request #3574 from mikeizbicki:patch-1
10 years ago
Vadim Pisarevsky
1c9668b371
Merge pull request #3584 from nisargthakkar:UMatDimsZeroAfterRelease
10 years ago
Vadim Pisarevsky
bd6ad79759
Merge pull request #3595 from timsat:error_messages
10 years ago
Vadim Pisarevsky
ce5e2697cb
Merge pull request #3597 from wangyan42164:cascade_cl_opt
10 years ago
Vadim Pisarevsky
bcc9dac087
Merge pull request #3602 from vbystricky:cap_images_frames_cnt
10 years ago
berak
fd60e98c5b
fixes for latest changes in opencv3.0 api
...
fixes for latest changes in opencv3.0 api
waitKey() normalization
fixed mser bindings
10 years ago
Vladislav Vinogradov
dccdadc38a
fix documentation warnings
10 years ago
VBystricky
d5092a6f7c
Add CV_CAP_PROP_POS_FRAMES property to cap_images.cpp
10 years ago
Alexander Smorkalov
54f52c3f45
Build fix for non-TEGRA case.
10 years ago
Vladislav Vinogradov
734212a402
refactor CUDA CascadeClassifier
10 years ago
Vladislav Vinogradov
8257dc3c1e
refactor CUDA HOG algorithm:
...
use abstract interface with hidden implementation
10 years ago
Vladislav Vinogradov
0af7597d36
fix CUDA HOG for multi GPU systems:
...
move GPU constants initialization from constructor to compute method
10 years ago
Vladislav Vinogradov
f126f371b2
move CUDA object detection algorithms to separate module
10 years ago
Artur Wieczorek
1264be8785
Check if _WIN32_IE is defined with proper value in window_w32.cpp
...
TBBUTTONINFO struct and BTNS_xxx symbols used in the code need _WIN32_IE to be defined with at least 0x0500 value (_WIN32_IE_IE50) in order to be included from commctrl.h.
10 years ago
Artur Wieczorek
01717c83d7
Don't define destructors for COM-based interfaces.
10 years ago
Yan Wang
07ab0c1c53
Avoid compile unnecessary OpenCL kernel.
...
Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
10 years ago
Claudio Caraffi
efc7dbaae2
Prevent linking failure, bug 4108
10 years ago
Vladislav Vinogradov
5f1282afdb
fix documentation warnings
10 years ago
Vladislav Vinogradov
8a178da1a4
refactor CUDA BFMatcher algorithm:
...
use new abstract interface and hidden implementation
10 years ago
Vladislav Vinogradov
764d55b81d
add extended documentation for Features2DAsync
10 years ago
Vladislav Vinogradov
f960a5707d
refactor CUDA ORB feature detector/extractor algorithm:
...
use new abstract interface and hidden implementation
10 years ago
Vladislav Vinogradov
554ddd2ec4
fix compilation without CUDA
10 years ago
Vladislav Vinogradov
9f77ffb03f
extend Feature2DAsync interface
10 years ago
Vladislav Vinogradov
14ef62ed66
refactor CUDA FAST feature detector algorithm:
...
use new FastFeatureDetector abstract interface and hidden implementation
10 years ago
Vladislav Vinogradov
6f91b7f6a4
remove firstLevel=2 test case, because CPU implementation fails
10 years ago
Vladislav Vinogradov
1421e306fb
fix compilation without CUDA
10 years ago
Vladislav Vinogradov
ecee388236
move buildWarp*Maps to stitching
10 years ago
Vladislav Vinogradov
4cc7b0a74f
move ImagePyramid to cudalegacy
10 years ago
Vadim Pisarevsky
b2a5e66fc5
Merge pull request #3593 from kilobyte:master
10 years ago
Vadim Pisarevsky
f566f6baa9
Merge pull request #3535 from wangyan42164:use_hypot
10 years ago
Vadim Pisarevsky
2ecca8f59c
Merge pull request #3566 from jet47:cuda-imgproc-refactoring
10 years ago
Vadim Pisarevsky
60cedd7a68
Merge pull request #3592 from jet47:cuda-7.0-android
10 years ago
Vadim Pisarevsky
bc23f29b27
Merge pull request #3537 from mshabunin:ml-old-xml
10 years ago
Adam Borowski
7b0d1c932e
Get rid of sysctl includes on Linux.
...
The 'sysctl' syscall has been strongly deprecated on Linux for ages.
Currently, on old architectures it will spam syslog whenever used, and on
newer ones it's missing from the headers altogether. Opencv has migrated
away on Linux already, but #includes were left lingering. This commit
removes them on non-__APPLE__, unbreaking x32 (and probably others).
10 years ago
Ilya Lavrenov
81f786393a
NEON detection in runtime
10 years ago
Alexander Smorkalov
1fa37fe733
OpenCV for Tegra compilation fix for
...
- Gaussian blur;
- CascadeClassifier;
- Blenders in stitching module;
- Laplacial pyromids in stitching module.
10 years ago
Vadim Pisarevsky
390f17d1e0
Merge pull request #3575 from Ashod:multipage_imread
10 years ago
Vadim Pisarevsky
9eba746eb8
Merge pull request #3586 from wangyan42164:bfm
10 years ago