Name
Last commit
Last update
..
HighGUI Add Java and Python code for trackbar tutorial.
Histograms_Matching Add Java and Python code for the following imgproc tutorials: Affine Transformations, Histogram Equalization, Histogram Calculation, Histogram Comparison, Back Projection.
ImgProc Merge pull request #13030 from dmatveev:tutorial
ImgTrans Add Java and Python code for Image Segmentation with Distance Transform and Watershed Algorithm tutorial. Use more Pythonic code.
ShapeDescriptors Merge pull request #12206 from jsxyhelu/3.4
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.
calib3d Merge remote-tracking branch 'upstream/3.4' into merge-3.4
compatibility Merge pull request #13253 from alalek:fix_13201
core drop C-API sample code
features2D Add a function that draws frame axes. Useful for debugging purpose and to check the correctness of the output of a pose estimation method.
gapi/porting_anisotropic_image_segmentation Updates gapi tutorial using normalize kernel
gpu Merge branch 'thrust_tutorial' of http://github.com/dtmoodie/opencv into thrust_tutorial
imgcodecs/GDAL_IO Update documentation ( tutorials )
introduction fix file names
ml Misc. typos
objectDetection Add Java and Python code for cascade classifier and HDR tutorials.
photo photo: move TonemapDurand to opencv_contrib
snippets add imgproc snippets
video Update background subtraction tutorial with Java and Python codes.
videoio update samples: waitKey() usage
xfeatures2D Fixed compilation warnings in samples: