CanConvolve

trait CanConvolve[Input, KernelType, Output]
Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(data: Input, kernel: KernelType, range: OptRange, correlate: Boolean, overhang: OptOverhang, padding: OptPadding, method: OptMethod): Output