Vadim Pisarevsky
537db2d53f
Merge pull request #7598 from terfendail:ovx_lut
8 years ago
Alexander Alekhin
39ca6a0137
ffmpeg: update Windows binaries
...
Versions:
- ffmpeg 3.2.1 (was 3.1.3)
- openh264 1.6.0 (was 1.5.0)
- libvpx 1.6.0 (was 1.5.0)
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
49194023b5
ffmpeg: remove compatibility glue code
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
Alexander Alekhin
5b85adaab1
Merge pull request #7756 from terfendail:ovx_linkage
8 years ago
Alexander Alekhin
45e18eed29
Merge pull request #7751 from sim642:capture-pref-v4l
8 years ago
Vitaly Tuzov
6d55e99291
Added OpenVX based processing to boxFilter
8 years ago
Vitaly Tuzov
179a6e0cca
OpenVX wrappers linkage fix
8 years ago
Li Peng
2ca5a7e862
more optimization for warpAffine and warpPerspective
...
Add new OpenCL kernels for bicubic interploation, it is 20% faster
than current warp image kernel with bicubic interploation.
Signed-off-by: Li Peng <peng.li@intel.com>
8 years ago
Alexander Alekhin
71b2409df0
ts: added findDataFile() utility function and SkipTestException
8 years ago
Simmo Saan
6c524e8444
Allow V4L, V4L2 to be used as preferred capture API
8 years ago
Vadim Pisarevsky
3d8395cae9
Merge pull request #7743 from alalek:cmake_ffmpeg_cleanup_2.4
8 years ago
Vadim Pisarevsky
c47267ef7f
Merge pull request #7538 from Tetragramm:CLAHEfix
8 years ago
Vadim Pisarevsky
57aaec1ee8
Merge pull request #7610 from terfendail:ovx_sobel
8 years ago
Vitaly Tuzov
78b80b6abd
Added wrappers for OpenVX context attributes and setter for convolution scale attribute ( #7732 )
8 years ago
Rostislav Vasilikhin
0ac934d09a
added OpenVX call to equalizeHist() function
8 years ago
Rostislav Vasilikhin
7c2734ff14
added OpenVX calls to accumulate(), accumulateSquare(), accumulateWeighted()
8 years ago
Rostislav Vasilikhin
2b56b174e8
fixed: data types, empty input case
8 years ago
Rostislav Vasilikhin
0a6958813c
added OpenVX call to Mat::convertTo() (w/o scaling)
8 years ago
Vitaly Tuzov
a4b9eb23d1
Added OpenVX based processing to meanStdDev
8 years ago
Vitaly Tuzov
0cd3788624
Added OpenVX based processing to threshold
8 years ago