Class VLFixedFilter.TVLFixedFilter

From Mitov Wiki Doc
Revision as of 00:21, 22 November 2011 by David Alm (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

BIGVLFixedFilter.gif VLFixedFilter.gif NETVLFixedFilter.gif

Package: VideoLabPkg

Unit: VLFixedFilter

Inherits: TVLCommonROIFilter

Contents

Syntax

Delphi:

type TVLFixedFilter = class( TVLCommonROIFilter )

C++ Builder:

class TVLFixedFilter : public TVLCommonROIFilter

Visual C++ (MFC):

class CTVLFixedFilter : public CTVLCommonROIFilter

C# (.NET):

public ref class TVLFixedFilter : Mitov.VideoLab.CommonROIFilter

Summary

Performs predefined filter operation over the image.

Description

Use this component to perform one of the following filter operations over the frame image : ftPrewittHoriz, ftPrewittVert, ftSobelHoriz, ftSobelVert, ftRobertsDown, ftRobertsUp, ftLaplace, ftGauss, ftHipass, ftLowpass, ftSharpen, ftMedianCross, ftMedianColor

This filter uses fixed masks of 3x3 or 5x5 pixels.


Here are examples of the filters using 5x5 mask:

Original Image: Sharpen:
SampleVideo.png SampleFixSharpen.png
Gaus: Laplas:
SampleFixGaus.png SampleFixLaplace.png
Hipass: Lowpass:
SampleFixHipass.png SampleFixLowpass.png
Median Color: Median Cross:
SampleFixMedianColor.png SampleFixMedianCross.png
Prewitt Horiz: Prewitt Vert:
SampleFixPrewittHoriz.png SampleFixPrewittVert.png
Roberts Up: Roberts Up:
SampleFixRobertsUp.png SampleFixRobertsDown.png
Sobel Horiz: Sobel Vert:
SampleFixSobelHoriz.png SampleFixSobelVert.png

Properties

Published

From TVLCommonROIFilter

Properties

Published

From TVLCommonFilter

Properties

Public

Methods

Public

Pins

From TSLBasicThreadedEnableFilter

Properties

Published

Pins

From TSLBasicThreadedFilter

Properties

Published

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox