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
Alexander Alekhin
ad888c80cf
Merge pull request #7643 from alalek:libpng_aarch64
8 years ago
Alexander Alekhin
099be88f02
Merge pull request #7638 from ArkadiuszRaj:move-exif-from-jpeg-to-loadsave
8 years ago
Juha Reunanen
5bb08bae28
Merge pull request #7464 from reunanen:test-7409-7458
...
Change contour test images to be very wide (#7464 )
* Change contour test images to be very wide (#7409 , #7458 )
Unfortunately, slows down the tests.
* Decrease the number of contour test cases, in order to (at least partially) offset the test run duration increase caused by making the test images wider
* Don't test with very wide images on 32-bit architectures
8 years ago
Li Peng
8d4a7d3dcc
sobel and scharr ocl kernel optimization
...
It improves 108%~230% performance in the perf test
with image format "CV_8UC1" and kernel size 3.
Signed-off-by: Li Peng <peng.li@intel.com>
8 years ago
k-shinotsuka
a909527a39
add SSE code for HLS2RGB_f.
8 years ago
k-shinotsuka
614ce7743e
add SSE code for HSV2RGB_f.
8 years ago
Vadim Pisarevsky
a679e4ca7c
Merge pull request #7656 from alalek:python_warning
8 years ago
Vadim Pisarevsky
b587c57b2a
Merge pull request #7654 from souch55:Fixgtk
8 years ago
Vadim Pisarevsky
6b7d570c34
Merge pull request #7539 from Tetragramm:90DegreeRotations
8 years ago
Vadim Pisarevsky
6df723e42d
Merge pull request #7645 from alalek:cmake_arm_toolchain
8 years ago
Vadim Pisarevsky
c3fc115551
Merge pull request #7642 from alalek:plantuml
8 years ago
Alexander Alekhin
a88b94cc44
build: fix warning in python parser
...
/usr/lib/python3.5/re.py:203: FutureWarning: split() requires a non-empty pattern match.
return _compile(pattern, flags).split(string, maxsplit)
8 years ago
Vadim Pisarevsky
4ebdf4938a
Merge pull request #7634 from paroj:undistpt
8 years ago
Vadim Pisarevsky
4f8c3d7d97
Merge pull request #7648 from alalek:cmake_warnings
8 years ago
sourin
879315f2fe
Fix error gtk
8 years ago
Tetragramm
24379fcb5f
Use transpose() as suggested, because it works on pre-existing destination Mats.
8 years ago
Vitaly Tuzov
9eac0f0575
Completely disabled OpenVX based implementation of resize HAL API
8 years ago
Vitaly Tuzov
88ea9f5dd7
Fix for OpenVX based implementation of resize HAL API
8 years ago
Vitaly Tuzov
850d12ae69
Completely disabled OpenVX based implementation of warp HAL API
8 years ago
Vitaly Tuzov
cd1b324e5e
Fix for OpenVX based implementation of wrapAffine HAL API
8 years ago
Vitaly Tuzov
ca1ce5fa5c
Fix for large image handling in OpenVX based implementation of HAL API
8 years ago
Alexander Alekhin
acaa1e1b29
Merge pull request #7628 from sergiud:viz-vtkUnsignedCharArray-delete
8 years ago
Alexander Alekhin
b2e0873af1
Merge pull request #7629 from alalek:issue_7626
8 years ago
Vadim Pisarevsky
a2d6d96ef1
Merge pull request #7161 from terfendail:shortline_fix
8 years ago
Vadim Pisarevsky
67c404632a
Merge pull request #7556 from terfendail:ovxhal_101compl
8 years ago
Alexander Alekhin
04ddbf565e
cmake: eliminate configuration warnings
8 years ago
Alexander Alekhin
fddc9c5839
cmake: ARM toolchain: find ld/ar
8 years ago
Alexander Alekhin
cc121e06de
cmake: ARM toolchain: do not force compiler version
8 years ago
Alexander Alekhin
edcbc15a90
cmake: python installation
...
Also fixes issue with empty PYTHON_PACKAGES_PATH (cross-compilation mode)
8 years ago
Alexander Alekhin
a50bc7d824
cmake: fix libpng for AARCH64
8 years ago
Arkadiusz Raj
40778fa30a
Change name to minimize confusion
8 years ago
Arkadiusz Raj
4a9c84c570
Add static to local function
8 years ago
Alexander Alekhin
3e0252ebcc
docs: drop plantuml support
8 years ago
Alexander Alekhin
45bf60d18c
perf: remove tvl1 check for magic numbers, reduce number of samples
8 years ago
Alexander Alekhin
a01a4c4b3b
test: tvl1 test check update
8 years ago