summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect
diff options
context:
space:
mode:
authorVanessa Chipirras Navalon <vanechipi@qtec.com>2016-03-30 22:34:59 +0100
committerLuis de Bethencourt <luisbg@osg.samsung.com>2016-03-30 22:52:03 +0100
commitd1266be4313d5f395cc253b22b9cfa3cd1bb6fe2 (patch)
treeadfa31cd102dca5c1c4e024d6b62e96ec6e24e3e /docs/plugins/inspect
parentd3b6b8c64f3e7d2d8decdcd41f83777a3ee2b28f (diff)
opencv: pyramidsegment: delete element
cvPyrSegmentation() has been deprecated in OpenCV 3.0, and there isn't any function to replace it. Deleting this element so we can support OpenCV 3.1 without build issues. https://bugzilla.gnome.org/show_bug.cgi?id=760473
Diffstat (limited to 'docs/plugins/inspect')
-rw-r--r--docs/plugins/inspect/plugin-opencv.xml23
1 files changed, 1 insertions, 22 deletions
diff --git a/docs/plugins/inspect/plugin-opencv.xml b/docs/plugins/inspect/plugin-opencv.xml
index 9bf44e435b..53efd054da 100644
--- a/docs/plugins/inspect/plugin-opencv.xml
+++ b/docs/plugins/inspect/plugin-opencv.xml
@@ -306,27 +306,6 @@ IF nothing is present, then nothing is done.</description>
</pads>
</element>
<element>
- <name>pyramidsegment</name>
- <longname>pyramidsegment</longname>
- <class>Filter/Effect/Video</class>
- <description>Applies pyramid segmentation to a video or image.</description>
- <author>Michael Sheldon &lt;mike@mikeasoft.com&gt;</author>
- <pads>
- <caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>video/x-raw, format=(string)RGB, 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)RGB, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
- </caps>
- </pads>
- </element>
- <element>
<name>retinex</name>
<longname>Retinex image colour enhacement</longname>
<class>Filter/Effect/Video</class>
@@ -411,4 +390,4 @@ IF nothing is present, then nothing is done.</description>
</pads>
</element>
</elements>
-</plugin> \ No newline at end of file
+</plugin>