Creates the profile sharpness graphics used as a visual aid
with the extract corner operator.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
public void BuildProfileSharpnessGraphics(
CogGraphicCollection profileGraphics,
int filterHalfSizeInPixels,
double sharpnessThreshold
)
public void BuildProfileSharpnessGraphics(
CogGraphicCollection profileGraphics,
int filterHalfSizeInPixels,
double sharpnessThreshold
)
Public Sub BuildProfileSharpnessGraphics (
profileGraphics As CogGraphicCollection,
filterHalfSizeInPixels As Integer,
sharpnessThreshold As Double
)
Public Sub BuildProfileSharpnessGraphics (
profileGraphics As CogGraphicCollection,
filterHalfSizeInPixels As Integer,
sharpnessThreshold As Double
)
public:
void BuildProfileSharpnessGraphics(
CogGraphicCollection^ profileGraphics,
int filterHalfSizeInPixels,
double sharpnessThreshold
)
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.