Class VLBaseRemapFilter.TVLCircleRemapFilter
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: VLBaseRemapFilter
Inherits: TVLBaseRemapFilter
Syntax
Delphi:
type TVLCircleRemapFilter = class( TVLBaseRemapFilter )
C++ Builder:
class TVLCircleRemapFilter : public TVLBaseRemapFilter
Visual C++ (MFC):
class CTVLCircleRemapFilter : public CTVLBaseRemapFilter
C# (.NET):
public ref class CircleRemapFilter : Mitov.VideoLab.BaseRemapFilter
Summary
Abstract base class for the circle re-mapping filters.
Description
This is abstract base class for the circle re-mapping filters.
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)