CogClassifyTool VisionInteropTool Property Cognex VisionPro 9.22 SR1
The underlying ClassifyTool. It holds all the parameters and trained data required to perform classification on the InputImage when the CogClassifyTool is run.

Namespace: Cognex.VisionPro.ViDiEL
Assembly: Cognex.VisionPro.ViDiEL (in Cognex.VisionPro.ViDiEL.dll) Version: 87.1.0.0
Syntax

public ClassifyTool VisionInteropTool { get; set; }

Property Value

Type: ClassifyTool
Events

Event TypeReason
[Cognex.VisionPro.ICogChangedEvent.Changed]

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

This property allows you to set train-time and runtime parameters of the underlying ClassifyTool. You must train the underlying tool before you can run it.

See Also