CogOCVMaxCharacterResult VerificationScore Property Cognex VisionPro
The verification score of this character.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 65.1.0.0
Syntax

public double VerificationScore { get; }

Property Value

Type: Double
This read-only property of type System::Double will be in the range from zero (worst) to one (best). If the verification type for this character is Ignore, then this will be 1. This score is equal to the product of the verification match score times the verification DOF score.
See Also