ClassifyPattern RemoveTrainItemUsingImageId Method Cognex VisionPro 9.22 SR1

Removes the train item with the specified image id from LabeledImages.

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

public void RemoveTrainItemUsingImageId(
	string imageId
)

Parameters

imageId
Type: System String
The image id in the LabeledImages.
Exceptions

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

If the pattern is trained, the pattern will become untrained.

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

See Also