AUI Framework
develop
Cross-platform base for C++ UI apps
|
Fast gaussian blur. More...
#include <AUI/ASS/Property/Backdrop.h>
Public Member Functions | |
API_AUI_VIEWS GaussianBlurCustom | findOptimalParams () const |
Signals and public fields | |
AMetric | radius |
Fast gaussian blur.
Strictly speaking, it's not an actual gaussian blur but a faster implementation of it.
GaussianBlur calculates best downscale parameter applicable for passed radius.
Downscale factor allows to produce approximately same visual result at drastically lower cost. You can use GaussianBlurCustom directly to specify your downscale factor.