summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-opencv.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/plugins/inspect/plugin-opencv.xml')
-rw-r--r--docs/plugins/inspect/plugin-opencv.xml27
1 files changed, 25 insertions, 2 deletions
diff --git a/docs/plugins/inspect/plugin-opencv.xml b/docs/plugins/inspect/plugin-opencv.xml
index 7d5197644..960b76df0 100644
--- a/docs/plugins/inspect/plugin-opencv.xml
+++ b/docs/plugins/inspect/plugin-opencv.xml
@@ -3,10 +3,10 @@
<description>GStreamer OpenCV Plugins</description>
<filename>../../ext/opencv/.libs/libgstopencv.so</filename>
<basename>libgstopencv.so</basename>
- <version>1.1.2.1</version>
+ <version>1.1.3</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
- <package>GStreamer Bad Plug-ins git</package>
+ <package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@@ -199,6 +199,29 @@
</pads>
</element>
<element>
+ <name>grabcut</name>
+ <longname>Grabcut-based image FG/BG segmentation</longname>
+ <class>Filter/Effect/Video</class>
+ <description>Runs Grabcut algorithm on input alpha. Values: BG=0, FG=1, PR_BG=2, PR_FGD=3; NOTE: larger values of alpha (notably 255) are interpreted as PR_FGD too.
+IN CASE OF no alpha mask input (all 0&apos;s or all 1&apos;s), the &apos;face&apos; downstream event is used to create a bbox of PR_FG elements.
+IF nothing is present, then nothing is done.</description>
+ <author>Miguel Casas-Sanchez &lt;miguelecasassanchez@gmail.com&gt;</author>
+ <pads>
+ <caps>
+ <name>sink</name>
+ <direction>sink</direction>
+ <presence>always</presence>
+ <details>video/x-raw, format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
+ </caps>
+ <caps>
+ <name>src</name>
+ <direction>source</direction>
+ <presence>always</presence>
+ <details>video/x-raw, format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
+ </caps>
+ </pads>
+ </element>
+ <element>
<name>handdetect</name>
<longname>handdetect</longname>
<class>Filter/Effect/Video</class>