- 04 Dec, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 16 Nov, 2018 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 15 Nov, 2018 2 commits
-
-
Alexander Alekhin authored
-
Patrick Cox authored
The load() function returns a new object, and as such does not use the one it is called on. This commit updates the uses of model.load in this program so it will work as intended and not throw an error.
-
- 08 Nov, 2018 1 commit
-
-
berak authored
-
- 26 Oct, 2018 1 commit
-
-
catree authored
-
- 22 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
- accepts script parameter (allows drag & drop from 'explorer') - use script dir instead of current dir (can launch samples from 'samples/dnn') - added 'pause' to show error messages (about missing numpy) instead of instant closing
-
- 11 Sep, 2018 1 commit
-
-
jsxyhelu authored
find innercircle of contour by using pointPolygonTest: (#12206)
-
- 17 Aug, 2018 1 commit
-
-
Suleyman TURKMEN authored
-
- 09 Aug, 2018 1 commit
-
-
Lucas Teixeira authored
-
- 13 Jul, 2018 1 commit
-
-
catree authored
-
- 11 Jul, 2018 1 commit
-
-
catree authored
- Changing the contrast and brightness of an image! - Operations with images
-
- 02 Jul, 2018 1 commit
-
-
catree authored
Add Java and Python code for AKAZE local features matching tutorial. Fix incorrect uses of Mat.mul() in Java code. Uniform Lowe's ratio test in the code.
-
- 27 Jun, 2018 1 commit
-
-
catree authored
Add Java and Python code for Image Segmentation with Distance Transform and Watershed Algorithm tutorial. Use more Pythonic code.
-
- 10 Jun, 2018 1 commit
-
-
catree authored
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.
-
- 08 Jun, 2018 1 commit
-
-
catree authored
-
- 04 Jun, 2018 1 commit
-
-
Alexander Alekhin authored
Tested with: - pylint 1.9.1
-
- 29 May, 2018 1 commit
-
-
catree authored
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.
-
- 23 May, 2018 1 commit
-
-
catree authored
Add Java and Python code for the following imgproc tutorials: Affine Transformations, Histogram Equalization, Histogram Calculation, Histogram Comparison, Back Projection.
-
- 18 May, 2018 2 commits
- 16 May, 2018 1 commit
-
-
catree authored
-
- 11 May, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 03 May, 2018 2 commits
- 12 Feb, 2018 1 commit
-
-
Sui Libin authored
* fix faster_rcnn sample crashed at PoolingInvoker operator() of pooling_layer. * find_odj onmouse bug about find matched point status. * reverted AutoBuffer back to std::vector
-
- 08 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
-
- 24 Jan, 2018 1 commit
-
-
Jozef Mlich authored
* hogsvm compatibility with python3
-
- 20 Dec, 2017 1 commit
-
-
catree authored
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).
-
- 11 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 27 Nov, 2017 1 commit
-
-
Wei Hao authored
Fix a code indent bug: cv2.imshow("detected lines", cdst)
-
- 23 Nov, 2017 2 commits
-
-
Muhammad Abdullah authored
Following were the errors in the digits_video.py 1 ) The code was not working because data type of x was float however in "cv2.rectangle" we require integer . 2 ) After pressing the "esc" button the image windows did not destroy So I amended following things: 1 ) ~converted data type of x to int.~ Used Python integer division (//) 2 ) used cv2.destroyAllWindows() to close all windows after the press of "esc" by user.
-
Arthur Pastel authored
* Adding threading in calibrate.py * samples: update calibrate.py
-
- 05 Oct, 2017 5 commits