Cog3DCalibrationFeatureExtractorBase OnFeaturesExtracted Method Cognex VisionPro 9.5
Method to support feature extraction progress event.

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

protected bool OnFeaturesExtracted(
	int platePoseIndex,
	int camIndex,
	Cog3DCrspFeaturesCollection features
)

Return Value

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