Alexander Alekhin
1473f032b7
Merge pull request #7839 from sovrasov:mser_python_sample_update
8 years ago
Alexander Alekhin
34c07f6aaf
Merge pull request #7729 from apavlenko:vx-canny
8 years ago
apavlenko
3aedc134c2
replacing white noise with fruits picture
8 years ago
Vladislav Sovrasov
21683a550a
Update MSER python sample
8 years ago
Alexander Alekhin
2fded5d8fb
Merge pull request #7822 from alalek:fix_arithmmask_test
8 years ago
Alexander Alekhin
5f57d0295e
Merge pull request #7818 from catree:solvePnP_doc
8 years ago
catree
a93c70f533
Add note about solvePnP methods that cannot be used.
...
Add note: SOLVEPNP_EPNP will be used instead of SOLVEPNP_DLS and instead of SOLVEPNP_UPNP.
8 years ago
apavlenko
a99118c4c7
moving CannyVX test from ocl to cpp file
8 years ago
apavlenko
4246d3667f
disabling again
8 years ago
apavlenko
76c38f0c80
trying to enable canny_vx adding a new test comparing canny_cv vs canny_vx
8 years ago
apavlenko
f3ec56fcee
fixing build errors
8 years ago
apavlenko
541d5b02d9
disabling due to accuracy issues
8 years ago
apavlenko
ccd8031a33
fixing compilation
8 years ago
apavlenko
1e2ddc30b1
Canny via OpenVX, Node wrapper extended (query/set attribute), some naming fixes
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
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
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
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
Alexander Alekhin
300f92397e
Merge pull request #7797 from patrikhuber:add-vs2017
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
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
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
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