Click or drag to resize
Accord.NET (logo)

MoveTowardsStepSize Property

Step size, [0, 65535].

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public int StepSize { get; set; }
Request Example View Source

Property Value

Type: Int32
Remarks

The property defines the maximum amount of changes per pixel in the source image.

Default value is set to 1.

See Also