SampleImageListSampleInformationCollectionAdd Method

CVB.Net Documentation
Add a new sample to the samples collection

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

public void Add(
	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 it
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the parent list has already been disposed.
See Also

Reference