OpenCV2-Python-Tutorials icon indicating copy to clipboard operation
OpenCV2-Python-Tutorials copied to clipboard

This repo contains tutorials on OpenCV-Python library using new cv2 interface

Results 112 OpenCV2-Python-Tutorials issues
Sort by recently updated
recently updated
newest added

Must be WTA_K == 3 or 4 as mentioned in https://docs.opencv.org/master/dc/dc3/tutorial_py_matcher.html

The code above just gave only one line in the final output, though the example image that was being shown was completely different. I fixed the example code now.

instead of 'happends' it should be 'happens'

IMPORTANT: CODE LEAD TO SEGMENTATION FAULT! New code taken from: https://docs.opencv.org/master/da/df5/tutorial_py_sift_intro.html

Minor edit and reference link added.

Added quotes around the most basic question. Also, AFAIK only single quotes are used in US English.

Fix a typo in documentation (lose vs loose)

I guess in the first line after the ampersand it should read q2(t) instead of q1(t): ![image](https://user-images.githubusercontent.com/61804168/92164226-4ebe6780-ee35-11ea-89f3-6164a5561102.png) Regards EC