Class VLThreshold.TVLThreshold

From Mitov Wiki Doc
Revision as of 00:30, 26 June 2013 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.

BIGVLThreshold.gif VLThreshold.gif NETVLThreshold.gif

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 Threshold : 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:

VLThreshold Preview.png

Properties

Published

From TVLCommonFilter

Properties

Public

Methods

Public

Pins

From TSLBasicThreadedEnableFilter

Properties

Published

From TSLBasicThreadedFilter

Properties

Published

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox