-
-
Instance Methods
- .show() show of detection result on window (with your params)
- .detect() write new file with detected faces (with your params)
-
Instance Attributes
- path: path to file (.png, .jpeg, .jpg, ...) REQUIRED
- scale_factor: (Read the OpenCV docs) REQUIRED
- min_neighbors: (Read the OpenCV docs) REQUIRED
- rect_color: color of rectangle (detected objects) must be tuple (B, G, R)
- text: title of detected objects
- text_color: color of text (detected objects) must be tuple (B, G, R)
- show_title: title of detected objects window
- delay: cv2.waitKey(delay)
- output_path: if you call .detect() method, you must set result file path
-
Instance Methods
-
-
Instance Methods
- .show() show of detection result on window (with your params)
- .detect() write new video with detected faces (with your params)
-
Instance Attributes
- src: path to video or index of camera REQUIRED
- scale_factor: (Read the OpenCV docs) REQUIRED
- min_neighbors: (Read the OpenCV docs) REQUIRED
- rect_color: color of rectangle (detected objects) must be tuple (B, G, R)
- rect_thickness: rectangle thickness must be integer
- text: title of detected objects
- text_color: color of text (detected objects) must be tuple (B, G, R)
- show_title: title of detected objects window
- delay: cv2.waitKey(delay)
-
fourcc: format of saving video with detected objects, default=mp4v for .mp4 files
use with cv2.VideoWriter (PS: read the OpenCV docs) - output_path: if you call .detect() method, you must set result file path
-
Instance Methods
-
Notifications
You must be signed in to change notification settings - Fork 0
Very simple tool for face detection on Image or Video
License
Anonimous05/FacialFinder
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Very simple tool for face detection on Image or Video
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published