Feature Description
Multispectral and panchromatic registration uses the panchromatic image as the reference to register the multispectral image, ensuring the quality of image fusion.
Parameter Description
| Parameter Name | Parameter Interpretation | Parameter Type |
| Dataset |
Displays the original multispectral image data used for registration, not editable. |
DatasetMosaic |
| Use Ortho Panchromatic Data | Checked by default, uses the result data from Generate Orthophotos as the reference data. If unchecked, uses the panchromatic data in the original image as the reference data. | Boolean |
| Panchromatic Data |
Available after checking Use Ortho Panchromatic Data. Displays the dataset containing the orthorectified panchromatic image data, not editable. |
DatasetMosaic |
| Matching Method |
The following six matching methods are provided. You can choose based on data characteristics and requirements. Among them, AFHORP and RIFT support multimodal data matching; CASP and DEEPFT are based on deep learning and require additional AI model configuration and CUDA environment installation. In general, MOTIF, CASP, or DEEPFT is recommended.
|
|
| Correct the Model |
Provides Linear RPC Correct the Model, Quadratic Polynomial RPC Correct the Model, and Cubic Polynomial RPC Correct the Model, with Linear RPC Correct the Model selected by default.
If executing a production workflow, use the Correct the Model parameter from the Block Adjustment function, which is not editable. |
CorrectedModelType |
| Number of Blocks in Column Direction | The number of blocks dividing a scene image in the column direction, default is 12. | Integer |
| Number of Blocks in Row Direction | The number of blocks dividing a scene image in the row direction, default is 4. | Integer |
| Minimum Points per Block | The minimum number of matching points per image block, default is 1000. | Integer |
| Cloud Mask | Sets the datasource where the cloud mask dataset is located. | DataSource |
| Dataset | Automatically removes tie points within the dataset bounds based on the set cloud mask dataset. No cloud mask dataset is set by default, i.e., all tie points are retained. | DatasetVector |
| Building Detection | Not checked by default, i.e., no building area detection is performed. When checked, building area detection will be performed automatically, and all tie points within the detected result range will be removed. | Boolean |
| Export Directory | Uses the Processing Path parameter from Set Image Path, not editable. | File |
| Resolution Type |
Specifies the method for determining the output resulting image resolution, with Original Resolution selected by default.
|
OrthoRatioType |
| Coordinate System Settings | Uses the Output Coordinate System parameter from Set Image Path, not editable. | PrjCoordSys |
| Output Format | Uses the Output Format parameter from Set Image Path, not editable. | FileType |
| Compression Method | Uses the Compression Method parameter from Set Image Path, not editable. | CompressMethod |
Output Result
- Outputs the orthorectified multispectral image data to the local folder.
- Automatically creates the OrthoMux mosaic dataset in the OrthoData datasource based on the multispectral ortho image data.
- Outputs the registration report RegistrationReport.csv file to the Adjustment/Registration directory.
- If the workflow is executed multiple times, the Registration folder name suffix will be appended with "_n".
- In the registration report, each pair of images is recorded as one row.
- The registration report includes: serial number, multispectral image, panchromatic image, point count, minimum root mean square error (in pixels), maximum root mean square error (in pixels), overall root-mean-square error (rmse) (in pixels).
Related Topics