Provides access to Pan Sharpen Gram Schmidt function arguments.
Members
Name | Description | |
---|---|---|
MSImage | The multispectrum image. | |
PanImage | The panchromatic image. | |
Weights | The Red, Green, Blue, and Infrared weights contributing to panchromatic image. |
IPanSharpenGramSchmidtFunctionArguments.MSImage Property
The multispectrum image.
Public Property MSImage As Object
public object MSImage {get; set;}
IPanSharpenGramSchmidtFunctionArguments.PanImage Property
The panchromatic image.
Public Property PanImage As Object
public object PanImage {get; set;}
IPanSharpenGramSchmidtFunctionArguments.Weights Property
The Red, Green, Blue, and Infrared weights contributing to panchromatic image.
Public Property Weights As IDoubleArray
public IDoubleArray Weights {get; set;}
Classes that implement IPanSharpenGramSchmidtFunctionArguments
Classes | Description |
---|---|
PanSharpenGramSchmidtFunctionArguments | Pan Sharpen Gram Schmidt function arguments. |