CogAcqProfileCamera MinimumBinarizationLineWidth Property Cognex VisionPro 9.7
Reads or sets the Minimum Binarization Linewidth when Binary laser detection mode is selected.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

public virtual int MinimumBinarizationLineWidth { get; set; }

Property Value

Type: Int32
The default is MinimumBinarizationLineWidthDefault.

Implements

ICogAcqProfileCamera MinimumBinarizationLineWidth
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The following state flag may be affected: SfMinimumBinarizationLineWidth
See Also