Alexander Alekhin
7e0f1ec00a
test: putText regression garbage test
8 years ago
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
beea04cc89
Merge pull request #7826 from mshabunin:fix-base64-issue
8 years ago
Alexander Alekhin
48bff3bfd3
Merge pull request #7748 from LaurentBerger:Normalize3d
8 years ago
Alexander Alekhin
a1d68ff361
Merge pull request #7820 from catree:imread_doc
8 years ago
Alexander Alekhin
5cc2d7ad7c
Merge pull request #7771 from alalek:ffmpeg_update
8 years ago
Alexander Alekhin
6946f510fe
mulSpectrums: refactor code
8 years ago
mshabunin
e941259434
Persistence: fixed valgrind warning in base64 decoder
8 years ago
Randy J. Ray
036dd8d48f
Contribute a tutorial on building for NVIDIA Tegra ( #7814 )
...
* Contribute a tutorial on building for NVIDIA Tegra
* Clean-up and fixes based on feedback.
8 years ago
Alexander Alekhin
ee265962b2
test: move test_drawing into imgproc module
8 years ago
Alexander Alekhin
79857f1e38
test: fix Core_ArithmMask.uninitialized test
...
Don't run binary operations for floating-point numbers
norm() will fail with NAN result.
8 years ago
catree
c4d4158bd8
Add imread documentation note when EXIF orientation is embedded.
8 years ago
Alexander Alekhin
62c9ff25e5
core: added inplace check in 'divSpectrums'
8 years ago
Alexander Alekhin
ab429d2e73
test: fix inplace in 'mulComplex' from test_dxt
8 years ago
Alexander Alekhin
21f3531b17
core: fix inplace support in mulSpectrums
8 years ago
Alexander Alekhin
7be4a0ee2f
Merge pull request #7809 from alalek:backport_7797
8 years ago
Alexander Alekhin
25727454d9
Merge pull request #7807 from alalek:ipp_build_fix_2.4
8 years ago
Maksim Shabunin
29f5294fd2
Merge pull request #7808 from alalek:backport_7767
8 years ago
Maksim Shabunin
cf97e6e00f
Merge pull request #7806 from alalek:backport_7640
8 years ago
Maksim Shabunin
bc96997410
Merge pull request #7805 from alalek:fix_java_test_2.4
8 years ago
Maksim Shabunin
2341222672
Merge pull request #7804 from alalek:fix_java_test
8 years ago
Alexander Alekhin
d37106e008
Merge pull request #7789 from pengli:gaussian_blur
8 years ago
Patrik Huber
c6af179afc
Added VS2017 support (MSVC 1910)
8 years ago
Alexander Alekhin
300f92397e
Merge pull request #7797 from patrikhuber:add-vs2017
8 years ago
Maksim Shabunin
ab260dafd2
Fixed Intel C++ 17 build in VS2015
8 years ago
Alexander Alekhin
10d1b33a80
perf: remove tvl1 check for magic numbers, reduce number of samples
8 years ago
Alexander Alekhin
a05444618c
test: tvl1 test check update
8 years ago
Alexander Alekhin
d42d155c16
java: fix PATH environment variable
8 years ago
Alexander Alekhin
61792a839f
java: fix PATH environment variable
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
Alexander Alekhin
fef94315af
core: exp/log workaround for MSVS
8 years ago
Pavel Rojtberg
2bfcbe1459
fisheye::undistortPoints: sanitize theta values
...
the current camera model is only valid up to 180° FOV for larger FOV the
undistort loop does not converge.
Clip values so we still get plausible results for super fisheye images >
180°.
8 years ago
Alexander Alekhin
2d28bb4171
ipp: disable compilation with IPP 9+
8 years ago
Li Peng
396921dd23
5x5 gaussian blur optimization
...
Add new 5x5 gaussian blur kernel for CV_8UC1 format,
it is 50% ~ 70% faster than current ocl kernel in the perf test.
Signed-off-by: Li Peng <peng.li@intel.com>
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
44d9d59f08
ocl: stop using of OpenCL without explicit UMat arguments
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