DK11 for ActiveX | TatukGIS_XDK11.ITGIS_PixelFilterHarmonicMean | Interfaces | Methods | Properties
Harmonic mean filter for pixel layers - transforms the pixel value to the harmonic mean of the values within the block.
// C# public interface ITGIS_PixelFilterHarmonicMean: ITGIS_PixelFilterBlockStats { }
' VisualBasic Public Interface ITGIS_PixelFilterHarmonicMean Implements ITGIS_PixelFilterBlockStats End Class
// Oxygene type ITGIS_PixelFilterHarmonicMean = public interface( ITGIS_PixelFilterBlockStats ) end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
Execute | public | Applies the filter on the source layer. (Inherited from ITGIS_PixelFilterAbstract) |
|
Name | Visibility | Description | |
---|---|---|---|
Band | public | Defines the band to be processed; if set to zero then all bands will be processed; default is 1. (Inherited from ITGIS_PixelFilterAbstract) |
|
BlockSize | public | Size of the moving block (number of columns/rows); default is 3 (for a 3x3 block). (Inherited from ITGIS_PixelFilterBlockStats) |
|
ColorSpace | public | Defines the color space in which the image will be processed; default is HSL. (Inherited from ITGIS_PixelFilterAbstract) |
|
DestinationLayer | public | Destination layer, pixel (image or grid); if nil then the source layer will be altered. (Inherited from ITGIS_PixelFilterAbstract) |
|
SourceLayer | public | Source layer, pixel (image or grid). (Inherited from ITGIS_PixelFilterAbstract) |
|