trait KernelStamper extends AnyRef

Supplies functionality to operations that do convolution.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KernelStamper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def result: Tile
  2. abstract def stampKernel(col: Int, row: Int, z: Int): Unit

    Given a column, row, and value, apply the kernel at the given point.

  3. abstract def stampKernelDouble(col: Int, row: Int, z: Double): Unit

    Given a column, row, and value, apply the kernel at the given point.

Concrete Value Members

  1. def stampKernel(tup: (Int, Int), z: Int): Unit

    Given a (column, row) pair and a value, apply the kernel at the given point.

  2. def stampKernelDouble(tup: (Int, Int), z: Double): Unit

    Given a (column, row) pair and a value, apply the kernel at the given point.