OTB.MorphologicalMultiScaleDecomposition: Perform a geodesic morphology based image analysis on an input image channel

This application recursively apply geodesic decomposition. This algorithm is derived from the following publication:Martino Pesaresi and Jon Alti Benediktsson, Member, IEEE: A new approach for the morphological segmentation of high resolution satellite imagery.IEEE Transactions on geoscience and remote sensing, vol. 39, NO. 2, February 2001, p. 309-320.It provides a geodesic decomposition of the input image, with the following scheme. Let :math:`f_0` denote the input image, :math:`\stackrel

Inputs

The input image to be classified.

format
href
Please set a value for in.

The output convex image with N bands

string
Please set a value for outconvex.

The output concave concave with N bands

string
Please set a value for outconcave.

The output leveling image with N bands

string
Please set a value for outleveling.

The selected channel index for input image

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.

Initial radius of the structuring element (in pixels)

integer
Please set a value for radius.

Radius step along the profile (in pixels)

integer
Please set a value for step.

Number of levels use for multi scale

integer
Please set a value for levels.

Outputs

The output convex image with N bands

format
transmission

The output concave concave with N bands

format
transmission

The output leveling image with N bands

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.MorphologicalMultiScaleDecomposition", "title": "Perform a geodesic morphology based image analysis on an input image channel", "description": "This application recursively apply geodesic decomposition. This algorithm is derived from the following publication:Martino Pesaresi and Jon Alti Benediktsson, Member, IEEE: A new approach for the morphological segmentation of high resolution satellite imagery.IEEE Transactions on geoscience and remote sensing, vol. 39, NO. 2, February 2001, p. 309-320.It provides a geodesic decomposition of the input image, with the following scheme. Let :math:`f_0` denote the input image, :math:`\\stackrel", "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.MorphologicalMultiScaleDecomposition/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/OTB.MorphologicalMultiScaleDecomposition/execution.html"}], "inputs": {"in": {"title": "The input image to be classified.", "description": "The input image to be classified.", "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"}, "outconvex": {"title": "The output convex image with N bands", "description": "The output convex image with N bands", "schema": {"type": "string", "default": "float", "enum": ["uint8", "uint16", "int16", "int32", "int32", "float", "double"]}, "id": "outconvex"}, "outconcave": {"title": "The output concave concave with N bands", "description": "The output concave concave with N bands", "schema": {"type": "string", "default": "float", "enum": ["uint8", "uint16", "int16", "int32", "int32", "float", "double"]}, "id": "outconcave"}, "outleveling": {"title": "The output leveling image with N bands", "description": "The output leveling image with N bands", "schema": {"type": "string", "default": "float", "enum": ["uint8", "uint16", "int16", "int32", "int32", "float", "double"]}, "id": "outleveling"}, "channel": {"title": "The selected channel index for input image", "description": "The selected channel index for input image", "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"}, "radius": {"title": "Initial radius of the structuring element (in pixels)", "description": "Initial radius of the structuring element (in pixels)", "schema": {"type": "integer", "default": 5}, "id": "radius"}, "step": {"title": "Radius step along the profile (in pixels)", "description": "Radius step along the profile (in pixels)", "schema": {"type": "integer", "default": 1}, "id": "step"}, "levels": {"title": "Number of levels use for multi scale", "description": "Number of levels use for multi scale", "schema": {"type": "integer", "default": 1}, "id": "levels"}}, "outputs": {"outconvex": {"title": "The output convex image with N bands", "description": "The output convex image with N bands", "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": "outconvex"}, "outconcave": {"title": "The output concave concave with N bands", "description": "The output concave concave with N bands", "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": "outconcave"}, "outleveling": {"title": "The output leveling image with N bands", "description": "The output leveling image with N bands", "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": "outleveling"}}}

http://demo.mapmint.com/ogc-apihttp://localhost/ogc-api/processes/OTB.MorphologicalMultiScaleDecomposition.html
Last modified: Sat Feb 19 15:43:34 CET 2022