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
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
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
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
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
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
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
Andrey Pavlenko
bdf661538d
Merge pull request #7550 from apavlenko:ivx
...
C++ wrappers over OpenVX 1.x API (#7550 )
* initial commit
* fixing missing swap(refcount) bug
* removing dead code
* fixinf identation
* splitting c++98 and external refcount definitions
* fixing formatToMatType
* using vector instead of initializer_list for consistency with c++98 API
* IVX_HIDE_INFO_WARNINGS
* just in case a compiler doesn't do this
* removing copy functionality from ImagePatch, Image can be used for that
* stricter type checks
8 years ago
Vitaly Tuzov
26899bb345
OpenVX 1.0.1 compliance update
8 years ago
Arkadiusz Raj
f893ee5cec
Added IMREAD_IGNORE_ORIENTATION flag
8 years ago
Pavel Rojtberg
3609343acf
undistortPoints: only consider distCoeffs if present
...
iters should be 0 if we have no distortion. Also skip tilt distortion in
that case.
Furthermore move variable declarations to usage sites.
8 years ago
Alexander Alekhin
6991c24a27
Merge pull request #7632 from paroj:homgpt_int
8 years ago
Alexander Alekhin
17ffb28807
Merge pull request #7602 from mshabunin:fix-opencl-warnings
8 years ago
Pavel Rojtberg
25061b4280
convertPointsToHomogeneous: fix output type for depth == CV_32S
8 years ago
Alexander Alekhin
f1d93cb23b
Merge pull request #7624 from pengli:gaussian_blur
8 years ago
Alexander Alekhin
b2fa82ffcd
Merge pull request #7618 from lupustr3:pvlasov/instrumentation_update
8 years ago
Alexander Alekhin
183c75358b
imgproc: fix trailingZeros for MSVS 2010
8 years ago
Sergiu Deitsch
d4b501e734
viz: free new[] allocated arrays using delete[] instead of free
...
Clang's AddressSanitizer throws an alloc-dealloc-mismatch (operator
new[] vs free) error here.
8 years ago
Pavel Vlasov
349d5ba012
--perf_instrument parameter now has int type and 0, 1, 2 modes (1 - simple trees, 2 - expanded trees for functions with same name but different calling address);
...
Maximum depth limit var was added to the instrumentation structure;
Trace names output console output fix: improper tree formatting could happen;
Output in case of error was added;
Custom regions improvements;
Improved timing and weight calculation for parallel regions; New TC (threads counter) value to indicate how many different threads accessed particular node;
parallel_for, warnings fixes and ReturnAddress code from Alexander Alekhin;
8 years ago