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
Alexander Alekhin
30807b26c7
Merge pull request #7644 from alalek:cmake_python_install
8 years ago
Alexander Alekhin
14d2046f80
cmake: ccache
8 years ago
Alexander Alekhin
30cdcfa554
warnings
8 years ago
Alexander Alekhin
40aa8aa862
ffmpeg: check return value
8 years ago
Alexander Alekhin
12569dc730
Merge pull request #7625 from souch55:Fixapi
8 years ago
Alexander Alekhin
a19cb20b23
Merge pull request #7673 from pengli:deriv
8 years ago
Li Peng
6cb73356b1
laplacian ocl kernel optimization
...
This ocl kernel is 46%~171% faster than current laplacian 3x3
ocl kernel in the perf test, with image format "CV_8UC1".
Signed-off-by: Li Peng <peng.li@intel.com>
8 years ago
Vitaly Tuzov
e6f2729c7a
Replaced magic constant in large image handling check
8 years ago
Andrey Pavlenko
1f1dc42534
Merge pull request #7681 from apavlenko:ivx-docs
...
OpenVX C++ wrappers docs (#7681 )
* adding wrapper headers to the project to see them in IDE project explorer
* readme
* doxygen: toplevel brief-s
* more doxygen
* more doxygen
8 years ago
Vladislav Sovrasov
7c266ffffe
Add support of vector of vectors serialization to FileStorage
8 years ago
Alexander Alekhin
876c2c0efd
Merge pull request #7678 from dec1:tag_3.0.0
8 years ago
Alexander Alekhin
c3f0ee0768
Merge pull request #7675 from filnet:msys2
8 years ago
k-shinotsuka
cf5c400ecb
add SSE code for RGB2HLS_f.
8 years ago
Declan Moran
a49e50a33b
fix error when building android sample:
...
https://github.com/opencv/opencv/issues/7590
8 years ago
Philippe Renon
e79f83e573
calib3d: fix missing cv::redirectError symbol error
...
happens on msys2 with gcc 6.2.0
see also http://stackoverflow.com/questions/38552221/undefined-reference-to-cvredirecterror-while-creating-shared-build-of-opencv-3
8 years ago
sourin
94b5a74067
Fixed with review comments.
8 years ago
Alexander Alekhin
c93fb14dd2
Merge pull request #7653 from pengli:deriv
8 years ago