Performs bilateral filter blur on images.
More...
#include <BlurProcessor.h>
|
|
| FilterBlur () |
| | Constructs a FilterBlur processor.
|
| |
|
| ~FilterBlur () override=default |
| | Destructor.
|
| |
| bool | process (CVImage &prev_image) override |
| | Processes an image with internal parameters.
|
| |
| | BlurProcessor (const HandleType t) |
| | Constructs a BlurProcessor with the specified blur type.
|
| |
|
| ~BlurProcessor () override=default |
| | Virtual destructor.
|
| |
| HandleType | handleType () const |
| | Returns the blur type of this processor.
|
| |
|
| ImageProc ()=default |
| | Construct a new Image Proc object.
|
| |
Performs bilateral filter blur on images.
◆ process() [1/2]
| bool FilterBlur::process |
( |
CVImage & |
prev_image | ) |
|
|
overridevirtual |
Processes an image with internal parameters.
- Parameters
-
| prev_image | The image to process. |
- Returns
- true if processing is successful.
Implements ImageProc.
◆ process() [2/2]
Static method to apply bilateral filter blur.
- Parameters
-
| prev_image | The image to process. |
| package | The filter parameters. |
- Returns
- true if successful.
The documentation for this class was generated from the following files:
- extern_app/professionals/library/OpencvQtAdapter/core_library/image_proc/BlurProcessor.h
- extern_app/professionals/library/OpencvQtAdapter/core_library/image_proc_src/BlurProcessor.cpp