Cog3DRangeImageCrossSectionProfile BuildProfileSharpnessGraphics Method Cognex VisionPro 9.8
Creates the profile sharpness graphics used as a visual aid with the extract corner operator.

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

public void BuildProfileSharpnessGraphics(
	CogGraphicCollection profileGraphics,
	int filterHalfSizeInPixels,
	double sharpnessThreshold
)

Parameters

profileGraphics
Type: Cognex.VisionPro CogGraphicCollection
The constructed graphic collection returned from BuildProfileGraphics().
filterHalfSizeInPixels
Type: System Int32
The filter half size used to apply to the profile data and generate the sharpness data.
sharpnessThreshold
Type: System Double
The sharpness threshold to draw the cutoff lines.
See Also