Class VLGaussianBlur.TVLGaussianKernel
From Mitov Wiki Doc
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: TVLMaskSize
Contents |
Syntax
Delphi:
type TVLGaussianKernel = class( TVLMaskSize )
C++ Builder:
class TVLGaussianKernel : public TVLMaskSize
Visual C++ (MFC):
class CTVLGaussianKernel : public CTVLMaskSize
C# (.NET):
public ref class GaussianKernel : Mitov.VideoLab.MaskSize
Summary
Defines the Gaussian kernel settings.
Description
This class defines the Gaussian kernel settings property.
Properties
Published
- Width - Specifies the Width of the Gaussian kernel.
- Height - Specifies the Height of the Gaussian kernel.
- SigmaX - The horizontal Gaussian sigma.
- SigmaY - The vertical Gaussian sigma.