Click or drag to resize
Accord.NET (logo)

HitAndMissMode Property

Operation mode.

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

Property Value

Type: HitAndMissModes
Remarks

Mode to use for the filter. See HitAndMissModes enumeration for the list of available modes and their documentation.

Default mode is set to HitAndMiss.

See Also