TrainingSetImageInfoTransformImageAndInstances Method

CVB.Net Documentation
Transform this image and all instances trained from this image using a 2x2 matrix.

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

public void TransformImageAndInstances(
	Matrix2D matrix
)

Parameters

matrix
Type: Stemmer.CvbMatrix2D
matrix to transform the model with
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the training set has already been disposed
DivideByZeroExceptionIf the Matrix cannot be used to sensibly transform the image
See Also

Reference