Cog3DRangeImageCrossSectionExtractCorner SharpnessThreshold Property Cognex VisionPro 9.8 SR1
Gets or sets the SharpnessThreshold.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.0.0.0
Syntax

public double SharpnessThreshold { get; set; }

Property Value

Type: Double
Events

Event TypeReason
Cognex.VisionPro ICogChangedEvent

Fires when this property changes.

The following state flag may be affected:

  • SfSharpnessThreshold
Exceptions

ExceptionCondition
ArgumentException If the value is less than 0 or greater than 65535
Remarks

The sharpness threshold is the minimum value of the sharpness needed for the profile point to be treated as corner.
See Also