Method procedure SLSimpleDataBuffer.ISLComplexBuffer.Threshold(Real;TSLThresholdType)

From Mitov Wiki Doc
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.

Class: ISLComplexBuffer

Contents

Syntax

Delphi:

procedure Threshold( AThreshold : Real, AType : TSLThresholdType );

C++ Builder:

void __fastcall Threshold( double AThreshold, TSLThresholdType AType );

Visual C++ (MFC):

' Threshold( AThreshold, AType );

Summary

Performs the threshold operation on the elements of a vector by limiting the element values by Level.

Description

Call this method to perform the threshold operation on the elements of a vector by limiting the element values by Level.

Parmeter

Parameter Description
AThreshold Parameters Threshold Level.
AType Threshold Type - LessThn
or GreaterThan the Level.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox