Class VLThreshold.TVLThreshold
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 40: | Line 40: | ||
are set to [[Property VLThreshold.TVLThreshold.ThresholdBottom|ThresholdBottom]] Value. The values between them are | are set to [[Property VLThreshold.TVLThreshold.ThresholdBottom|ThresholdBottom]] Value. The values between them are | ||
left intact. | left intact. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:VLThreshold_Preview.png]] | ||
== Properties == | == Properties == | ||
Line 71: | Line 77: | ||
=== 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: 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)