Property VLMotionDetect.TVLNoiseReduction.Anchor

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(5 intermediate revisions by one user not shown)
Line 10: Line 10:
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''property''' Anchor : [[Class VLRectRegion.TVLPoint|TVLPoint]] '''read''' FAnchor '''write''' SetAnchor;
+
'''property''' Anchor : [[Class VLCommonFilter.TVLAnchorPoint|TVLAnchorPoint]] '''read''' FAnchor '''write''' SetAnchor;
 
</code>
 
</code>
  
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''__property''' [[Class VLRectRegion.TVLPoint|TVLPoint]] * Anchor = { '''read'''=FAnchor,  '''write'''=SetAnchor };
+
'''__property''' [[Class VLCommonFilter.TVLAnchorPoint|TVLAnchorPoint]] * Anchor = { '''read'''=FAnchor,  '''write'''=SetAnchor };
 
</code>
 
</code>
  

Latest revision as of 00:11, 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.

Class: TVLNoiseReduction

Contents

Syntax

Delphi:

property Anchor : TVLAnchorPoint read FAnchor write SetAnchor;

C++ Builder:

__property TVLAnchorPoint * Anchor = { read=FAnchor, write=SetAnchor };

Summary

Anchor cell for the noise reduction mask.

Description

Use this property to specify the Anchor cell for the noise reduction mask alignment with respect to the position of the input pixel.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox