A series of convenience functions to make basic image processing operations such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and Python.
Stars
4.6k
Forks
1.0k
Watchers
4.6k
Open Issues
163
Overall repository health assessment
No package.json found
This might not be a Node.js project
85
commits
9
commits
6
commits
5
commits
4
commits
3
commits
3
commits
2
commits
1
commits
1
commits
Update for PiCamera video streams so that camera parameters can be set by the vs.camera object's kwargs.
7d66e0bView on GitHubCreated imutils.grab_contours function to help manage return signature of cv2.findContours between OpenCV v2.4, v3, and v4
5aae988View on GitHub