TrainingSetImageInfoCollectionAdd Method (Image)

CVB.Net Documentation
Add a new training set image to the parent training set.

Namespace:  Stemmer.Cvb.Minos
Assembly:  Stemmer.Cvb.Minos (in Stemmer.Cvb.Minos.dll) Version: 14.0.0.0
Syntax

public void Add(
	Image img
)

Parameters

img
Type: Stemmer.CvbImage
image to be added
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the TrainingSet or the image has already been disposed
ArgumentNullExceptionIf img is null
OutOfMemoryExceptionIf the insertion operation failed
Remarks

This variant of the function will always simply add plane 0 of the image to the training set, regardless of the plane count.
See Also

Reference