CanFilter

trait CanFilter[Input, KernelType, Output]

Construction delegate trait for filtering type InputType. Implementation details (especially option arguments) may be added in the future, so it is recommended not to call these implicit delegates directly. Instead, use convolve(x: DenseVector).

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(data: Input, kernel: KernelType, overhang: OptOverhang, padding: OptPadding): Output