Transform2DMatrix Method (Image, Matrix2D)

CVB.Net Documentation
Use a matrix to transform an image using Linear interpolation.

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

public static Image Matrix(
	Image image,
	Matrix2D matrix
)

Parameters

image
Type: Stemmer.CvbImage
Image to transform.
matrix
Type: Stemmer.CvbMatrix2D
Matrix with which the image is to be transformed.

Return Value

Type: Image
The transformed image.
See Also

Reference