18511 Commits (f8ac46ba0783a3a49843b87e48ac5e0f90478649)

Author SHA1 Message Date
Pavel Rojtberg afa0f80c61 videoio: add manual white-balance and implement it for V4L2 6 years ago
Vitaly Tuzov 2dd98e7cc6 bilateralFilter implementation moved to separate file 6 years ago
Alexander Alekhin f74f1a94fe core(ocl): run "reduce" kernels in synchronous mode 6 years ago
Vadim Pisarevsky 96bf26611e Merge pull request #13084 from vpisarev:shuffle_optflow_algos 6 years ago
Vadim Pisarevsky 841741aa52
significantly reduced OpenCV binary size by disabling IPP in some funcs (#13085) 6 years ago
Vadim Pisarevsky 8f15a609af
mostly removed obsolete C API from calib3d (at least at the interface level) (#13081) 6 years ago
Vitaly Tuzov 28fd967148 Updated bilateralFilter implementations to use wide universal intrinsics 6 years ago
Vadim Pisarevsky 8cdf7bb84b
refined QRCodeDetector API for OpenCV 4.0 (#13086) 6 years ago
Ruslan Garnov 858ba6c798 Fixed uniniitialized mats in tests, added operator<< for compare_f 6 years ago
Alexander Alekhin 386733aea1 gapi: fix ARM build 6 years ago
Vadim Pisarevsky 11eafca3e2
removed C API in the following modules: photo, video, imgcodecs, videoio (#13060) 6 years ago
Dmitry Budnikov 5087ff0814 Merge pull request #13008 from dbudniko:dbudniko/gpu_opencl_backend 6 years ago
Alexey Nikolaev 8396ae6e4f Merge pull request #12893 from aleksey-nikolaev:cap-update 6 years ago
Alexander Alekhin 5059523937 core: fix processing of vector-rows 6 years ago
tompollok 2da56d5af6 refactoring catching all exceptions as const ref 6 years ago
Alexander Alekhin b74b05d1b3 Revert CV_TRY/CV_CATCH macros 6 years ago
unknown 13ede34516 Add support for changing fourcc and support mono formats (e.g. Y8, Y16) 6 years ago
Vitaly Tuzov e5d7f446d6 Merge pull request #13056 from terfendail:box_wintr 6 years ago
Alexander Alekhin 5869415a57 videoio: drop obsolete backends 6 years ago
gineshidalgo99 b5248da826 Fixed pendantic warnings 6 years ago
Alexander Alekhin b059a361dd highgui: drop obsolete Carbon API 6 years ago
Dmitry Kurtaev dc9e6d3af8 Update a script to generate text graphs for Faster-RCNN networks from TensorFlow 6 years ago
Alexander Alekhin 787f5236a9 viz: move to opencv_contrib 6 years ago
Alexander Alekhin 9636ffc471 videostab: move to opencv_contrib 6 years ago
catree eebf0dd7c9 Fix integer overflow when accumulating timing values. 6 years ago
Ruslan Garnov c972c94662 Added Standalone.cmake 6 years ago
Wu Zhiwen 33c9d57c6f dnn/Vulkan: skip heavy convolution task 6 years ago
Evgeny Latkin 000110e760 Merge pull request #13052 from elatkin:yl/gapi_sobel3x3_f32_v2 6 years ago
lqy123000 cceeca3052 Merge pull request #12916 from lqy123000:bugfix_templmatch 6 years ago
berak eaee63d96b java: add converters, tests for MatOfRotatedRect 6 years ago
Alexander Alekhin cfb02b5370 shape: move sample to opencv_contrib 6 years ago
Vadim Pisarevsky b8175f8976 removed the old C API for Haar-based object detection; use CascadeClassifier from now on 6 years ago
berak cae2a53563 highgui: fix broken waitKey() condition in window_w32 6 years ago
Suleyman TURKMEN 182f43b6f9 Update imgproc.hpp 6 years ago
LaurentBerger 5132102863 typo in kmeans doc 6 years ago
Alexander Alekhin 4395c1b9f8 videoio: backport "VideoCapture(int index, int apiPreference)" interface 6 years ago
berak 6d2a97e954 docs: remove NULL strings from highgui.hpp 6 years ago
Alexander Alekhin 79dc0ed175 docs: intro formatting update, minor cleanup 6 years ago
Alexander Alekhin c6d2f0399a videoio: fix build of standalone ffmpeg plugin 6 years ago
Jean Carass 66e4ace39f Replaced strcpy_s, strcat_s for MinGW builds. 6 years ago
fegorsch ce00d38bd9 Add test for symmetric circles with clustering 6 years ago
Vitaly Tuzov 877de883b0 medianBlur() implementation moved to separate file 6 years ago
Alexander Alekhin a920ed9e1e superres: move to opencv_contrib 6 years ago
Alexander Alekhin 6c8ec5336f shape: move to opencv_contrib 6 years ago
fegorsch 30bf4a5e34 CircleGridClusterFinder: map circle pattern width and height correctly 6 years ago
Vitaly Tuzov 0fda551dbc Updated medianBlur implementations to use wide universal intrinsics 6 years ago
Dmitry Kurtaev 32797515de Fix https://github.com/opencv/opencv/issues/12824 6 years ago
Vadim Pisarevsky 0f622206e4
completely new C++ persistence implementation (#13011) 6 years ago
berak 0cd14e3fb4 java: add support for MatOfRotatedRect 6 years ago
Ilari Venäläinen e6c41f0de6 Merge pull request #12989 from venalil:fix_thresholded_tiff_read 6 years ago