146 Commits (885fb703cf5605d8d7e95396939d87ddedcb6fae)

Author SHA1 Message Date
Vadim Pisarevsky 5489735258
Merge pull request #17436 from vpisarev:fix_python_io 5 years ago
Alexander Alekhin a327418767 features2d(sift): move SIFT tests / headers / build fixes 5 years ago
Ben 041da57e87 fix tuple error 5 years ago
jshiwam d4fc302c7e
Merge pull request #16795 from jshiwam:qrsample 5 years ago
Vahid Nikoofard 575a609b80
Update calcBackProject_Demo1.py 5 years ago
mehlukas 75bd9f86b2
Merge pull request #16889 from mehlukas:3.4-consolidateImshow 5 years ago
Alexander Alekhin e12b1c2209 build: updates for winpack dldt 5 years ago
Gourav Roy 8b5efc6f4c
Merge pull request #16586 from themechanicalcoder:video-psnr 5 years ago
Muhammad Taha 8177adbd54 Minor update in grabcut.py 5 years ago
Aditya Kumar e007d93d93
Merge pull request #14107 from adityak2920:aditya 5 years ago
Gourav Roy 126b0d855f
Merge pull request #16366 from themechanicalcoder:features2D-tutorial-python 5 years ago
Gourav Roy a6359e49d2 Added tutorial for text skewness correction in C++ and Python. 5 years ago
berak a718f2e6ea ml/python: fix digits samples(3.4) 5 years ago
ihsan314 2c21ea2dd7 Merge pull request #14666 from ihsan314:file_io_xml_yml 5 years ago
Jed ef290366b0 Removed deprecated 'clock' import. 5 years ago
Brian Wignall f9c514b391 Fix spelling typos 5 years ago
Alexander Alekhin 0e40c8a031 fix pylint warnings 5 years ago
craterkamath 04f720d56a Fixed Typo Closes #15148 5 years ago
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 04fad57fc1 samples: fix python samples compatibility with demo.py 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
Alexander Alekhin c4c31f5bba samples: use findFile() in "cpp" 6 years ago
Alexander Alekhin 9ca82caeb7 samples(python): fix drive handling in source path 6 years ago
Alexander Alekhin 5cf84c3765 samples: update Python launcher (winpack) 6 years ago
Patrick Cox 6820abd67f samples(python): Updated use of model.load instances 6 years ago
berak f30eafc9ac samples: fix digits_video.py 6 years ago
catree 4bea70a64a Update background subtraction tutorial with Java and Python codes. 6 years ago
Alexander Alekhin ecef7f7930 samples: update winpack python samples launcher 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
Lucas Teixeira f2d363feb2
Fix a Typo in the comment of asift.py 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