152 Commits (1211a8b9cdc1d717d3f8df3bf10d3a153d8ef1d2)

Author SHA1 Message Date
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
Alexander Alekhin 78f205ffa5 python: better Python 3 support 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
Sui Libin 1ad814a191 fix faster_rcnn sample crashed at PoolingInvoker on Windows7(x64). (#10724) 7 years ago
luz.paz dbb57cd0ae Misc. ./samples typos 7 years ago
Jozef Mlich 7a472d85ef Merge pull request #10663 from jmlich:master 7 years ago
catree 59ec224009 Update left_intrinsics.yml file with chessboard square_size=0.025 and with extrinsic parameters. Add camera_calibration_show_extrinsics.py, a Python sample that allows to display the extrinsics saved during the camera calibration process (cpp-example-calibration). 7 years ago
Alexander Alekhin 5560db73bf python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 7 years ago
Wei Hao f2b3e5f517
Update houghlines.py 7 years ago
Muhammad Abdullah c180047bc1 update digits_video.py 7 years ago
Arthur Pastel 2feb0c2f61 Merge pull request #9895 from art049:parrallel_calibration_py 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
Deric Crago a0d7cf89f2 Fixed 'boundary' spelling 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
tribta 7555ab194f Samples Python: 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
berak 7b05d52f7b py_samples: fix digits.py 8 years ago
Mark Szumowski 94d63d4281 Update research paper link in Python sample 8 years ago
catree e357e2c1b7 Fix typos in py_houghlines tutorial. Extract the python code in a specific folder. 8 years ago
StevenPuttemans 6d34d6b47e update samples: waitKey() usage 8 years ago
Cartucho fcddfa4f86 GSoC 2016 - Adding ALIASES for tutorial (#7041) 8 years ago
Vladislav Sovrasov 21683a550a Update MSER python sample 8 years ago
danil-tolkachev 50d02b9f84 supress numpy future warning with `None` comparison 8 years ago
Alexander Alekhin bb5e25ba7c migration: github.com/opencv/opencv 8 years ago
Alexander Alekhin ddc0b42bc3 migration: github.com/opencv/opencv 8 years ago
Simon Hänisch 6489d8a96f update watershed.py: check if windows are still open 9 years ago