Class VLCommonFilter.TVLCommonROIMatrixFilterIntermidiate
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: TVLCommonROIMatrixSizeAnchorFilter
Syntax
Delphi:
type TVLCommonROIMatrixFilterIntermidiate = class( TVLCommonROIMatrixSizeAnchorFilter )
C++ Builder:
class TVLCommonROIMatrixFilterIntermidiate : public TVLCommonROIMatrixSizeAnchorFilter
Visual C++ (MFC):
class CTVLCommonROIMatrixFilterIntermidiate : public CTVLCommonROIMatrixSizeAnchorFilter
C# (.NET):
public ref class CommonROIMatrixFilterIntermidiate : Mitov.VideoLab.CommonROIMatrixSizeAnchorFilter
Summary
Abstract base class for Region Of Interest(ROI) filters with Transformation Matrix.
Description
This abstract filter class provides some basic support for various types of filters. Do not use this class directly.
From TVLCommonROIMatrixSizeAnchorFilter
Properties
Published
- Anchor - The Anchor cell for the mask alignment with respect to the position of the input pixel.
From TVLCommonROIMatrixSizeFilter
Properties
Published
- MaskSize - The size of the mask to be used by the filter in pixels.
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.