Transform2D Methods

CVB.Net Documentation

The Transform2D type exposes the following members.

Methods

  NameDescription
Public methodStatic memberMatrix(Image, Matrix2D)
Use a matrix to transform an image using Linear interpolation.
Public methodStatic memberMatrix(Image, Matrix2D, Interpolation)
Use a matrix to transform an image.
Public methodStatic memberMirror
Mirror the input image on the x and/or y axis.
Public methodStatic memberPerspective(Image, PerspectiveTransformation, Size2D)
Apply the perspective transformation coeffs to the image using Linear interpolation.
Public methodStatic memberPerspective(Image, PerspectiveTransformation, Size2D, Interpolation)
Apply the perspective transformation coeffs to the image.
Public methodStatic memberResize(Image, Size2D)
Resize the input image using Linear interpolation.
Public methodStatic memberResize(Image, Size2D, Interpolation)
Resize the input image.
Public methodStatic memberRotate(Image, Angle)
Rotate the input image by the given angle using Linear interpolation.
Public methodStatic memberRotate(Image, Angle, Interpolation)
Rotate the input image by the given angle.
Public methodStatic memberShear(Image, Double, Double)
Shear the input image using Linear interpolation.
Public methodStatic memberShear(Image, Double, Double, Interpolation)
Shear the input image.
Top
See Also

Reference