ClassifyPattern RemoveImageItem Method Cognex VisionPro 9.10

Removes the image item from Images Collection.

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

public void RemoveImageItem(
	ClassifyImageItem item
)
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the supplied image item is not found in the collection.
Remarks

If the pattern is trained, and the image item id is in the LabeledImages, the pattern will become untrained.

If the image item id is used in the LabeledImages, the train item will be removed as well.

Changed Raised when the value of this property changes. The following state flags may be affected:

See Also