Class VLUniformNoise.TVLUniformNoise

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(6 intermediate revisions by one user not shown)
Line 28: Line 28:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TVLUniformNoise : [[Class VLBasicNoise.TVLBasicNoise|Mitov.VideoLab.BasicNoise]]
+
'''public ref class''' UniformNoise : [[Class VLBasicNoise.TVLBasicNoise|Mitov.VideoLab.BasicNoise]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 40: Line 40:
 
If the inpt pin of this component is not connected, the
 
If the inpt pin of this component is not connected, the
 
component will work as video generator.
 
component will work as video generator.
 +
 +
 +
 +
<b>Diagram:</b>
 +
 +
[[Image:VLUniformNoise_Preview.png]]
  
  
Line 80: Line 86:
 
*[[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()]]
*[[Method procedure VLCommonFilter.TVLCommonROIGenFilter.Pump()|procedure Pump()]]
 
 
== Pins ==
 
*[[Pin VLCommonFilter.TVLCommonROIGenFilter.ClockPin|ClockPin]]
 
  
 
== From [[Class VLCommonFilter.TVLCommonROIFilter|TVLCommonROIFilter]] ==
 
== From [[Class VLCommonFilter.TVLCommonROIFilter|TVLCommonROIFilter]] ==
Line 116: Line 118:
 
=== Published ===
 
=== Published ===
 
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]
 
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]
 
== Pins ==
 
*[[Pin SLCommonFilter.TSLBasicThreadedEnableFilter.EnablePin|EnablePin]]
 
  
 
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] ==
 
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] ==

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.

BIGVLUniformNoise.gif VLUniformNoise.gif NETVLUniformNoise.gif

Package: VideoLabPkg

Unit: VLUniformNoise

Inherits: TVLBasicNoise

Contents

Syntax

Delphi:

type TVLUniformNoise = class( TVLBasicNoise )

C++ Builder:

class TVLUniformNoise : public TVLBasicNoise

Visual C++ (MFC):

class CTVLUniformNoise : public CTVLBasicNoise

C# (.NET):

public ref class UniformNoise : 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:

VLUniformNoise Preview.png


Example:

Original Image: Uniform Noise:
SampleVideo.png SampleUniformNoise.png

Properties

Published

From TVLBasicNoise

Properties

Published

From TVLCommonROIGenFilter

Properties

Published

Methods

Public

From TVLCommonROIFilter

Properties

Published

From TVLCommonFilter

Properties

Public

Methods

Public

Pins

From TSLBasicThreadedEnableFilter

Properties

Published

From TSLBasicThreadedFilter

Properties

Published

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox