Filter

scalismo.image.filter.Filter
trait Filter[D] extends Point[D] => Float

Trait for filters to be used in a convolution

Attributes

Graph
Supertypes
trait Point[D] => Float
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

Returns the continuous domain on which the filter is defined

Returns the continuous domain on which the filter is defined

Attributes

Inherited methods

def andThen[A](g: Float => A): T1 => A

Attributes

Inherited from:
Function1
def apply(v1: Point[D]): R

Attributes

Inherited from:
Function1
def compose[A](g: A => Point[D]): A => R

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1