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, the [document](https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_imgproc/py_contours/py_contour_features/py_contour_features.html?highlight=minarearect) says `It returns a Box2D structure which contains following detals - ( top-left corner(x,y), (width, height), angle of rotation ). ` But actually `minAreaRect()` returns **center point**...

- update the fourcc code to mp4v - use the webcam width and height - video format should be .mp4 on Mac

Fixed one more grammar error.

Fixed some spelling and grammar errors.

Code was non functional.

f_y should be the partial of f with respect to the partial of y (previously was with respect to the partial of x)

The code needed some overhaul.