Method to support feature extraction progress event.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
protected bool OnFeaturesExtracted(
int platePoseIndex,
int camIndex,
Cog3DCrspFeaturesCollection features
)
protected bool OnFeaturesExtracted(
int platePoseIndex,
int camIndex,
Cog3DCrspFeaturesCollection features
)
Protected Function OnFeaturesExtracted (
platePoseIndex As Integer,
camIndex As Integer,
features As Cog3DCrspFeaturesCollection
) As Boolean
Protected Function OnFeaturesExtracted (
platePoseIndex As Integer,
camIndex As Integer,
features As Cog3DCrspFeaturesCollection
) As Boolean
protected:
bool OnFeaturesExtracted(
int platePoseIndex,
int camIndex,
Cog3DCrspFeaturesCollection^ features
)
protected:
bool OnFeaturesExtracted(
int platePoseIndex,
int camIndex,
Cog3DCrspFeaturesCollection^ features
)
Return Value
Type:
Boolean
False if user requires to cancel the operation, and true otherwise.