Vitaly Tuzov
e8f3469096
Added OpenVX based processing to Sobel
8 years ago
Vitaly Tuzov
ff2747dff5
Added wrappers for OpenVX context attributes and setter for convolution scale attribute
8 years ago
Vadim Pisarevsky
a53f93ff8d
Merge pull request #7710 from alalek:debug_check_matrelease
8 years ago
Alexander Alekhin
b38d29b2e4
Merge pull request #7721 from apavlenko:vx-fix-build-1.0.1
8 years ago
Alexander Alekhin
7ad8e378ce
Merge pull request #7719 from paroj:calib_ret
8 years ago
Alexander Alekhin
88ef8c996e
Merge pull request #7709 from alalek:fix_java_tests
8 years ago
apavlenko
f5f91ed7f6
eliminating conflict with ivx.hpp
8 years ago
Pavel Rojtberg
e1503cc29e
calibrateCamera: specifiy what kind of re-projection error is returned
8 years ago
Vitaly Tuzov
12e0bc0fe7
Added wrappers for vx_matrix and vx_convolution ( #7651 )
8 years ago
Alexander Alekhin
4c5c722939
Merge pull request #7718 from guoxuedong:updateExifReader
8 years ago
guoxuedong
e69253a4fb
Update exif.cpp
...
ExifReader::getExif may enter infinite loop with jpeg image which have no EOI.
For example, bytesToSkip may be set to 0 and fseek seems like fseek(f, -2 , SEEK_CUR) for image that end with RST7(FF D7) instead of EOI.
8 years ago
Alexander Alekhin
4fd00c1ae1
Merge pull request #7714 from onixie:master
...
Fix docs explaining the returnPoints argument of convexHull.
8 years ago
Rostislav Vasilikhin
7db43f9fff
fixed wrong equivalence in YUV conversion ( #7481 )
...
* fixed wrong equivalence in YUV conversion
* fixed channel order from YVU to YUV
8 years ago
Vadim Pisarevsky
b8c875d4a1
Merge pull request #7707 from K-Shinotsuka:issue37
8 years ago
monoid911
b879126584
Fix docs explaining the returnPoints argument of convexHull.
8 years ago
Alexander Alekhin
0bdea2b714
core: fix absdiff (non-optimized, fp) to prevent "-0" results
8 years ago
Alexander Alekhin
8019498c6e
java tests fixes
8 years ago
Alexander Alekhin
fe29080d59
java: skip test in case of missed classes from opencv_contrib
8 years ago
Alexander Alekhin
d65df72754
java: fix testIsSubmatrix test
8 years ago
Alexander Alekhin
a936cb087e
calib3d: fix fisheye for test fisheyeTest.stereoCalibrateFixIntrinsic
8 years ago
Alexander Alekhin
69949025db
core: drop type/dims/rows/cols information in Mat::release()
8 years ago
Alexander Alekhin
8d662a1a28
Merge pull request #7640 from alalek:fix_test_tvl1
8 years ago
k-shinotsuka
284006e336
add NEON code for RGB2Luv_f.
8 years ago
Alexander Alekhin
8151be9abc
Merge pull request #7163 from savuor:openvx_sample
8 years ago
Vadim Pisarevsky
c1ee798213
Merge pull request #7662 from K-Shinotsuka:issue34
8 years ago
Rostislav Vasilikhin
f89ea6d7fa
hide info warnings
8 years ago
apavlenko
1c9262dce4
hiding silly warnings
8 years ago
Rostislav Vasilikhin
fa8add8686
compilation fixed for C++98
8 years ago
Andrey Pavlenko
bfecea489e
warnings in ivx.hpp fixed
...
* fixing 1.0.1
* fixing build without c++11
* hiding warnings
8 years ago
Rostislav Vasilikhin
d7db220196
"no previous declaration" warnings fixed in samples
8 years ago
Andrey Pavlenko
289d879d48
build fixes for openvx-1.0.1 and c++03
...
* fixing 1.0.1
* fixing build without c++11
8 years ago
Rostislav Vasilikhin
2c63d2bd72
changed image creation from handle
8 years ago
apavlenko
e8d2aad978
sugar for single plane images
8 years ago
Rostislav Vasilikhin
9032a7ab81
minor fixes in samples and ivx.hpp
8 years ago
Rostislav Vasilikhin
5c969d1972
interoperability OpenVX samples added
8 years ago
Vadim Pisarevsky
af22b6c4a9
Merge pull request #7664 from K-Shinotsuka:issue35
8 years ago
Vadim Pisarevsky
b54bc2db1e
Merge pull request #7665 from K-Shinotsuka:issue36
8 years ago
Vadim Pisarevsky
81fc6b3fde
Merge pull request #7621 from terfendail:ovxhal_resizefix
8 years ago
Vadim Pisarevsky
3f224abb37
Merge pull request #7646 from alalek:cmake_ccache
8 years ago
Vadim Pisarevsky
9638dfcd85
Merge pull request #7641 from alalek:warnings
8 years ago
Vadim Pisarevsky
54d215902f
Merge pull request #7627 from sovrasov:fs_vec_of_vec
8 years ago
Vadim Pisarevsky
511c0c2e71
Merge pull request #7688 from alalek:fix_orb_test
8 years ago
Vadim Pisarevsky
7adb52b427
Merge pull request #7699 from alalek:test_hog_eps
8 years ago
Alexander Alekhin
9cdab426b1
Merge pull request #7702 from lupustr3:pvlasov/ipp2017_filter_fix
8 years ago
Pavel Vlasov
dfb9c574a4
IPP 2017 filter2D fix;
...
filter2D IPP runtime check;
8 years ago
Alexander Alekhin
771fa5b8ac
test: change EPS in Objdetect_HOGDetector tests
8 years ago
LaurentBerger
fb456eb69c
Merge pull request #7691 from LaurentBerger:I7676
...
* Solve issue 7676
* I7676 bis
8 years ago
Arek
866f8eb1e7
Merge pull request #7695 from ArkadiuszRaj:aravis-release-bug-fix
...
* Aravis: fixing releasing object when no communication with camera is possible
* Removing unnecessary include
8 years ago
Alexander Alekhin
39d7ecc93b
perf: disabled checks for magic numbers
...
Results are not bit-exact
8 years ago
Alexander Alekhin
dac37a0bc9
features2d: update rotation invariance test
...
Don't process keypoints near border, because after rotation border points
have contrast gradients with rotation border fill.
8 years ago