Class ConvolutionControl

Class Documentation

class ConvolutionControl

Parameters to control convolution

Public Functions

ConvolutionControl(bool doNormalize = true, bool doCopyEdge = false, int maxInterpolationDistance = 10)

Parameters
  • doNormalize: normalize the kernel to sum=1?

  • doCopyEdge: copy edge pixels from source image instead of setting them to the standard edge pixel?

  • maxInterpolationDistance: maximum width or height of a region over which to use linear interpolation interpolate

bool getDoNormalize() const
bool getDoCopyEdge() const
int getMaxInterpolationDistance() const
void setDoNormalize(bool doNormalize)
void setDoCopyEdge(bool doCopyEdge)
void setMaxInterpolationDistance(int maxInterpolationDistance)