CogVerifierBasic Constructor (ICogTool, CogVerificationDatabase, CogVerificationDatabase)Cognex VisionPro
Constructor which takes all necessary inputs to the verifier.

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

public CogVerifierBasic(
	ICogTool visionTool,
	CogVerificationDatabase inputDatabase,
	CogVerificationDatabase outputDatabase
)

Parameters

visionTool
Type: Cognex.VisionPro ICogTool
The CogToolBlock under test.
inputDatabase
Type: Cognex.VisionPro.Inspection CogVerificationDatabase
The input database where the golden/known results are stored.
outputDatabase
Type: Cognex.VisionPro.Inspection CogVerificationDatabase
The output database where the results of the verification will be stored.
See Also