BoxedFilter

scalismo.image.filter.BoxedFilter
case class BoxedFilter[D](width: Double)(implicit evidence$1: NDSpace[D]) extends Filter[D]

D- dimensional box Blurring Filter to be used in a convolution. The filter has a value 1 in its support and 0 otherwise

Attributes

width

Defines the width of the filter support

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Filter[D]
trait Point[D] => Float
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply(p: Point[D]): Float

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 compose[A](g: A => Point[D]): A => R

Attributes

Inherited from:
Function1
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
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

Concrete fields

val w: Double