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": "execute", "type": "application/json", "title": "Execute End Point", "href": "http://tb17.geolabs.fr:8090/ogc-api/processes/OTB.MultiResolutionPyramid/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://tb17.geolabs.fr:8090/ogc-api/processes/OTB.MultiResolutionPyramid/execution.html"}], "inputs": {"in": {"title": "in", "description": "in", "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": "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", "maxOccurs": 1, "schema": {"type": "string", "default": "float", "enum": ["uint8", "uint16", "int16", "int32", "int32", "float", "double"]}, "id": "out"}, "level": {"title": "Number of levels in the pyramid (default is 1).", "description": "Number of levels in the pyramid (default is 1).", "maxOccurs": 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).", "maxOccurs": 1, "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).", "maxOccurs": 1, "schema": {"type": "number", "default": 0.6}, "id": "vfactor"}, "fast": {"title": "Available memory for processing (in MB).", "description": "Available memory for processing (in MB).", "maxOccurs": 1, "schema": {"type": "integer", "default": 256, "nullable": true}, "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", "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.MultiResolutionPyramid.html Last modified: Wed Jun 9 17:39:32 CEST 2021