Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cvzone/cvzone
/ types & classes
Types & classes
11 in github.com/cvzone/cvzone
⨍
Functions
49
◇
Types & classes
11
↓ 4 callers
Class
FaceDetector
Find faces in realtime using the light weight model provided in the mediapipe library.
cvzone/FaceDetectionModule.py:13
↓ 3 callers
Class
LivePlot
A class for real-time plotting in OpenCV.
cvzone/PlotModule.py:8
↓ 3 callers
Class
SerialObject
Allow to transmit data to a Serial Device like Arduino. Example send $255255000
cvzone/SerialModule.py:12
↓ 2 callers
Class
Classifier
Classifier class that handles image classification using a pre-trained Keras model.
cvzone/ClassificationModule.py:13
↓ 2 callers
Class
FaceMeshDetector
Face Mesh Detector to find 468 Landmarks using the mediapipe library. Helps acquire the landmark points in pixel format
cvzone/FaceMeshModule.py:12
↓ 2 callers
Class
HandDetector
Finds Hands using the mediapipe library. Exports the landmarks in pixel format. Adds extra functionalities like finding how many fingers
cvzone/HandTrackingModule.py:13
↓ 2 callers
Class
PID
cvzone/PIDModule.py:8
↓ 2 callers
Class
PoseDetector
Estimates Pose points of a human body using the mediapipe library.
cvzone/PoseModule.py:12
↓ 2 callers
Class
SelfiSegmentation
cvzone/SelfiSegmentationModule.py:8
↓ 1 callers
Class
ColorFinder
cvzone/ColorModule.py:14
↓ 1 callers
Class
FPS
FPS class for calculating and displaying the Frames Per Second in a video stream. Attributes: pTime (float): Previous time stamp.
cvzone/FPS.py:12