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

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

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

Return Value

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