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
Vladislav Vinogradov
d8272b9395
remove "-target-os-variant" NVCC option for CUDA 7.0
...
it is marked as obsolete
10 years ago
Timur Sattarov
4762728fd5
More sensible error messages
10 years ago
Yan Wang
75277bb770
Remove unnecessary global/local dim for radius match.
...
Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
10 years ago
Nisarg Thakkar
a11c02497f
Fixed Bug similar to Bug#3757. UMat all dims zero after release.
10 years ago
Alexander Alekhin
28833421ae
Merge pull request #3580 from JoeHowse:master
10 years ago
Alexander Alekhin
e607a4ec02
Merge pull request #3579 from basheersubei:patch-1
10 years ago
Joe Howse
379de5708f
Fix shadowed variable warning
10 years ago
Basheer Subei
fd1cae0dcc
typo fix in instructions of fitline.py sample
10 years ago
Ashod Nakashian
473964806c
Added imread and imreadmulti regression tests.
10 years ago
Ashod Nakashian
61ca38103c
Added imreadmulti API to read multi-paged images into a vector of Mat.
10 years ago
Ashod Nakashian
ecf359b8c9
Support for multipage decoding in BaseImageDecoder and implemented in TiffDecoder.
10 years ago
Mike Izbicki
ac47c0c624
fix to work with python 2.6
...
I had to make this modification locally to get opencv to build with python 2.6. Python 2.6 requires indices in the format string (the `0` I added). This requirement was relaxed in 2.7, so what used to be there would be working for people who could upgrade. I don't think the change has any negative consequences for future python versions, but I'm no expert.
10 years ago
Ilya Lavrenov
68962adc54
SSE mul
10 years ago
Ilya Lavrenov
60f2f7898a
SSE4.1 addWeighted fo 16u
10 years ago
Vadim Pisarevsky
6cb93445e1
Merge pull request #3548 from alalek:fix_sample_python
10 years ago
Vadim Pisarevsky
2f6db4dfac
Merge pull request #3547 from ilya-lavrenov:ocl_setto
10 years ago
Vadim Pisarevsky
33a6e5ac04
Merge pull request #3493 from vbystricky:createsamples
10 years ago
Maksim Shabunin
38d37d2b00
Fixed uninitialized memory usage in ANN_MLP
10 years ago
Maksim Shabunin
d004ee58c5
Support loading old models in ML module
...
- added test for loading legacy files
- added version to new written models
- fixed loading of several fields in some models
- added generation of new fields from old data
10 years ago
Vadim Pisarevsky
1c8493fb0d
Merge pull request #3549 from mshabunin:sphinx-doc-remove
10 years ago
Vadim Pisarevsky
c937e15763
Merge pull request #3555 from ilya-lavrenov:sse_integral
10 years ago
Vadim Pisarevsky
f792fdc3e0
Merge pull request #3559 from ilya-lavrenov:sse_dot_s8
10 years ago
Vadim Pisarevsky
2bddbd2cb5
Merge pull request #3558 from ilya-lavrenov:sse_resize
10 years ago
Vadim Pisarevsky
ba8a971742
Merge pull request #3551 from serval2412:master
10 years ago
Vadim Pisarevsky
2b30759af0
Merge pull request #3556 from rokm:semicolon-warnings
10 years ago
Vadim Pisarevsky
622cf566b9
Merge pull request #3560 from ilya-lavrenov:sse_remap
10 years ago