CogCalibFeatureExtractorBase OnFeaturesExtracted Method Cognex VisionPro 9.21 SR1
Method to support feature extraction progress event.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 85.1.0.0
Syntax

protected bool OnFeaturesExtracted(
	int poseIndex,
	int camIndex,
	CogCalibFeatureExtractorResult features
)

Parameters

poseIndex
Type: System Int32
camIndex
Type: System Int32
features
Type: Cognex.VisionPro.CalibFix CogCalibFeatureExtractorResult

Return Value

Type: Boolean
False if user requires to cancel the operation, and true otherwise.
See Also