Class VLBasicNoise.TVLBasicNoise
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: VLBasicNoise
Inherits: TVLCommonROIGenFilter
Contents |
Syntax
Delphi:
type TVLBasicNoise = class( TVLCommonROIGenFilter )
C++ Builder:
class TVLBasicNoise : public TVLCommonROIGenFilter
Visual C++ (MFC):
class CTVLBasicNoise : public CTVLCommonROIGenFilter
C# (.NET):
public ref class BasicNoise : Mitov.VideoLab.CommonROIGenFilter
Summary
Abstract base class for all the noise generator/filters.
Description
This is abstract base class for all the noise generator/filters.
Properties
Published
- BackgroundColor - Specifies the background color of the noise.
From TVLCommonROIGenFilter
Properties
Published
Methods
Public
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)