![]() |
![]() |
![]() |
GStreamer Bad Plugins 1.0 Plugins Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
GObject +----GInitiallyUnowned +----GstObject +----GstElement +----GstBaseTransform +----GstVideoFilter +----GstOpencvVideoFilter +----GstCvLaplace
"aperture-size" gint : Read / Write "scale" gdouble : Read / Write "shift" gdouble : Read / Write "mask" gboolean : Read / Write
plugin |
opencv |
author |
Thiago Santos<thiago.sousa.santos@collabora.co.uk> |
class |
Transform/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 ] |
"aperture-size"
property "aperture-size" gint : Read / Write
Size of the extended Laplace Kernel (1, 3, 5 or 7).
Allowed values: [1,7]
Default value: 3
"scale"
property "scale" gdouble : Read / Write
Scale factor.
Allowed values: >= 0
Default value: 1
"shift"
property "shift" gdouble : Read / Write
Value added to the scaled source array elements.
Allowed values: >= 0
Default value: 0