CogAcqProfileCamera BinarizationThreshold Property Cognex VisionPro 9.8 SR1
Reads or sets the Binarization Threshold pixel value when Binary laser detection mode is selected. This parameter is not implemented for L4000 sensors since they do not support Binary laser detection mode.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.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
Exceptions

ExceptionCondition
NotImplementedExceptionIf you attempt to set this value for an L4000 sensor.
See Also