Unit BGRAFilterType

📄 Source code

Functions and Procedures
Variables

Description

Generic classes for tasks. Those are computations that can be stopped externally via a callback function, thus allowing cancellation.

Uses

Overview

Structures

Name Description
Class TBGRAFilterScanner Abstract class for a scanner that applies a filter
Class TBGRAFilterScannerMultipixel Abstract class for a scanner that applies a filter on a group of pixels
Class TBGRAFilterScannerPixelwise Abstract class for a scanner that applies a filter per pixel
Class TFilterTask Task to apply a filter on an image

Types

TCheckShouldStopFunc = function(ACurrentY: integer) : boolean of object;

Constants

FilterScannerChunkSize = 16;

Description

Types

TCheckShouldStopFunc = function(ACurrentY: integer) : boolean of object;

This item has no description.

Constants

FilterScannerChunkSize = 16;

This item has no description.