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.

Inputs

The input image to be filtered.

format
href
Please set a value for in.

Output image

string
Please set a value for out.

The selected channel index

integer
Please set a value for channel.

Available memory for processing (in MB)

integer

Choice of the structuring element type

string
Please set a value for structype.

The structuring element radius along the X axis.

integer
Please set a value for structype.ball.xradius.

The structuring element radius along the y axis.

integer
Please set a value for structype.ball.yradius.

Choice of the morphological operation

string
Please set a value for filter.

Set the foreground value, default is 1.0.

number
Please set a value for filter.dilate.foreval.

Set the background value, default is 0.0.

number
Please set a value for filter.dilate.backval.

Set the foreground value, default is 1.0.

number
Please set a value for filter.erode.foreval.

Set the background value, default is 0.0.

number
Please set a value for filter.erode.backval.

Set the foreground value, default is 1.0.

number
Please set a value for filter.opening.foreval.

Set the background value, default is 0.0.

number
Please set a value for filter.opening.backval.

Set the foreground value, default is 1.0.

number
Please set a value for filter.closing.foreval.

Outputs

Output image

format
transmission

Execution options

successUri
inProgressUri
failedUri

format

mode

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": "http://www.opengis.net/def/rel/ogc/1.0/execute", "type": "application/json", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/OTB.BinaryMorphologicalOperation/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/OTB.BinaryMorphologicalOperation/execution.html"}], "inputs": {"in": {"title": "The input image to be filtered.", "description": "The input image to be filtered.", "extended-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", "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", "schema": {"type": "integer", "default": 1}, "id": "channel"}, "ram": {"title": "Available memory for processing (in MB)", "description": "Available memory for processing (in MB)", "schema": {"type": "integer", "default": 128, "nullable": true}, "id": "ram"}, "structype": {"title": "Choice of the structuring element type", "description": "Choice of the structuring element type", "schema": {"type": "string", "default": "ball", "enum": ["ball", "cross"]}, "id": "structype"}, "structype.ball.xradius": {"title": "The structuring element radius along the X axis.", "description": "The structuring element radius along the X axis.", "schema": {"type": "integer", "default": 5}, "id": "structype.ball.xradius"}, "structype.ball.yradius": {"title": "The structuring element radius along the y axis.", "description": "The structuring element radius along the y axis.", "schema": {"type": "integer", "default": 5}, "id": "structype.ball.yradius"}, "filter": {"title": "Choice of the morphological operation", "description": "Choice of the morphological operation", "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.", "schema": {"type": "number", "default": 1, "format": "double"}, "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.", "schema": {"type": "number", "default": 0, "format": "double"}, "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.", "schema": {"type": "number", "default": 1, "format": "double"}, "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.", "schema": {"type": "number", "default": 0, "format": "double"}, "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.", "schema": {"type": "number", "default": 1, "format": "double"}, "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.", "schema": {"type": "number", "default": 0, "format": "double"}, "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.", "schema": {"type": "number", "default": 1, "format": "double"}, "id": "filter.closing.foreval"}}, "outputs": {"out": {"title": "Output image", "description": "Output image", "extended-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://demo.mapmint.com/ogc-apihttp://localhost/ogc-api/processes/OTB.BinaryMorphologicalOperation.html
Last modified: Sat Feb 19 15:43:34 CET 2022