ICogAcqProfileCamera MinimumBinarizationLineWidth Property Cognex VisionPro 9.10
Reads or sets the Minimum Binarization Linewidth 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
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 79.0.0.0
Syntax

int MinimumBinarizationLineWidth { get; set; }

Property Value

Type: Int32
The default is MinimumBinarizationLineWidthDefault.
Events

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

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