![]() |
![]() |
![]() |
GStreamer Bad Plugins 0.10 Plugins Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Properties |
templatematchtemplatematch — Performs template matching on videos and images, providing detected positions via bus messages |
"display" gboolean : Read / Write "method" gint : Read / Write "template" gchar* : Read / Write
plugin |
opencv |
author |
Noam Lewis <jones.noamle@gmail.com> |
class |
Filter/Effect/Video |
name |
sink |
direction |
sink |
presence |
always |
details |
video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ] |
name |
src |
direction |
source |
presence |
always |
details |
video/x-raw-rgb, bpp=(int)24, depth=(int)24, endianness=(int)4321, red_mask=(int)16711680, green_mask=(int)65280, blue_mask=(int)255, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ] |
"display"
property"display" gboolean : Read / Write
Sets whether the detected template should be highlighted in the output.
Default value: TRUE
"method"
property"method" gint : Read / Write
Specifies the way the template must be compared with image regions. 0=SQDIFF, 1=SQDIFF_NORMED, 2=CCOR, 3=CCOR_NORMED, 4=CCOEFF, 5=CCOEFF_NORMED.
Allowed values: [0,5]
Default value: 3
"template"
property"template" gchar* : Read / Write
Filename of template image.
Default value: NULL