- 19 Dec, 2018 3 commits
-
-
Dmitry Budnikov authored
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
- 18 Dec, 2018 9 commits
-
-
Alexander Alekhin authored
-
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
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Peter J. Stieber authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
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
-
vishwesh5 authored
* Create text_detection.py #12270 #13429 **Deep Learning text detection sample (Python)** - Tested on **Ubuntu 18.04** - OpenCV 3.4.3, OpenCV 3.4.4, OpenCV 4.0 (master branch) - Python version supported - Python 2 and Python 3 * Fix trailing whitespaces * Update text_detection.py * Remove whitespace * Remove comments * Remove unused packages * Update description
-
- 17 Dec, 2018 5 commits
-
-
Alexander Alekhin authored
used by OpenCV
-
Alexander Alekhin authored
-
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 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 15 Dec, 2018 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 14 Dec, 2018 10 commits
-
-
Alexander Alekhin authored
-
Sayed Adel authored
-
Quentin Chateau authored
Optimize exposure compensation (#13400) * Added perf test * Optimized gains computation * Use Eigen for gains calculation
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
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
-
Madan Ram authored
Replaced CV_TM_SQDIFF to TM_SQDIFF and the rest since methods are renamed in opencv 3.4
-
Alexander Alekhin authored
-
- 13 Dec, 2018 8 commits
-
-
Alexander Alekhin authored
-
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
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Tomoaki Teshima authored
-