apply method
Apply the ConvolutionSubFilter to an Image.
Implementation
@override
void apply(Uint8List pixels, int width, int height) =>
image_filter_utils.convolute(pixels, width, height,
this._normalizeKernel(this.weights), this.bias);