ClassifierDeleteFeatures Method

CVB.Net Documentation
Delete features in a given window from this classifier.

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

public void DeleteFeatures(
	Rect window
)

Parameters

window
Type: Stemmer.CvbRect
rectangle in which to delete features (relative to the classifier's FeatureWindow)
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this classifier has already been disposed
See Also

Reference