Class VLThreshold.TVLThreshold
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 00:11, 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.
Package: VideoLabPkg
Unit: VLThreshold
Inherits: TVLCommonFilter
Contents |
Syntax
Delphi:
type TVLThreshold = class( TVLCommonFilter )
C++ Builder:
class TVLThreshold : public TVLCommonFilter
Visual C++ (MFC):
class CTVLThreshold : public CTVLCommonFilter
C# (.NET):
public ref class TVLThreshold : Mitov.VideoLab.CommonFilter
Summary
Sets the pixels above/bellow a threshold to a color.
Description
The threshold component changes pixel values depending on whether they are less or greater than the specified threshold. The values above the ThresholdTop are set to the ThresholdTop.Value and the values below the ThresholdBottom are set to ThresholdBottom Value. The values between them are left intact.
Diagram:
Properties
Published
- ThresholdTop - Top threshold level, value and other properties.
- ThresholdBottom - Bottom threshold level, value and other properties.
From TVLCommonFilter
Properties
Public
Methods
Public
- procedure ProcessFrame(Image : IVLImageBuffer)
- procedure ProcessFrame(InImage : IVLImageBuffer; var OutImage : IVLImageBuffer)
- procedure ProcessBitmap(InBitmap : TBitmap; OutBitmap : TBitmap)