Top |
GObject ╰── GInitiallyUnowned ╰── GstObject ╰── GstElement ╰── GstBaseTransform ╰── GstVideoFilter ╰── GstOpencvVideoFilter ╰── GstSkinDetect
Human skin detection on videos and images
1 |
gst-launch-1.0 videotestsrc ! decodebin ! videoconvert ! skindetect ! videoconvert ! xvimagesink |
plugin |
opencv |
author |
Miguel Casas-Sanchez <miguelecasassanchez@gmail.com> |
class |
Filter/Effect/Video |
name |
sink |
direction |
sink |
presence |
always |
details |
video/x-raw, format=(string)RGB, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ] |
name |
src |
direction |
source |
presence |
always |
details |
video/x-raw, format=(string)RGB, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ] |
“method”
property “method” GstSkindetectMethod
Method to use.
Flags: Read / Write
Default value: Classic HSV thresholding
“postprocess”
property“postprocess” gboolean
Apply opening-closing to skin detection to extract large, significant blobs .
Flags: Read / Write
Default value: TRUE