56 float getKernelValue (
int x,
int y)
const noexcept;
64 void setKernelValue (
int x,
int y,
float value)
noexcept;
70 void setOverallSum (
float desiredTotalSum);
73 void rescaleAllValues (
float multiplier);
82 void createGaussianBlur (
float blurRadius);
100 void applyToImage (
Image& destImage,
101 const Image& sourceImage,
Very simple container class to hold a pointer to some data on the heap.
Represents a filter kernel to use in convoluting an image.
int getKernelSize() const
Returns the size of the kernel.
Holds a fixed-size bitmap.
Manages a rectangle and allows geometric operations to be performed on it.