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

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

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

Parameters

platePoseIndex
Type: System Int32
camIndex
Type: System Int32
features
Type: Cognex.VisionPro3D Cog3DCrspFeaturesCollection

Return Value

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