54 Commits (d154fa4b4ca187ec0633ec9151fe3bd3d9e3800c)

Author SHA1 Message Date
luz.paz 57ccf14952 FIx misc. source and comment typos 5 years ago
tribta e8283f94ed Fix Python code, for the tutorial_laplace_operator, to get the same result between the Cpp, Java and Python 5 years ago
SchultzC 1e6e18ff05
Changed to integer division 6 years ago
SchultzC 3833d86f0f Merge pull request #14733 from SchultzC:3.4 6 years ago
SchultzC edb3337ead Remove divide by 1000 6 years ago
mehlukas 6bff0e24f8 Merge pull request #14314 from mehlukas:3.4-opticalflow 6 years ago
mehlukas 47c45e5bd3 Merge pull request #14393 from mehlukas:3.4-meanshift 6 years ago
Pedro Ferreira da Costa 9cef78b685 Merge pull request #14109 from PedroFerreiradaCosta:adding_python_version_to_anisotropic_tutorial 6 years ago
Alexander Alekhin 742f22c09b photo: move TonemapDurand to opencv_contrib 6 years ago
Alexander Alekhin c371df4aa2 samples: use findFile() in "python" 6 years ago
catree 4bea70a64a Update background subtraction tutorial with Java and Python codes. 6 years ago
jsxyhelu 7828854c9d Merge pull request #12206 from jsxyhelu/3.4 6 years ago
Suleyman TURKMEN c61bc3a0cb Update documentation and samples 6 years ago
catree 41b95cae38 Add Java and Python code for ML tutorials. 6 years ago
catree c9fe6f1afe Add Java and Python code for the following tutorials: 6 years ago
catree 481af5c469 Add Java and Python code for AKAZE local features matching tutorial. Fix incorrect uses of Mat.mul() in Java code. 6 years ago
catree 7469981d1a Add Java and Python code for Image Segmentation with Distance Transform and Watershed Algorithm tutorial. Use more Pythonic code. 6 years ago
catree a11ef2650e 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. 7 years ago
catree afa5b0cc93 Add Java and Python code for cascade classifier and HDR tutorials. 7 years ago
Alexander Alekhin dcb9bc2544 python: eliminate pylint warnings 7 years ago
catree ade21f142e 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. 7 years ago
catree 4c1c3147d9 Add Java and Python code for the following imgproc tutorials: Affine Transformations, Histogram Equalization, Histogram Calculation, Histogram Comparison, Back Projection. 7 years ago
catree 9f6108ae7a Add Java and Python code for the following imgproc tutorials: Canny, Remap, threshold and threshold inRange. Use HSV colorspace instead of RGB for inRange threshold tutorial. 7 years ago
catree 9fc0cabdf5 Add Java and Python code for trackbar tutorial. 7 years ago
catree 7e3490959a Add Java and Python code for morphology tutorials. 7 years ago
cclauss 8a79b167b8 Define execfile, file, long, raw_input, xrange for Python 3 7 years ago
cclauss 05c1a3d160 print() is a function in Python 3 7 years ago
Jozef Mlich 7a472d85ef Merge pull request #10663 from jmlich:master 7 years ago
Alexander Alekhin 5560db73bf python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 7 years ago
tribta 9a2317e063 Tutorial Hough Lines 7 years ago
tribta d99ced6ec8 Tutorial Hough Circles 7 years ago
tribta 9ff33dacfc Tutorial Make Border 7 years ago
tribta a6f5e1f0ca Tutorial Filter2D 7 years ago
tribta 08515281b9 Tutorial Image Pyramids 7 years ago
tribta f7d85bfed8 Tutorial Sobel Derivatives 7 years ago
tribta 3250f11f0c Tutorial Laplace Operator 7 years ago
tribta d068e27420 Tutorial Morph Lines Detection 7 years ago
tribta 18bc4db75c Tutorial Hit-or-Miss 7 years ago
tribta bc18fb481f Tutorial Smoothing Images 7 years ago
tribta 45afd29b72 Tutorial Mask Operations on Matrices 7 years ago
tribta 954e2f9b9c Tutorial Discrete Fourier Transform 7 years ago
tribta 13317bdfda Tutorial Basic Geometric Drawing 7 years ago
tribta c4c1e94088 Tutorial Adding Images 7 years ago
Alexander Alekhin d195f2775a cmake: change Pylint integration 7 years ago
tribta b7fa6d84bc Using Pylint Tool to Test the python tutorial codes 7 years ago
tribta 7c65f7ef11 Fixing Bad identations (line 18 to 96) 7 years ago
tribta d53a5210a8 Improving codes of the tutorial: mat_mask_oprations 7 years ago
berak 2af63c2bf1 fix py_svm_opencv sample 8 years ago
Cartucho 2055bcc807 Extending template_matching tutorial with Java (#8043) 8 years ago
catree e357e2c1b7 Fix typos in py_houghlines tutorial. Extract the python code in a specific folder. 8 years ago