Class VLBasicNoise.TVLBasicNoise
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 51: | Line 51: | ||
*[[Method procedure VLCommonFilter.TVLCommonROIGenFilter.Start()|procedure Start()]] | *[[Method procedure VLCommonFilter.TVLCommonROIGenFilter.Start()|procedure Start()]] | ||
*[[Method procedure VLCommonFilter.TVLCommonROIGenFilter.Stop()|procedure Stop()]] | *[[Method procedure VLCommonFilter.TVLCommonROIGenFilter.Stop()|procedure Stop()]] | ||
− | |||
− | |||
− | |||
− | |||
== From [[Class VLCommonFilter.TVLCommonROIFilter|TVLCommonROIFilter]] == | == From [[Class VLCommonFilter.TVLCommonROIFilter|TVLCommonROIFilter]] == | ||
Line 87: | Line 83: | ||
=== Published === | === Published === | ||
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | *[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | ||
− | |||
− | |||
− | |||
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == | == From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == |
Revision as of 20:29, 10 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 TVLBasicNoise : 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)