- 02 Aug, 2018 1 commit
-
-
Pierre Jeambrun authored
-
- 31 Jul, 2018 1 commit
-
-
luz.paz authored
Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
-
- 30 Jul, 2018 1 commit
-
-
Suleyman TURKMEN authored
-
- 27 Jul, 2018 1 commit
-
-
Karpushin Vladislav authored
In this tutorial you will learn: - what is a degradation image model - what is a PSF of an out-of-focus image - how to restore a blurred image - what is the Wiener filter
-
- 22 Jul, 2018 1 commit
-
-
Paul92 authored
Mser sample improvments (#12032) * Fixed bug in detect_mser sample Wrong number of colors used to generate the synthetic images * Formatting improvements * Using safer casts * Improved readability of legend generation * Various readability fixes in detect_mser sample
-
- 13 Jul, 2018 1 commit
-
-
catree authored
-
- 11 Jul, 2018 1 commit
-
-
catree authored
- Changing the contrast and brightness of an image! - Operations with images
-
- 03 Jul, 2018 1 commit
-
-
Alexander Alekhin authored
Not all backends support -1 index.
-
- 02 Jul, 2018 1 commit
-
-
catree authored
Add Java and Python code for AKAZE local features matching tutorial. Fix incorrect uses of Mat.mul() in Java code. Uniform Lowe's ratio test in the code.
-
- 27 Jun, 2018 1 commit
-
-
catree authored
Add Java and Python code for Image Segmentation with Distance Transform and Watershed Algorithm tutorial. Use more Pythonic code.
-
- 21 Jun, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 11 Jun, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 10 Jun, 2018 1 commit
-
-
catree authored
Add Java and Python code for the following imgproc tutorials: Finding contours in your image, Convex Hull, Creating Bounding boxes and circles for contours, Creating Bounding rotated boxes and ellipses for contours, Image Moments, Point Polygon Test.
-
- 08 Jun, 2018 2 commits
-
-
catree authored
-
Alexander Alekhin authored
- show capturing information: width / height / fps - show average FPS for cap.read()+imshow() via cv::getTickCount() - optional frame processing code path
-
- 01 Jun, 2018 1 commit
-
-
take1014 authored
-
- 31 May, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 29 May, 2018 1 commit
-
-
catree authored
Add Java and Python code for the following features2d tutorials: Harris corner detector, Shi-Tomasi corner detector, Creating your own corner detector, Detecting corners location in subpixels, Feature Detection, Feature Description, Feature Matching with FLANN, Features2D + Homography to find a known object. Use Lowe's ratio test to filter the matches.
-
- 23 May, 2018 1 commit
-
-
catree authored
Add Java and Python code for the following imgproc tutorials: Affine Transformations, Histogram Equalization, Histogram Calculation, Histogram Comparison, Back Projection.
-
- 18 May, 2018 2 commits
- 16 May, 2018 1 commit
-
-
catree authored
-
- 15 May, 2018 1 commit
-
-
Pavel Rojtberg authored
instead of an ad-hoc implementation of it
-
- 14 May, 2018 1 commit
-
-
Alexander Nesterov authored
-
- 11 May, 2018 2 commits
-
-
catree authored
-
-
- 03 May, 2018 1 commit
-
-
Sayed Adel authored
-
- 24 Apr, 2018 1 commit
-
-
Dmitry Kurtaev authored
* Custom deep learning layers support * Stack custom deep learning layers
-
- 23 Apr, 2018 1 commit
-
-
Alexander Nesterov authored
-
- 17 Apr, 2018 1 commit
-
-
Vadim Pisarevsky authored
* Rewrite polar transformations - A new wrapPolar function encapsulate both linear and semi-log remap - Destination size is a parameter or calculated automatically to keep objects size between remapping - linearPolar and logPolar has been deprecated * Fix build warning and error in accuracy test * Fix function name to warpPolar * Explicitly specify the mapping mode, so we retain all the parameters as non-optional. Introduces WarpPolarMode enum to specify the mapping mode in flags * resolves performance warning on windows build * removed duplicated logPolar and linearPolar implementations
-
- 07 Apr, 2018 1 commit
-
-
Vishwa Prakash H V authored
In line 104 `if ( full_neg_lst[i].cols >= box.width && full_neg_lst[i].rows >= box.height )` removed '=' as it causes divide By Zero Error in line 106 and 107 `box.x = rand() % ( full_neg_lst[i].cols - size_x );` when full_neg_lst[i].cols = size_x or full_neg_lst[i].rows - size_y
-
- 03 Apr, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 29 Mar, 2018 1 commit
-
-
Alexander Nesterov authored
-
- 28 Mar, 2018 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 26 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
- CV_RGB() macro is moved into opencv2/imgproc.hpp from imgproc_c.h - samples/cpp/filestorage_base64.cpp is dropped
-
- 15 Mar, 2018 1 commit
-
-
berak authored
also add comments explaining the change
-
- 06 Mar, 2018 2 commits
-
-
Maksim Shabunin authored
- bgfg_segm - peopledetect - opencv_version - dnn/colorization - tapi/opencl_custom_kernel - tapi/dense_optical_flow (renamed tvl1_optical_flow)
-
Maksim Shabunin authored
- bgfg_segm - peopledetect - opencv_version - dnn/colorization - tapi/opencl_custom_kernel - tapi/dense_optical_flow (renamed tvl1_optical_flow)
-