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
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://tb17.geolabs.fr:8111/ogc-api/processes/OTB.MultiResolutionPyramid/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://tb17.geolabs.fr:8111/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.", "extended-schema": {"oneOf": [{"type": "object", "required": ["value"], "properties": {"value": {"oneOf": []}}}]}, "schema": {"oneOf": []}, "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"}}}
Display original data as JSON
http://tb17.geolabs.fr:8111/ogc-api/processes/OTB.MultiResolutionPyramid.html Last modified: Sat Dec 4 00:09:36 CET 2021