RidgeOperator.CharacteristicSize Property
Gets or sets the characteristic size of this operator, in meters.
Syntax
public System.Double CharacteristicSize { get; set; }
Property Value
Default: 50
The characteristic size of this operator, in meters.
Remarks
This property describe in meters the characteristic size of the ridge detection algorithm. This is functionally a Gaussian blur applied to the inputted elevation raster with the used characteristic size used as standard deviation. This process will reduce the prominence of any features in the elevation data smaller than the given value. See images in the Characteristic size section in the main class page.
Platforms
Windows, Linux, Android