apavlenko
f5f91ed7f6
eliminating conflict with ivx.hpp
2016-11-24 18:48:51 +03:00
Vitaly Tuzov
12e0bc0fe7
Added wrappers for vx_matrix and vx_convolution ( #7651 )
2016-11-24 15:02:12 +03:00
Alexander Alekhin
4c5c722939
Merge pull request #7718 from guoxuedong:updateExifReader
2016-11-24 10:34:17 +00:00
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.
2016-11-24 11:08:11 +08:00
Alexander Alekhin
4fd00c1ae1
Merge pull request #7714 from onixie:master
...
Fix docs explaining the returnPoints argument of convexHull.
2016-11-23 17:44:05 +03:00
Rostislav Vasilikhin
7db43f9fff
fixed wrong equivalence in YUV conversion ( #7481 )
...
* fixed wrong equivalence in YUV conversion
* fixed channel order from YVU to YUV
2016-11-23 17:39:18 +03:00
Vadim Pisarevsky
b8c875d4a1
Merge pull request #7707 from K-Shinotsuka:issue37
2016-11-23 14:15:02 +00:00
monoid911
b879126584
Fix docs explaining the returnPoints argument of convexHull.
2016-11-23 20:43:52 +09:00
Alexander Alekhin
8d662a1a28
Merge pull request #7640 from alalek:fix_test_tvl1
2016-11-23 10:50:30 +00:00
k-shinotsuka
284006e336
add NEON code for RGB2Luv_f.
2016-11-23 19:18:41 +09:00
Alexander Alekhin
8151be9abc
Merge pull request #7163 from savuor:openvx_sample
2016-11-22 19:10:48 +00:00
Vadim Pisarevsky
c1ee798213
Merge pull request #7662 from K-Shinotsuka:issue34
2016-11-22 13:57:13 +00:00
Rostislav Vasilikhin
f89ea6d7fa
hide info warnings
2016-11-22 16:49:46 +03:00
apavlenko
1c9262dce4
hiding silly warnings
2016-11-22 16:49:46 +03:00
Rostislav Vasilikhin
fa8add8686
compilation fixed for C++98
2016-11-22 16:49:46 +03:00
Andrey Pavlenko
bfecea489e
warnings in ivx.hpp fixed
...
* fixing 1.0.1
* fixing build without c++11
* hiding warnings
2016-11-22 16:49:46 +03:00
Rostislav Vasilikhin
d7db220196
"no previous declaration" warnings fixed in samples
2016-11-22 16:49:46 +03:00
Andrey Pavlenko
289d879d48
build fixes for openvx-1.0.1 and c++03
...
* fixing 1.0.1
* fixing build without c++11
2016-11-22 16:49:46 +03:00
Rostislav Vasilikhin
2c63d2bd72
changed image creation from handle
2016-11-22 16:49:46 +03:00
apavlenko
e8d2aad978
sugar for single plane images
2016-11-22 16:49:46 +03:00
Rostislav Vasilikhin
9032a7ab81
minor fixes in samples and ivx.hpp
2016-11-22 16:49:46 +03:00
Rostislav Vasilikhin
5c969d1972
interoperability OpenVX samples added
2016-11-22 16:49:46 +03:00
Vadim Pisarevsky
af22b6c4a9
Merge pull request #7664 from K-Shinotsuka:issue35
2016-11-22 13:49:14 +00:00
Vadim Pisarevsky
b54bc2db1e
Merge pull request #7665 from K-Shinotsuka:issue36
2016-11-22 13:44:42 +00:00
Vadim Pisarevsky
81fc6b3fde
Merge pull request #7621 from terfendail:ovxhal_resizefix
2016-11-22 13:39:20 +00:00
Vadim Pisarevsky
3f224abb37
Merge pull request #7646 from alalek:cmake_ccache
2016-11-22 13:35:44 +00:00
Vadim Pisarevsky
9638dfcd85
Merge pull request #7641 from alalek:warnings
2016-11-22 13:31:26 +00:00
Vadim Pisarevsky
54d215902f
Merge pull request #7627 from sovrasov:fs_vec_of_vec
2016-11-22 12:40:22 +00:00
Vadim Pisarevsky
511c0c2e71
Merge pull request #7688 from alalek:fix_orb_test
2016-11-22 11:35:07 +00:00
Vadim Pisarevsky
7adb52b427
Merge pull request #7699 from alalek:test_hog_eps
2016-11-22 10:19:52 +00:00
Alexander Alekhin
9cdab426b1
Merge pull request #7702 from lupustr3:pvlasov/ipp2017_filter_fix
2016-11-22 09:49:17 +00:00
Pavel Vlasov
dfb9c574a4
IPP 2017 filter2D fix;
...
filter2D IPP runtime check;
2016-11-21 17:18:03 +03:00
Alexander Alekhin
771fa5b8ac
test: change EPS in Objdetect_HOGDetector tests
2016-11-21 14:59:06 +03:00
LaurentBerger
fb456eb69c
Merge pull request #7691 from LaurentBerger:I7676
...
* Solve issue 7676
* I7676 bis
2016-11-21 04:28:59 +03:00
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
2016-11-21 04:22:43 +03:00
Alexander Alekhin
39d7ecc93b
perf: disabled checks for magic numbers
...
Results are not bit-exact
2016-11-18 15:20:18 +03:00
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.
2016-11-18 15:20:03 +03:00
Alexander Alekhin
30807b26c7
Merge pull request #7644 from alalek:cmake_python_install
2016-11-18 12:19:00 +00:00
Alexander Alekhin
14d2046f80
cmake: ccache
2016-11-18 15:09:44 +03:00
Alexander Alekhin
30cdcfa554
warnings
2016-11-18 14:08:53 +03:00
Alexander Alekhin
40aa8aa862
ffmpeg: check return value
2016-11-18 13:26:19 +03:00
Alexander Alekhin
12569dc730
Merge pull request #7625 from souch55:Fixapi
2016-11-17 17:54:25 +00:00
Alexander Alekhin
a19cb20b23
Merge pull request #7673 from pengli:deriv
2016-11-17 09:40:27 +00:00
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>
2016-11-17 12:01:02 +08:00
Vitaly Tuzov
e6f2729c7a
Replaced magic constant in large image handling check
2016-11-16 17:55:04 +03:00
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
2016-11-16 17:05:08 +03:00
Vladislav Sovrasov
7c266ffffe
Add support of vector of vectors serialization to FileStorage
2016-11-16 13:37:30 +03:00
Alexander Alekhin
876c2c0efd
Merge pull request #7678 from dec1:tag_3.0.0
2016-11-15 19:35:38 +00:00
Alexander Alekhin
c3f0ee0768
Merge pull request #7675 from filnet:msys2
2016-11-15 15:59:27 +00:00
k-shinotsuka
cf5c400ecb
add SSE code for RGB2HLS_f.
2016-11-16 00:46:13 +09:00