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

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
Syntax

int BinarizationThreshold { get; set; }

Property Value

Type: Int32
The default is BinarizationThresholdDefault.
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 or L38 sensor.
See Also