User Tools

Site Tools


api:dk11:delphi:gislayerpixel.tgis_layerpixel.lanczos3_single

Table of Contents

TGIS_LayerPixel.lanczos3 method

DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.lanczos3 | Constructors | Fields | Methods | Properties | Events

Lanczos filtering function.

Available also on: .NET | Java.

Syntax

// Delphi
protected
  function lanczos3(
    _dval : Single
  ) : Single;
// C++ Builder
protected:
  float lanczos3(
    float _dval
  );

Parameters

Name Type Description
_dval Single input value

Result

Type Description
Single Filtered value
2020/05/07 01:08

Page Tools