Provides access to members that control pansharpening function arguments.
Members
Name | Description | |
---|---|---|
InfraredImage | The optional infrared image. | |
KeepStatsHistogram | Indicates if the input MS image's statistics and histogram should be kept. | |
MaximumPansharpeningCellsize | The maximum cellsize, in Pan image's SR, below which pansharpening will be applied. | |
MSImage | The multispectrum image. | |
PanImage | The panchromatic image. | |
PansharpeningType | The current pansharpening type. | |
Weights | The Red, Green, Blue, and Infrared weights contributing to panchromatic image. |
IPansharpeningFunctionArguments2.KeepStatsHistogram Property
Indicates if the input MS image's statistics and histogram should be kept.
Public Property KeepStatsHistogram As Boolean
public bool KeepStatsHistogram {get; set;}
IPansharpeningFunctionArguments2.MaximumPansharpeningCellsize Property
The maximum cellsize, in Pan image's SR, below which pansharpening will be applied.
Public Property MaximumPansharpeningCellsize As Double
public double MaximumPansharpeningCellsize {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IPansharpeningFunctionArguments | Provides access to members that control pansharpening function arguments. |
Classes that implement IPansharpeningFunctionArguments2
Classes | Description |
---|---|
PansharpeningFunctionArguments | A class for sharpening raster function arguments. |