summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2020-12-02 11:29:08 +0100
committerEdward Hervey <bilboed@bilboed.com>2020-12-03 17:04:07 +0100
commitd137171f03613d3eeaf7d0ced9a2ca38da6c0047 (patch)
tree98780c09658e1f221ffd87a163aa5e170e74bc5b /docs
parentaa68d0301398526b71a975d4e4193187b1612a5f (diff)
downloadgstreamer-plugins-bad-d137171f03613d3eeaf7d0ced9a2ca38da6c0047.tar.gz
opencv: Expose retinex parameters
Makes the plugin a tad more useful :) Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1845>
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/gst_plugins_cache.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/docs/plugins/gst_plugins_cache.json b/docs/plugins/gst_plugins_cache.json
index a91d22cd5..b249511c3 100644
--- a/docs/plugins/gst_plugins_cache.json
+++ b/docs/plugins/gst_plugins_cache.json
@@ -213020,6 +213020,20 @@
}
},
"properties": {
+ "gain": {
+ "blurb": "Gain",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "128",
+ "max": "2147483647",
+ "min": "0",
+ "mutable": "null",
+ "readable": true,
+ "type": "gint",
+ "writable": true
+ },
"method": {
"blurb": "Retinex method to use",
"conditionally-available": false,
@@ -213032,6 +213046,20 @@
"type": "GstRetinexMethod",
"writable": true
},
+ "offset": {
+ "blurb": "Offset",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "128",
+ "max": "2147483647",
+ "min": "0",
+ "mutable": "null",
+ "readable": true,
+ "type": "gint",
+ "writable": true
+ },
"scales": {
"blurb": "Amount of gaussian filters (scales) used in multiscale retinex",
"conditionally-available": false,
@@ -213045,6 +213073,20 @@
"readable": true,
"type": "gint",
"writable": true
+ },
+ "sigma": {
+ "blurb": "Sigma",
+ "conditionally-available": false,
+ "construct": false,
+ "construct-only": false,
+ "controllable": false,
+ "default": "14",
+ "max": "1.79769e+308",
+ "min": "0",
+ "mutable": "null",
+ "readable": true,
+ "type": "gdouble",
+ "writable": true
}
},
"rank": "none"