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

# Issue Type [x] Bug (Typo) # Steps to Replicate and Expected Behaviour - Examine source/py_tutorials/py_feature2d/py_sift_intro/py_sift_intro.rst, source/py_tutorials/py_photo/py_inpainting/py_inpainting.rst, source/py_tutorials/py_photo/py_non_local_means/py_non_local_means.rst and observe `neigbourhood`, however expect to see `neighbourhood`. - Examine source/py_tutorials/py_imgproc/py_template_matching/py_template_matching.rst and...

Still useful, but don't PR Official docs: https://docs.opencv.org/4.5.1/index.html Official repo, with data samples etc: https://github.com/opencv/opencv

import cv2 cv2.SIFT() error: Exception has occurred: AttributeError module 'cv2.cv2' has no attribute 'SIFT' I am using Opencv 4.1.1 python 3.7

I've made a few touch ups to smooth out the grammar of this tutorial page.

[OpenCV_BitWise_Operations.zip](https://github.com/abidrahmank/OpenCV2-Python-Tutorials/files/6328864/OpenCV_BitWise_Operations.zip) I have tried on my system and I think there must be an exchange of mask between line 90 & 93, and if I set the thresh hold value...

This repository seems to be getting constant hits from Google, but it is evidently outdated (not even the link to the official docs is working anymore). This repository should be...

Tested with Big Sur 11.2.3, only MJPG works with the Quicktime player

[This tutorial](https://github.com/abidrahmank/OpenCV2-Python-Tutorials/blob/master/source/py_tutorials/py_imgproc/py_contours/py_contour_features/py_contour_features.rst) says that the first output of `cv2.minAreaRect` is the top-left point of the rectangle, while the [original tutorial of opencv](https://docs.opencv.org/master/dd/d49/tutorial_py_contour_features.html) says it is the center of the rectangle.