Class VLRotate.TVLRotate
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VideoLabPkg
Unit: VLRotate
Inherits: TVLGeometricTransfromFilter
Syntax
Delphi:
type TVLRotate = class( TVLGeometricTransfromFilter )
C++ Builder:
class TVLRotate : public TVLGeometricTransfromFilter
Visual C++ (MFC):
class CTVLRotate : public CTVLGeometricTransfromFilter
C# (.NET):
public ref class TVLRotate : Mitov.VideoLab.GeometricTransfromFilter
Summary
Rotates the image.
Description
Performs Angle degrees rotation over the input frame image. The resulting image has size equal to the Width and Height properties of the component.
Diagram:
Example:
Original Image: | Rotated Image: Angle := -30 |
Properties
Published
- Angle - The Angle of the rotation.
- SmoothEdge - Smooths the edges.
- RotateOffset - Specifies the X,Y offset of the center for the rotation.
- OutputOffset - Specifies the output X,Y offset from the center.
From TVLGeometricTransfromFilter
Properties
Published
From TVLCommonROISizeFilter
Properties
Published
From TVLCommonROIFilter
Properties
Published
From TVLCommonFilter
Properties
Public
Methods
Public
- procedure ProcessFrame(Image : IVLImageBuffer)
- procedure ProcessFrame(InImage : IVLImageBuffer; var OutImage : IVLImageBuffer)
- procedure ProcessBitmap(InBitmap : TBitmap; OutBitmap : TBitmap)