Class VLUniformNoise.TVLUniformNoise
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 02:45, 11 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: VLUniformNoise
Inherits: TVLBasicNoise
Syntax
Delphi:
type TVLUniformNoise = class( TVLBasicNoise )
C++ Builder:
class TVLUniformNoise : public TVLBasicNoise
Visual C++ (MFC):
class CTVLUniformNoise : public CTVLBasicNoise
C# (.NET):
public ref class TVLUniformNoise : Mitov.VideoLab.BasicNoise
Summary
Adds Uniform Random noise to the image.
Description
Use this component to generate Uniform Random samples with uniform distribution and adds them to an image data.
If the inpt pin of this component is not connected, the component will work as video generator.
Diagram:
Example:
Original Image: | Uniform Noise: |
Properties
Published
- Low - Lower bound value for the generated values.
- High - Upper bound value for the generated values.
- Seed - Initial seed value for the pseudo-random number generation.
From TVLBasicNoise
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)