OTB.Pansharpening: Perform P+XS pansharpening

This application performs P+XS pansharpening. Pansharpening is a process of merging high-resolution panchromatic and lower resolution multispectral imagery to create a single high-resolution color image. Algorithms available in the applications are: RCS, bayesian fusion and Local Mean and Variance Matching(LMVM).

Inputs

Input panchromatic image.

format
href
Please set a value for inp.

Input XS image.

format
href
Please set a value for inxs.

Output image.

string
Please set a value for out.

Selection of the pan-sharpening method.

string
Please set a value for method.

Set the x radius of the sliding window.

integer
Please set a value for method.lmvm.radiusx.

Set the y radius of the sliding window.

integer
Please set a value for method.lmvm.radiusy.

Set the weighting value.

number
Please set a value for method.bayes.lambda.

Set the S coefficient.

number
Please set a value for method.bayes.s.

Available memory for processing (in MB)

integer

Outputs

Output image.

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.Pansharpening", "title": "Perform P+XS pansharpening", "description": "This application performs P+XS pansharpening. Pansharpening is a process of merging high-resolution panchromatic and lower resolution multispectral imagery to create a single high-resolution color image. Algorithms available in the applications are: RCS, bayesian fusion and Local Mean and Variance Matching(LMVM).", "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.Pansharpening/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/OTB.Pansharpening/execution.html"}], "inputs": {"inp": {"title": "Input panchromatic image.", "description": "Input panchromatic image.", "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": "inp"}, "inxs": {"title": "Input XS image.", "description": "Input XS image.", "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": "inxs"}, "out": {"title": "Output image.", "description": "Output image.", "schema": {"type": "string", "default": "float", "enum": ["uint8", "uint16", "int16", "int32", "int32", "float", "double"]}, "id": "out"}, "method": {"title": "Selection of the pan-sharpening method.", "description": "Selection of the pan-sharpening method.", "schema": {"type": "string", "default": "rcs", "enum": ["rcs", "lmvm", "bayes"]}, "id": "method"}, "method.lmvm.radiusx": {"title": "Set the x radius of the sliding window.", "description": "Set the x radius of the sliding window.", "schema": {"type": "integer", "default": 3}, "id": "method.lmvm.radiusx"}, "method.lmvm.radiusy": {"title": "Set the y radius of the sliding window.", "description": "Set the y radius of the sliding window.", "schema": {"type": "integer", "default": 3}, "id": "method.lmvm.radiusy"}, "method.bayes.lambda": {"title": "Set the weighting value.", "description": "Set the weighting value.", "schema": {"type": "number", "default": 0.9999, "format": "double"}, "id": "method.bayes.lambda"}, "method.bayes.s": {"title": "Set the S coefficient.", "description": "Set the S coefficient.", "schema": {"type": "number", "default": 1, "format": "double"}, "id": "method.bayes.s"}, "ram": {"title": "Available memory for processing (in MB)", "description": "Available memory for processing (in MB)", "schema": {"type": "integer", "default": 128, "nullable": true}, "id": "ram"}}, "outputs": {"out": {"title": "Output image.", "description": "Output image.", "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.Pansharpening.html
Last modified: Sat Feb 19 15:43:34 CET 2022