ClassifyImageItem Image Property Cognex VisionPro 9.22

Gets the image. Note that the image is the subsampled image and not the original training image. The subsampling is done when the AddImage is called.

Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELClassify.Net (in Cognex.Vision.ViDiELClassify.Net.dll) Version: 9.22.2.0
Syntax

public IImage Image { get; }

Property Value

Type: IImage
See Also