ClassifierObjectTransform Method

CVB.Net Documentation
Transform this ShapeFinder classifier using a 2x2 matrix.

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

public void Transform(
	Matrix2D m
)

Parameters

m
Type: Stemmer.CvbMatrix2D
matrix to transform the this classifier with
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this classifier has already been disposed
See Also

Reference