class
ImageSharpeningImage sharpening by the unsharp masking method.
Contents
Base classes
- class GaussianSmoothing
- Smoothing by convolution with a Gaussian mask.
Public functions
- auto create(float gain, float stddev, uchar maskSize) -> std::shared_ptr<ImageSharpening>
- Create instance.
- void setGain(float gain)
- void loadAttributes() virtual
Protected functions
- void execute() virtual
Protected variables
- float m_gain