SampleImageListClassInformationAddSample Method

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

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

public void AddSample(
	Image image,
	Point2D position
)

Parameters

image
Type: Stemmer.CvbImage
image from which to extract the sample
position
Type: Stemmer.CvbPoint2D
position at which to extract the sample
Remarks

Invokes the method ImageList.AddSample()
See Also

Reference