- 22 Dec, 2018 1 commit
-
-
Alexander Alekhin authored
Commit: 124011c3 PR: https://github.com/opencv/opencv/pull/13392 Sobel filter with 16S/16U datatype is broken.
-
- 21 Dec, 2018 6 commits
-
-
Alexander Alekhin authored
OpenCV 3.4.5
-
Dmitry Kurtaev authored
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
backport 4ba4901c
-
-
- 20 Dec, 2018 4 commits
-
-
Vitaly Tuzov authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vasiliy Sorokin authored
-
- 19 Dec, 2018 6 commits
-
-
Dmitry Kurtaev authored
* Fix python bindings without stitching module * stitching: move stitching specific code into modules/stitching/misc
-
Vitaly Tuzov authored
-
Vitaly Tuzov authored
-
Dmitry Budnikov authored
-
Alexander Alekhin authored
- drop hello-android sample
-
Dmitry Kurtaev authored
-
- 18 Dec, 2018 3 commits
-
-
LaurentBerger authored
* Python wrapper for detail * hide pyrotationwrapper * copy code in pyopencv_rotationwarper.hpp * move ImageFeatures MatchInfo and CameraParams in core/misc/ * add python test for detail * move test_detail in test_stitching * rename
-
Quentin Chateau authored
Stitching: added functions to set warp interpolation mode (#13449) * Added functions to set warp interpolation mode * Use InterpolationFlags enum * Improved getter/setter naming
-
Alexander Alekhin authored
-
- 17 Dec, 2018 4 commits
-
-
Alexander Alekhin authored
used by OpenCV
-
vishwesh5 authored
Resolves #13375
-
Rostislav Vasilikhin authored
* conversions of color_rgb.cpp vectorized * CL impl: coeffs updated * unused constants removed * CUDA color coeffs updated
-
Alexander Alekhin authored
-
- 16 Dec, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 15 Dec, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 14 Dec, 2018 5 commits
-
-
Sayed Adel authored
-
Quentin Chateau authored
Optimize exposure compensation (#13400) * Added perf test * Optimized gains computation * Use Eigen for gains calculation
-
Pavel Rojtberg authored
broken in 11eafca3
-
Rostislav Vasilikhin authored
RGB to/from Gray rewritten to wide intrinsics (#13379) * 5x5 to RGB added * RGB25x5 added * Gray2RGB added * Gray2RGB5x5 added * vx_set moved out of loops * RGB5x52Gray added * RGB2Gray written * warnings fixed (int -> (u)short conversion) * warning fixed * warning fixed * "i < n-vsize+1" to "i <= n-vsize" * RGBA2mRGBA vectorized * try to fix ARM builds * fixed ARM build for RGB2RGB5x5 * mRGBA2RGBA: saturation, vectorization * fixed CL implementation of mRGBA2RGBA (saturation added)
-
Alexander Alekhin authored
-
- 13 Dec, 2018 3 commits
-
-
Alexander Alekhin authored
-
Ruslan Garnov authored
-
Vitaly Tuzov authored
* added performance test for compareHist * compareHist reworked to use wide universal intrinsics * Disabled vectorization for CV_COMP_CORREL and CV_COMP_BHATTACHARYYA if f64 is unsupported
-
- 12 Dec, 2018 5 commits
-
-
Dmitry Kurtaev authored
-
Ruslan Garnov authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
* python: add checks for drawKeypoints() symbol * python: more hacks in hdr_parser.py
-
Thad House authored
On windows 7, MinCore_Downlevel does not work correctly. However, the only API used was QISearch, which can be found in Shlwapi. Closes #12010
-