ConvolutionSubFilter class
The ConvolutionSubFilter class is a ImageFilter class to apply a convolution to an image.
- Implemented types
Constructors
-
ConvolutionSubFilter(List<
num> weights, [num bias = 0]) - ConvolutionSubFilter.fromKernel(ConvolutionKernel kernel)
Properties
Methods
-
apply(
Uint8List pixels, int width, int height) → void -
Apply the ConvolutionSubFilter to an Image.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited