ICogAcqProfileCamera BinarizationThreshold Property Cognex VisionPro
Reads or sets the Binarization Threshold pixel value when Binary laser detection mode is selected.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.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
See Also