Class TBGRASharpenScanner
Unit
Declaration
type TBGRASharpenScanner = class(TBGRA3X3FilterScanner)
Description
Scanner that computes a sharpened image by comparing neighbouring pixels
Hierarchy
- IInterface
- IBGRAScanner
- TBGRACustomScanner
- TBGRAFilterScanner
- TBGRAFilterScannerMultipixel
- TBGRA3X3FilterScanner
- TBGRASharpenScanner
Overview
Fields
FAmount: integer; |
Methods
constructor Create(ASource: TBGRACustomBitmap; AAmount: integer = 256); overload; |
|
constructor Create(ASource: IBGRAScanner; ABounds: TRect; AAmount: integer = 256); overload; |
|
function DoFilter3X3(PTop,PMiddle,PBottom: PBGRAPixel): TBGRAPixel; override; |
Description
Fields
FAmount: integer; |
|
This item has no description. |
Methods
constructor Create(ASource: TBGRACustomBitmap; AAmount: integer = 256); overload; |
|
This item has no description. |
constructor Create(ASource: IBGRAScanner; ABounds: TRect; AAmount: integer = 256); overload; |
|
This item has no description. |
function DoFilter3X3(PTop,PMiddle,PBottom: PBGRAPixel): TBGRAPixel; override; |
|
This item has no description. |