OTB.BinaryMorphologicalOperation: Performs morphological operations on an input image channel
This application performs binary morphological operations on a mono band image or a channel of the input.
Execute End Point
View the execution endpoint of a process.
View the alternative version in HTML.
{"id": "OTB.BinaryMorphologicalOperation", "title": "Performs morphological operations on an input image channel", "description": "This application performs binary morphological operations on a mono band image or a channel of the input.", "version": "1.0.0", "jobControlOptions": ["sync-execute", "async-execute", "dismiss"], "outputTransmission": ["value", "reference"], "links": [{"rel": "execute", "type": "application/json", "title": "Execute End Point", "href": "http://tb17.geolabs.fr:8090/ogc-api/processes/OTB.BinaryMorphologicalOperation/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://tb17.geolabs.fr:8090/ogc-api/processes/OTB.BinaryMorphologicalOperation/execution.html"}], "inputs": {"in": {"title": "The input image to be filtered.", "description": "The input image to be filtered.", "maxOccurs": 1, "extentded-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["image/tiff", "image/jpeg", "image/png"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/jpeg"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/jpeg"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}, "id": "in"}, "out": {"title": "Output image", "description": "Output image", "maxOccurs": 1, "schema": {"type": "string", "default": "float", "enum": ["uint8", "uint16", "int16", "int32", "int32", "float", "double"]}, "id": "out"}, "channel": {"title": "The selected channel index", "description": "The selected channel index", "maxOccurs": 1, "schema": {"type": "integer", "default": 1}, "id": "channel"}, "structype": {"title": "Choice of the structuring element type", "description": "Choice of the structuring element type", "maxOccurs": 1, "schema": {"type": "string", "default": "box", "enum": ["box", "ball", "cross"]}, "id": "structype"}, "xradius": {"title": "The structuring element radius along the X axis.", "description": "The structuring element radius along the X axis.", "maxOccurs": 1, "schema": {"type": "integer", "default": 5}, "id": "xradius"}, "yradius": {"title": "The structuring element radius along the Y axis.", "description": "The structuring element radius along the Y axis.", "maxOccurs": 1, "schema": {"type": "integer", "default": 5}, "id": "yradius"}, "filter": {"title": "Choice of the morphological operation", "description": "Choice of the morphological operation", "maxOccurs": 1, "schema": {"type": "string", "default": "dilate", "enum": ["dilate", "erode", "opening", "closing"]}, "id": "filter"}, "filter.dilate.foreval": {"title": "Set the foreground value, default is 1.0.", "description": "Set the foreground value, default is 1.0.", "maxOccurs": 1, "schema": {"type": "number", "default": 1}, "id": "filter.dilate.foreval"}, "filter.dilate.backval": {"title": "Set the background value, default is 0.0.", "description": "Set the background value, default is 0.0.", "maxOccurs": 1, "schema": {"type": "number", "default": 0}, "id": "filter.dilate.backval"}, "filter.erode.foreval": {"title": "Set the foreground value, default is 1.0.", "description": "Set the foreground value, default is 1.0.", "maxOccurs": 1, "schema": {"type": "number", "default": 1}, "id": "filter.erode.foreval"}, "filter.erode.backval": {"title": "Set the background value, default is 0.0.", "description": "Set the background value, default is 0.0.", "maxOccurs": 1, "schema": {"type": "number", "default": 0}, "id": "filter.erode.backval"}, "filter.opening.foreval": {"title": "Set the foreground value, default is 1.0.", "description": "Set the foreground value, default is 1.0.", "maxOccurs": 1, "schema": {"type": "number", "default": 1}, "id": "filter.opening.foreval"}, "filter.opening.backval": {"title": "Set the background value, default is 0.0.", "description": "Set the background value, default is 0.0.", "maxOccurs": 1, "schema": {"type": "number", "default": 0}, "id": "filter.opening.backval"}, "filter.closing.foreval": {"title": "Set the foreground value, default is 1.0.", "description": "Set the foreground value, default is 1.0.", "maxOccurs": 1, "schema": {"type": "number", "default": 1}, "id": "filter.closing.foreval"}, "ram": {"title": "Available memory for processing (in MB).", "description": "Available memory for processing (in MB).", "maxOccurs": 1, "schema": {"type": "integer", "default": 256, "nullable": true}, "id": "ram"}}, "outputs": {"out": {"title": "Output image", "description": "Output image", "extentded-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["image/tiff", "image/jpeg", "image/png"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/jpeg"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/jpeg"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}, "id": "out"}}}
http://tb17.geolabs.fr:8090/ogc-api/processes/OTB.BinaryMorphologicalOperation.html Last modified: Wed Jun 9 17:39:32 CEST 2021