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

Changed FastFeatureDetector to FastFeatureDetector_create and updated the code from Python2 to Python3. The example in the current documentation doesn't work in newest versions of OpenCV.

Code samples do not iterate through all detected lines in an image. Instead, it only draws the first detected line. Replaced lines[0] by lines[:,0] at lines 59 and 104 to...

readthedocs.io url is opencv-python-tutroals not opencv-python-tutorials. Not sure if this matters or not, found it out when typing in manually. Tutorials is misspelled.

'also' repeated twice last sentence line 12. First time contributing, sorry for the very basic edit I'm testing things out.

The issue is about this code block: ``` # FLANN parameters FLANN_INDEX_KDTREE = 0 index_params = dict(algorithm = FLANN_INDEX_KDTREE, trees = 5) search_params = dict(checks=50) # or pass empty dictionary...

Hello, first of all, thank you for this great tutorial! Excelent work. I noticed there is a strange mistake in your code example: In the section where you calculate the...

I'm fairly new to opencv and am finding documentation/tutorials pretty brutal. There is an immense amount of "magic incantation" unexplained code out there. Here is the example from the [Hough...

Link to alumni.bu site broken, link to way-back machine added.

Made documentation easier to read by changing some sentences and reducing redundant phrases. Text is now more straightforward without changing ANY information.