OTB.Rescale: Rescale the image between two given values.
This application scales the given image pixel intensity between two given values.By default min (resp. max) value is set to 0 (resp. 255).Input minimum and maximum values is automatically computed for all image bands.
Execute End Point
View the execution endpoint of a process.
View the alternative version in HTML.
{"id": "OTB.Rescale", "title": "Rescale the image between two given values.", "description": "This application scales the given image pixel intensity between two given values.By default min (resp. max) value is set to 0 (resp. 255).Input minimum and maximum values is automatically computed for all image bands.", "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.Rescale/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://tb17.geolabs.fr:8111/ogc-api/processes/OTB.Rescale/execution.html"}], "inputs": {"in": {"title": "The image to scale.", "description": "The image to scale.", "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": "The rescaled image filename.", "description": "The rescaled image filename.", "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"}, "outmin": {"title": "Minimum value of the output image.", "description": "Minimum value of the output image.", "schema": {"type": "number", "default": 0, "format": "double", "nullable": true}, "id": "outmin"}, "outmax": {"title": "Maximum value of the output image.", "description": "Maximum value of the output image.", "schema": {"type": "number", "default": 255, "format": "double", "nullable": true}, "id": "outmax"}}, "outputs": {"out": {"title": "The rescaled image filename.", "description": "The rescaled image filename.", "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.Rescale.html Last modified: Sat Dec 4 00:09:36 CET 2021