Class TBGRASharpenScanner

Unit

Declaration

type TBGRASharpenScanner = class(TBGRA3X3FilterScanner)

Description

Scanner that computes a sharpened image by comparing neighbouring pixels

Hierarchy

Overview

Fields

Protected FAmount: integer;

Methods

Public constructor Create(ASource: TBGRACustomBitmap; AAmount: integer = 256); overload;
Public constructor Create(ASource: IBGRAScanner; ABounds: TRect; AAmount: integer = 256); overload;
Protected function DoFilter3X3(PTop,PMiddle,PBottom: PBGRAPixel): TBGRAPixel; override;

Description

Fields

Protected FAmount: integer;

This item has no description.

Methods

Public constructor Create(ASource: TBGRACustomBitmap; AAmount: integer = 256); overload;

This item has no description.

Public constructor Create(ASource: IBGRAScanner; ABounds: TRect; AAmount: integer = 256); overload;

This item has no description.

Protected function DoFilter3X3(PTop,PMiddle,PBottom: PBGRAPixel): TBGRAPixel; override;

This item has no description.