SampleImageListAddClassSample Method

CVB.Net Documentation
Add a new sample image to a class.

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

public void AddClassSample(
	string name,
	Image image,
	Point2D position
)

Parameters

name
Type: SystemString
class to add the sample to. If the class does not yet exist, it will be generated
image
Type: Stemmer.CvbImage
image from which to take the sample
position
Type: Stemmer.CvbPoint2D
position at which to extract the sample
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the image list or the image has already been disposed
ArgumentNullExceptionIf name or image is null
InvalidOperationExceptionIf name contains an empty string
OutOfMemoryExceptionIf the addition failed
See Also

Reference