Transform2D Class

CVB.Net Documentation
Collection of 2D transformation functions (most of them linear).
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.FoundationTransform2D

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

public static class Transform2D

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