Class VLBoxFilter.TVLBoxFilter
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: VLBoxFilter
Inherits: TVLCommonROIMatrixFilterIntermidiate
Syntax
Delphi:
type TVLBoxFilter = class( TVLCommonROIMatrixFilterIntermidiate )
C++ Builder:
class TVLBoxFilter : public TVLCommonROIMatrixFilterIntermidiate
Visual C++ (MFC):
class CTVLBoxFilter : public CTVLCommonROIMatrixFilterIntermidiate
C# (.NET):
public ref class TVLBoxFilter : Mitov.VideoLab.CommonROIMatrixFilterIntermidiate
Summary
Performs Average, Min, Max or Median filter operation.
Description
Use this component to perform Average, Min, Max or Median filter operation.
Example of 4x4 mask filters:
Original Image: | Average Filter: |
Average Min: | Filter Max: |
Filter Median: | |
Properties
Published
- FilterMode - The filter type.
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)