Class VLMorphFilter.TVLMorphFilter

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''' TVLMorphFilter : [[Class VLCommonFilter.TVLCommonROIMatrixFilterIntermidiate|Mitov.VideoLab.CommonROIMatrixFilterIntermidiate]]
+
'''public ref class''' MorphFilter : [[Class VLCommonFilter.TVLCommonROIMatrixFilterIntermidiate|Mitov.VideoLab.CommonROIMatrixFilterIntermidiate]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 34: Line 34:
  
 
== Description ==
 
== Description ==
 +
 +
 
Erodes or deludes the frames.
 
Erodes or deludes the frames.
  
Line 40: Line 42:
 
operations use either a user-defined rectangular mask, or a
 
operations use either a user-defined rectangular mask, or a
 
structuring element.
 
structuring element.
 +
 +
 +
 +
<b>Diagram:</b>
 +
 +
[[Image:VLMorphFilter_Preview.png]]
  
  
Line 110: 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.

BIGVLMorphFilter.gif VLMorphFilter.gif NETVLMorphFilter.gif

Package: VideoLabAdditionalPkg

Unit: VLMorphFilter

Inherits: TVLCommonROIMatrixFilterIntermidiate

Contents

Syntax

Delphi:

type TVLMorphFilter = class( TVLCommonROIMatrixFilterIntermidiate )

C++ Builder:

class TVLMorphFilter : public TVLCommonROIMatrixFilterIntermidiate

Visual C++ (MFC):

class CTVLMorphFilter : public CTVLCommonROIMatrixFilterIntermidiate

C# (.NET):

public ref class MorphFilter : Mitov.VideoLab.CommonROIMatrixFilterIntermidiate

Summary

Erodes or deludes the video.

Description

\

Erodes or deludes the frames.

Generally, the erosion and dilation smooth the boundaries of objects without significantly changing their area. Both operations use either a user-defined rectangular mask, or a structuring element.


Diagram:

VLMorphFilter Preview.png


Example:

Original Image:

DilateErodeOriginalDemo.png

Erode:

ErodeDemo.png


Dilate:

DilateDemo.png

Properties

Published

From TVLCommonROIMatrixSizeAnchorFilter

Properties

Published

From TVLCommonROIMatrixSizeFilter

Properties

Published

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