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