OTB.MultiResolutionPyramid: Build a multi-resolution pyramid of the image.

This application builds a multi-resolution pyramid of the input image. User can specified the number of levels of the pyramid and the subsampling factor. To speed up the process, you can use the fast scheme option

Inputs

in

format
href
Please set a value for in.

will be used to get the prefix and the extension of the images to write

string
Please set a value for out.

Available memory for processing (in MB)

integer

Number of levels in the pyramid (default is 1).

integer
Please set a value for level.

Subsampling factor between each level of the pyramid (default is 2).

integer
Please set a value for sfactor.

Variance factor use in smoothing. It is multiplied by the subsampling factor of each level in the pyramid (default is 0.6).

number
Please set a value for vfactor.

If used, this option allows one to speed-up computation by iteratively subsampling previous level of pyramid instead of processing the full input.

boolean
Please set a value for fast.

Outputs

will be used to get the prefix and the extension of the images to write

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.MultiResolutionPyramid", "title": "Build a multi-resolution pyramid of the image.", "description": "This application builds a multi-resolution pyramid of the input image. User can specified the number of levels of the pyramid and the subsampling factor. To speed up the process, you can use the fast scheme option", "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.MultiResolutionPyramid/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/OTB.MultiResolutionPyramid/execution.html"}], "inputs": {"in": {"title": "in", "description": "in", "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": "will be used to get the prefix and the extension of the images to write", "description": "will be used to get the prefix and the extension of the images to write", "schema": {"type": "string", "default": "float", "enum": ["uint8", "uint16", "int16", "int32", "int32", "float", "double"]}, "id": "out"}, "ram": {"title": "Available memory for processing (in MB)", "description": "Available memory for processing (in MB)", "schema": {"type": "integer", "default": 128, "nullable": true}, "id": "ram"}, "level": {"title": "Number of levels in the pyramid (default is 1).", "description": "Number of levels in the pyramid (default is 1).", "schema": {"type": "integer", "default": 1}, "id": "level"}, "sfactor": {"title": "Subsampling factor between each level of the pyramid (default is 2).", "description": "Subsampling factor between each level of the pyramid (default is 2).", "schema": {"type": "integer", "default": 2}, "id": "sfactor"}, "vfactor": {"title": "Variance factor use in smoothing. It is multiplied by the subsampling factor of each level in the pyramid (default is 0.6).", "description": "Variance factor use in smoothing. It is multiplied by the subsampling factor of each level in the pyramid (default is 0.6).", "schema": {"type": "number", "default": 0.6, "format": "double"}, "id": "vfactor"}, "fast": {"title": "If used, this option allows one to speed-up computation by iteratively subsampling previous level of pyramid instead of processing the full input.", "description": "If used, this option allows one to speed-up computation by iteratively subsampling previous level of pyramid instead of processing the full input.", "schema": {"type": "boolean", "default": false}, "id": "fast"}}, "outputs": {"out": {"title": "will be used to get the prefix and the extension of the images to write", "description": "will be used to get the prefix and the extension of the images to write", "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/localhost/ogc-api/processes/OTB.MultiResolutionPyramid.html
Last modified: Sat Feb 19 15:43:34 CET 2022