Unit BGRAFilterScanner
Description
Provide scanners that act as filters. This allows to use them directly as texture rather than rendering first the whole filtered image
Uses
Overview
Structures
Name | Description |
---|---|
Class TBGRA3X3FilterScanner |
Abstract scanner that applies a filter on a 3x3 window of pixels |
Class TBGRAContourScanner |
Scanner that computes the contour of the elements of an image. |
Class TBGRAEmbossHightlightScanner |
Scanner that computes an embossed image and fills the shape with a highlight color. |
Class TBGRAFilterScannerGrayscale |
Scanner that converts colored pixel into grayscale with same luminosity |
Class TBGRAFilterScannerNegative |
Scanner that computes the negative of the colors |
Class TBGRAFilterScannerNormalize |
Scanner that normalizes the value of color channels. |
Class TBGRAFilterScannerSwapRedBlue |
Scanner that swaps red and blue channels |
Class TBGRASharpenScanner |
Scanner that computes a sharpened image by comparing neighbouring pixels |