crosscalib
Description
"Cross-calibrate" two images: given points S in a source image and corresponding points D in a destination image, find a vector of factors v for the bands such that S=vD, and transform S accordingly. Essentially, and crudely speaking, make the colours in S match those in D by sampling the same points in each. Bad pixels in the parent image will be ignored for getting the colours, and the new image will have the DQ bits from S.
Uncertainty is not propagated through this node.
DQ is propagated from the source image.
Connections
Inputs
Index | Name | Type | Desc |
---|---|---|---|
0 | source | img | (none) |
1 | dest | img | (none) |
Outputs
Index | Name | Type | Desc |
---|---|---|---|
0 | out | img | (none) |
Parameters
crosscalib | showSrc: boolean (default True) | Show source points | |
showDest: boolean (default True) | Show destination points | ||
r: integer (default 10) | Point radius | ||
src: list | (ordered) | x: integer (default 0) | X coordinate |
y: integer (default 0) | Y coordinate | ||
dest: list | (ordered) | x: integer (default 0) | X coordinate |
y: integer (default 0) | Y coordinate |
Automatically generated by generate_autodocs.py
Date: 2025-02-17T16:09:18.986731