opencv/samples/cpp/tutorial_code
Karpushin Vladislav a8e9a3a88d doc: add new tutorial "Out of focus deblur filter"
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
2018-07-27 17:12:24 +07:00
..
calib3d Clarify the Euler angles convention chosen. Replace rotation inverse with matrix transpose. 2018-05-12 01:11:13 +02:00
core Add Java and Python code for the following tutorials: 2018-07-11 20:14:58 +02:00
features2D Add Java and Python code for AKAZE local features matching tutorial. Fix incorrect uses of Mat.mul() in Java code. 2018-07-02 15:10:53 +02:00
gpu Merge branch 'thrust_tutorial' of http://github.com/dtmoodie/opencv into thrust_tutorial 2015-11-10 12:29:51 -05:00
HighGUI Add Java and Python code for trackbar tutorial. 2018-05-18 11:29:41 +02:00
Histograms_Matching Add Java and Python code for the following imgproc tutorials: Affine Transformations, Histogram Equalization, Histogram Calculation, Histogram Comparison, Back Projection. 2018-05-24 01:11:28 +02:00
imgcodecs/GDAL_IO Update documentation ( tutorials ) 2016-08-15 17:23:04 +03:00
ImgProc doc: add new tutorial "Out of focus deblur filter" 2018-07-27 17:12:24 +07:00
ImgTrans Add Java and Python code for Image Segmentation with Distance Transform and Watershed Algorithm tutorial. Use more Pythonic code. 2018-06-27 18:48:32 +02:00
introduction fix file names 2017-12-15 14:59:35 +03:00
ml Add Java and Python code for ML tutorials. 2018-07-13 15:52:28 +02:00
objectDetection Add Java and Python code for cascade classifier and HDR tutorials. 2018-06-08 19:30:30 +02:00
photo Add Java and Python code for cascade classifier and HDR tutorials. 2018-06-08 19:30:30 +02:00
ShapeDescriptors 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. 2018-06-10 23:57:11 +02:00
snippets add imgproc snippets 2018-06-01 23:42:00 +09:00
TrackingMotion 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. 2018-05-29 10:35:57 +02:00
video update samples: waitKey() usage 2016-12-15 15:39:47 +03:00
videoio update samples: waitKey() usage 2016-12-15 15:39:47 +03:00
viz samples: avoid using of legacy code constructions in viz sample 2018-04-03 16:05:43 +03:00
xfeatures2D Fixed compilation warnings in samples: 2018-02-12 18:42:36 +03:00