CogAcqProfileCamera BinarizationThreshold Property Cognex VisionPro 9.7
Reads or sets the Binarization Threshold pixel value 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 BinarizationThreshold { get; set; }

Property Value

Type: Int32
The default is BinarizationThresholdDefault.

Implements

ICogAcqProfileCamera BinarizationThreshold
Events

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