Class VLBoxFilter.TVLBoxFilter

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''' TVLBoxFilter : [[Class VLCommonFilter.TVLCommonROIMatrixFilterIntermidiate|Mitov.VideoLab.CommonROIMatrixFilterIntermidiate]]
+
'''public ref class''' BoxFilter : [[Class VLCommonFilter.TVLCommonROIMatrixFilterIntermidiate|Mitov.VideoLab.CommonROIMatrixFilterIntermidiate]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 36: Line 36:
 
Use this component to perform Average, Min, Max or Median
 
Use this component to perform Average, Min, Max or Median
 
filter operation.
 
filter operation.
 +
 +
 +
 +
<b>Diagram:</b>
 +
 +
[[Image:VLBoxFilter_Preview.png]]
  
  
Line 110: Line 116:
 
=== 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.

BIGVLBoxFilter.gif VLBoxFilter.gif NETVLBoxFilter.gif

Package: VideoLabPkg

Unit: VLBoxFilter

Inherits: TVLCommonROIMatrixFilterIntermidiate

Contents

Syntax

Delphi:

type TVLBoxFilter = class( TVLCommonROIMatrixFilterIntermidiate )

C++ Builder:

class TVLBoxFilter : public TVLCommonROIMatrixFilterIntermidiate

Visual C++ (MFC):

class CTVLBoxFilter : public CTVLCommonROIMatrixFilterIntermidiate

C# (.NET):

public ref class BoxFilter : Mitov.VideoLab.CommonROIMatrixFilterIntermidiate

Summary

Performs Average, Min, Max or Median filter operation.

Description

Use this component to perform Average, Min, Max or Median filter operation.


Diagram:

VLBoxFilter Preview.png


Example of 4x4 mask filters:

Original Image: Average Filter:
SampleVideo.png SampleBoxAverage.png
Average Min: Filter Max:
SampleBoxMin.png SampleBoxMax.png
Filter Median:
SampleBoxMedian.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