TrainingSetImageInfoCollectionAdd Method (ImagePlane)

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(
	ImagePlane plane
)

Parameters

plane
Type: Stemmer.CvbImagePlane
plane of an image to be added
Exceptions

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

Minos only supports gray value images. When adding a color or multi planar Image you will need to choose which of the planes of the image to add.
See Also

Reference