Class VLBasicNoise.TVLBasicNoise
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' BasicNoise : [[Class VLCommonFilter.TVLCommonROIGenFilter|Mitov.VideoLab.CommonROIGenFilter]] |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:30, 26 June 2013
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)