Class VLCylinder.TVLCylinder
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: VLCylinder
Inherits: TVLCircleRemapFilter
Syntax
Delphi:
type TVLCylinder = class( TVLCircleRemapFilter )
C++ Builder:
class TVLCylinder : public TVLCircleRemapFilter
Visual C++ (MFC):
class CTVLCylinder : public CTVLCircleRemapFilter
C# (.NET):
public ref class TVLCylinder : Mitov.VideoLab.CircleRemapFilter
Summary
Applies Cylinder effect over the image.
Description
Use this component to apply Cylinder effect over the image. The effect can be positive and negative lens effect. The surrounding background can be preserved, or discarded.
Example:
Original Image: | Transformed Image: |
From TVLCircleRemapFilter
Properties
Published
- Background - Specifies how the background will be processed.
- CenterOffset - Specifies the offset of the center of the remapping.
- Radius - Specifies the radius of the remapping.
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)