The BlurExample class demonstrates various blur processing methods in a QWidget-based interface. More...
#include <BlurExample.h>
Public Member Functions | |
BlurExample (QWidget *parent=nullptr) | |
Constructs the BlurExample widget with an optional parent. | |
~BlurExample () | |
Destructor for BlurExample. | |
void | process_blur () |
Entry point to perform the currently selected blur operation. | |
The BlurExample class demonstrates various blur processing methods in a QWidget-based interface.
It provides interactive testing and UI control for different types of blur filters including median, Gaussian, mean, and bilateral filter blurs.
|
explicit |
Constructs the BlurExample widget with an optional parent.
parent | The parent widget. |