ClassifierTransform Method

CVB.Net Documentation
Generate a new classifier by transforming this classifier with a 2x2 transformation matrix.

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

public Classifier Transform(
	Matrix2D transformation
)

Parameters

transformation
Type: Stemmer.CvbMatrix2D
matrix with which to transform the geometry of this classifier

Return Value

Type: Classifier
transformed classifier
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the classifier has already been disposed
DivideByZeroExceptionwhen providing a transformation matrix that is singular.
See Also

Reference