Kernel
doodle.algebra.Kernel
Represents a convolution kernel/matrix for image filtering operations.
Value parameters
- elements
-
the kernel elements in row-major order
- height
-
the height of the kernel (must be odd and positive)
- width
-
the width of the kernel (must be odd and positive)
Attributes
- Source
- Kernel.scala
- Graph
-
- Supertypes
Members list
In this article