Cog3DRangeImageCrossSectionProfile BuildProfileSharpnessGraphicsV2 Method Cognex VisionPro 9.22

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

public void BuildProfileSharpnessGraphicsV2(
	CogGraphicCollection profileGraphics,
	Cog3DRangeImageCrossSectionProfileSharpnessData[] sharpnessData,
	double minCornerAngle,
	double maxCornerAngle,
	bool showMaxCornerAngleLine
)

Parameters

profileGraphics
Type: Cognex.VisionPro CogGraphicCollection
sharpnessData
Type:  Cognex.VisionPro3D Cog3DRangeImageCrossSectionProfileSharpnessData 
minCornerAngle
Type: System Double
maxCornerAngle
Type: System Double
showMaxCornerAngleLine
Type: System Boolean
See Also