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

Hi, I have noticed that there is a small typo in the documentation. I think that, Instead of 'imagess', it should be 'images'. Hope it helps! Miguel

![25](https://github.com/abidrahmank/OpenCV2-Python-Tutorials/assets/41010669/61e70df3-fbe2-49f3-89b9-6777e9be15b9)

It looks like the dimensions were off in the loop adding the lines within the example. The shape returned by HoughLinesP was (num_lines, 1, 4) so to iterate through the...

I don't find the raw image of `gradient.png`. https://github.com/abidrahmank/OpenCV2-Python-Tutorials/blob/master/source/py_tutorials/py_imgproc/py_thresholding/py_thresholding.rst The image directory has a file called `gradient.png`, but it is just the result image, not the input image.

error: OpenCV(4.0.0) C:\projects\opencv-python\opencv\modules\imgproc\src\color.cpp:181: error: (-215:Assertion failed) !_src.empty() in function 'cv::cvtColor @abidrahmank

Should be ``samples/data/left01.jpg -- left14.jpg`` instead of ``samples/cpp/left01.jpg -- left14.jpg``.

following the "Installing OpenCV-Python from Pre-built Binaries" tutorial, module cv2 is not found. [jan@localhost opencv]$ sudo yum install numpy opencv* Letzte Prüfung auf abgelaufene Metadaten: vor 0:07:19 am Mi 28...

following the "install opencv from source tutorial" i should install the ffmeg-devel package. but the package is not available: [jan@localhost opencv]$ sudo yum install ffmpeg-devel Fedora Modular 30 - x86_64...