Class VLGaussianBlur.TVLGaussianBlur
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| Line 39: | Line 39: | ||
| − | <b>  | + | <b>Diaram:</b>  | 
| + | |||
| + | [[Image:VLGaussianBlur_Preview.png]]  | ||
| + | |||
| + | |||
| + | |||
| + | <b>Example:</b>  | ||
{| border="1" cellspacing="0" cellpadding="5"  | {| border="1" cellspacing="0" cellpadding="5"  | ||
|-  | |-  | ||
| Line 86: | Line 92: | ||
=== Published ===  | === Published ===  | ||
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]  | *[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]  | ||
| − | |||
| − | |||
| − | |||
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] ==  | == From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] ==  | ||
Revision as of 20:29, 10 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.
Package: VideoLabPkg
Unit: VLGaussianBlur
Inherits: TVLCommonROIFilter
Contents | 
Syntax
Delphi:
type TVLGaussianBlur = class( TVLCommonROIFilter )
C++ Builder:
class TVLGaussianBlur : public TVLCommonROIFilter
Visual C++ (MFC):
class CTVLGaussianBlur : public CTVLCommonROIFilter
C# (.NET):
public ref class TVLGaussianBlur : Mitov.VideoLab.CommonROIFilter
Summary
Gaussian blur filter.
Description
Performs Gaussian blur ilter over the image.
Diaram:
Example:
| Original Image: | Gaussian blur: | 
  
 | 
File:Gaussblurdemo.png | 
Properties
Published
- Kernel - Specifies the Gaussian kernel settings.
 
From TVLCommonROIFilter
Properties
Published
From TVLCommonFilter
Properties
Public
Methods
Public
- procedure ProcessFrame(Image : IVLImageBuffer)
 - procedure ProcessFrame(InImage : IVLImageBuffer; var OutImage : IVLImageBuffer)
 - procedure ProcessBitmap(InBitmap : TBitmap; OutBitmap : TBitmap)
 

