Resumen
Applies a matrix to a multiband image to affect the color values of the output.
Debate
For more information about how this function works, see the Spectral Conversion raster function.
The referenced raster dataset for the raster object is temporary. To make it permanent, you can call the raster object's save method.
Sintaxis
SpectralConversion (raster, conversion_matrix)
Parámetro | Explicación | Tipo de datos |
raster | The input raster. This can be a raster dataset within a mosaic dataset or raster catalog, or a raster dataset outside the mosaic dataset. | Raster |
conversion_matrix | The matrix used to convert the input raster. The equation used to perform this conversion is as follows:
where:
| Raster |
Tipo de datos | Explicación |
Raster | The output raster. |