17873 Commits (c4c31f5bba19fb701c30066c6039ee6eb187edd1)

Author SHA1 Message Date
Alexander Alekhin 2fa9bd221d core: add utils::findDataFile() / samples::findFile() 6 years ago
Alexander Alekhin 96c71dd3d2 dnn: reduce set of ignored warnings 6 years ago
catree 10b482ff1e Fix code and missing intrin header. Remove useless header. 6 years ago
Alexander Alekhin 42742727d6 imgproc(ocl): fix morph generic filter checks 6 years ago
Dmitry Kurtaev 80265a0815 Fix a bug with OpenVINO backend 6 years ago
Alexander Nesterov 82c2aa6e65 Added bugfix and some tests 6 years ago
Dmitry Kurtaev 6c76c8f881 Add a test for FileNode::keys() 6 years ago
Alexander Alekhin 801c943009 fix coverity reports 6 years ago
Alexander Alekhin 96ee83898d core(test): extend divideByZero test 6 years ago
Alexander Alekhin 858a7da5c0 core: rework getContinuousSize() for vector-col/row support 6 years ago
Vadim Pisarevsky 82e8657a6d backport: refined QRCodeDetector API for OpenCV 4.0 6 years ago
Pavel Rojtberg afa0f80c61 videoio: add manual white-balance and implement it for V4L2 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
Dmitry Kurtaev dc9e6d3af8 Update a script to generate text graphs for Faster-RCNN networks from TensorFlow 6 years ago
catree eebf0dd7c9 Fix integer overflow when accumulating timing values. 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
berak cae2a53563 highgui: fix broken waitKey() condition in window_w32 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
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
fegorsch ce00d38bd9 Add test for symmetric circles with clustering 6 years ago
Vitaly Tuzov 877de883b0 medianBlur() implementation moved to separate file 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
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
Emanuele Ruffaldi b4398d62b2 ffmpeg for lossy 6 years ago
Dmitry Kurtaev a6f9170f10 Add ONNX's padding import 6 years ago
Suleyman TURKMEN 4d0ed5c13c Merge pull request #12971 from sturkmen72:upd_imgproc_hpp 6 years ago
Vadim Pisarevsky ebdc870296 fixed imshow on mac; before that just the window titlebar was shown, without the window content. 6 years ago
Rostislav Vasilikhin fa91d621fa Merge pull request #12876 from savuor:color_rgb2rgb_wide 6 years ago
Sayed Adel 93ffebc273 core: reimplement SIMD arithmetic, logic and comparison operations into wide universal intrinsics 6 years ago
Diego Barrios Romero 7a884ab6a5 Fix closing input file 6 years ago
Alexander Nesterov aba66352dd Fix dataset: russian.jpg 6 years ago
catree d37164bab6 Fix distortion figure in calib3d. Positive radial distortion corresponds to pincushion distortion and negative to barrel distortion. Add another figure that illustrates the influence of k1 in the distortion effect. 6 years ago
Rostislav Vasilikhin daff6e6484 _mm256_zeroupper replaced by zeroall 6 years ago
Alexander Alekhin 3e0c72ea84 core(ipp): disable SSE4.2 meanStdDev() optimization for CV_32F 6 years ago
kamino410 3972c526ce fix document about camera distortion parameters 6 years ago
Sean McBride 75f67ed207 Fixed a few comments related to macOS support 6 years ago
catree 644846c702 Add a function that draws frame axes. Useful for debugging purpose and to check the correctness of the output of a pose estimation method. 6 years ago
Henry 4102855edd
Update intro.markdown 6 years ago
Dmitry Kurtaev 92f754c675 Add methods to reshape Mat in Java by array of shapes and retreive sizes of each dimension. 6 years ago
Alexander Alekhin aa6e296236 python: eliminate DeprecationWarning: SO -> EXT_SUFFIX 6 years ago