Alexander Alekhin
bcbe2f123f
test: move more drawing tests
8 years ago
Alexander Alekhin
781ab3d481
test: minor refactoring in test_drawing
8 years ago
Alexander Alekhin
ee265962b2
test: move test_drawing into imgproc module
8 years ago
Alexander Alekhin
300f92397e
Merge pull request #7797 from patrikhuber:add-vs2017
8 years ago
Rostislav Vasilikhin
695b20172b
Merge pull request #7794 from savuor:fix/ovx_cvt_continuous
...
Fixed OpenVX wrapper for Mat::convertTo() (#7794 )
* fixed for cases of unrolled (w*h x 1) matrices
* more error handling
8 years ago
Rostislav Vasilikhin
cb46946d34
Merge pull request #7782 from savuor:fix/ivx_types
...
Several fixes for OpenVX wrappers (#7782 )
* Several fixes added to ivx.hpp:
* `#include <VX/vxu.h>`
* `vx_keypoint_t` support added
* type check fixed
* fixed Node::create() for >6 args in c++98
* fixed Array::copyFrom() if array is empty
* type check changed; Array::addItem methods changed
8 years ago
Patrik Huber
bd0a8c7e3f
Added VS2017 support (MSVC 1910)
8 years ago
Alexander Alekhin
37cbcf024c
Merge pull request #7788 from Kotrix:patch-1
8 years ago
Kotrix
10ccd0328c
Removed redundant calculations
...
Operations inside for loops are unnecessary. They are repeated anyway just below for loops
8 years ago
Alexander Alekhin
c48d7f86ba
Merge pull request #7786 from alalek:cuda_warnings
8 years ago
Alexander Alekhin
fefc348040
Merge pull request #7783 from alalek:fix_7746_2
8 years ago
Alexander Alekhin
0724d13bcd
build: cuda warnings
8 years ago
Alexander Alekhin
380cc520f3
build: fix cuda tests
8 years ago
Alexander Alekhin
4a095e4d66
Merge pull request #7777 from alalek:test_refactor
8 years ago
Alexander Alekhin
5025ca497c
Merge pull request #7778 from mshabunin:fix-persistence-valgrind
8 years ago
Alexander Alekhin
5032dae9ed
test: refactor test to capture more information on failure
...
Core_ArithmMask.uninitialized
8 years ago
mshabunin
a0e771f545
Fixed valgrind issues in persistence functions
8 years ago
Vadim Pisarevsky
b87cee8b9a
Merge pull request #7454 from terfendail:ovxhal_integral
8 years ago
Vadim Pisarevsky
f84dc354f6
Merge pull request #7564 from terfendail:ovx_gaussianfilter
8 years ago
Vadim Pisarevsky
537db2d53f
Merge pull request #7598 from terfendail:ovx_lut
8 years ago
Vitaly Tuzov
afc7396975
Added OpenVX based processing to gaussianBlur
8 years ago
Vitaly Tuzov
ced81f72bc
Added OpenVX based processing to LUT
8 years ago
Alexander Alekhin
025ceb4d27
Merge pull request #7764 from pengli:pyr_up
8 years ago
Alexander Alekhin
a09288c673
Merge pull request #7772 from mshabunin:tbb-arm-fix
8 years ago
mshabunin
2e8b9b1891
Fixed TBB build on Android armeabi
8 years ago
Li Peng
b69cdb2434
Image pyramids upsampling optimization
...
Add new ocl kernel for image pyramids upsampling,
It is 35% faster than current OCL kernel in perf test.
Signed-off-by: Li Peng <peng.li@intel.com>
8 years ago
Alexander Alekhin
3ae1990727
Merge pull request #7769 from alalek:cmake_ffmpeg_cleanup
8 years ago
Alexander Alekhin
735f5a01ec
Merge pull request #7492 from straywarrior:fix-cudev-headers-with-opencv_world
8 years ago
Vadim Pisarevsky
5e75503fc2
Merge pull request #7750 from alalek:ts_find_or_skip
8 years ago
Vadim Pisarevsky
4f7453be86
Merge pull request #7763 from jrheard:patch-1
8 years ago
Vadim Pisarevsky
c99097f89a
Merge pull request #7478 from terfendail:ovx_boxfilter
8 years ago
Vadim Pisarevsky
b0d2217c65
Merge pull request #7515 from terfendail:ovxhal_graytobgr
8 years ago
Vadim Pisarevsky
1d45726f47
Merge pull request #7588 from terfendail:ovx_medianblur
8 years ago
Vadim Pisarevsky
e623e710be
Merge pull request #7597 from terfendail:ovx_threshold
8 years ago
Vadim Pisarevsky
32f48a8d9c
Merge pull request #7631 from savuor:openvx_accumulate
8 years ago
Vadim Pisarevsky
924ac10159
Merge pull request #7649 from terfendail:ovx_meanstddev
8 years ago
Vadim Pisarevsky
0a775e43e1
Merge pull request #7659 from savuor:openvx_convert_depth
8 years ago
Vadim Pisarevsky
8968318dfc
Merge pull request #7668 from savuor:openvx_equalize_hist
8 years ago
Vadim Pisarevsky
ddc5155a85
Merge pull request #7677 from terfendail:ovx_minmaxloc
8 years ago
Alexander Alekhin
39ff8a0d26
cmake: cleanup ffmpeg detection
8 years ago
Vadim Pisarevsky
817a17b218
Merge pull request #7767 from mshabunin:icl-support
8 years ago
Alexander Alekhin
5985d71657
Merge pull request #7757 from mshabunin:tbb-search
8 years ago
Maksim Shabunin
19959cbfc9
Fixed Intel C++ 17 build in VS2015
8 years ago
Alexander Alekhin
b5b3a0474d
Merge pull request #7761 from UnaNancyOwen:add_props
8 years ago
mshabunin
695c518384
Updated TBB search script and code checks
8 years ago
Alexander Alekhin
e547bbbc3f
videoio: preserve conflict with common properties
...
Usage:
writer.set(cv::CAP_PROP_IMAGES_BASE + cv::IMWRITE_JPEG_QUALITY, 80);
8 years ago
Alexander Alekhin
c560ff23ad
videoio: images: fix buffer overflow problem
8 years ago
JR Heard
47f53b675d
fix a typo in the canny docs
8 years ago
Alexander Alekhin
46a333ed94
Merge pull request #7755 from pengli:warp_image
8 years ago
Tsukasa Sugiura
e4985f604a
Add support image save parameters in VideoWriter
...
Add support image save parameters in cv::VideoWriter.
This change will become available setting same parameters as
cv::imwrite() to cv::VideoWriter::set( cv::IMWRITE_*, value ).
8 years ago