Class VLCommonFilter.TVLCommonROISizeFilter
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: VideoLabBasicPkg
Unit: VLCommonFilter
Inherits: TVLCommonROIFilter
Contents |
Syntax
Delphi:
type TVLCommonROISizeFilter = class( TVLCommonROIFilter )
C++ Builder:
class TVLCommonROISizeFilter : public TVLCommonROIFilter
Visual C++ (MFC):
class CTVLCommonROISizeFilter : public CTVLCommonROIFilter
C# (.NET):
public ref class CommonROISizeFilter : Mitov.VideoLab.CommonROIFilter
Summary
Base abstract class for video filters with Region Of Interest.
Description
This abstract filter class provides some basic support for various types of filters. Do not use this class directly.
Properties
Published
- InterpolationType - Desired type of interpolation to be used.
- BackgroundColor - Specifies the background color for the resulting image.
From TVLCommonROIFilter
Properties
Published
- WorkArea - Specifies the Region of Interest (ROI) where the filter operation will be performed.
From TVLCommonFilter
Properties
Public
- InputVideoFormat - Returns the current input video format.
Methods
Public
- procedure ProcessFrame(Image : IVLImageBuffer) - Performs a filter operation over a video buffer.
- procedure ProcessFrame(InImage : IVLImageBuffer; var OutImage : IVLImageBuffer) - Performs a filter operation over a video buffer.
- procedure ProcessBitmap(InBitmap : TBitmap; OutBitmap : TBitmap) - Performs a filter operation over a bitmap.