OpenCV2-Python-Tutorials
OpenCV2-Python-Tutorials copied to clipboard
This repo contains tutorials on OpenCV-Python library using new cv2 interface
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

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...