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

`createStereoBM` [doesn't](https://answers.opencv.org/question/158398/createstereobm-does-it-or-does-it-not-exist/) seem [to](https://stackoverflow.com/questions/21702945/attributeerror-module-object-has-no-attribute) exist [anymore](https://stackoverflow.com/questions/54991771/attributeerror-module-cv2-has-no-attribute-createstereobm). Thanks for the great website by the way!

Blur imagess with various low pass filters. Spelling mistake of 'images'.

At line 172: q_1(t) = \sum_{i=1}^{t} P(i) \quad \& \quad q_2(t) = \sum_{i=t+1}^{I} P(i) instead of q_1(t) = \sum_{i=1}^{t} P(i) \quad \& \quad q_1(t) = \sum_{i=t+1}^{I} P(i). In the formula...

Minor code changes in re-projection error.

Ref: Canny(image, threshold1, threshold2[, edges[, apertureSize[, L2gradient]]]) -> edges

most of pictures in samples cannot be found

Hello, I was checking the calculation of the projection errors. And I dont get my head around how it is calculated. I think it is not correct. Please correct me...

looks like orb creation syntax changed

I noticed a doubled note in top of README. > > ### IMP - This tutorial is meant for OpenCV 3x version. Not OpenCV 2x > > **IMP - This...