Class VLRectKernelFilter.TVLRectKernelFilter
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: VLRectKernelFilter
Inherits: TVLCommonROIMatrixFilterIntermidiate
Syntax
Delphi:
type TVLRectKernelFilter = class( TVLCommonROIMatrixFilterIntermidiate )
C++ Builder:
class TVLRectKernelFilter : public TVLCommonROIMatrixFilterIntermidiate
Visual C++ (MFC):
class CTVLRectKernelFilter : public CTVLCommonROIMatrixFilterIntermidiate
C# (.NET):
public ref class RectKernelFilter : Mitov.VideoLab.CommonROIMatrixFilterIntermidiate
Summary
Performs user defined rectangular kernel filter.
Description
Use this component to perform user defined rectangular kernel filter.
Diagram:
Properties
Published
- Kernel - Specifies the kernel matrix.
From TVLCommonROIMatrixSizeAnchorFilter
Properties
Published
From TVLCommonROIMatrixSizeFilter
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)