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.ViDiELAssembly: Cognex.VisionPro.ViDiEL (in Cognex.VisionPro.ViDiEL.dll) Version: 87.1.0.0
Syntax
Property Value
Type: ClassifyToolEvents
| Event Type | Reason |
|---|---|
| [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