BSplineImageInterpolator

scalismo.common.interpolation.BSplineImageInterpolator$
See theBSplineImageInterpolator companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

trait Create[D]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object create1D.type
object create2D.type
object create3D.type
object create1D extends Create[_1D]

Attributes

Graph
Supertypes
trait Create[_1D]
class Object
trait Matchable
class Any
Self type
object create2D extends Create[_2D]

Attributes

Graph
Supertypes
trait Create[_2D]
class Object
trait Matchable
class Any
Self type
object create3D extends Create[_3D]

Attributes

Graph
Supertypes
trait Create[_3D]
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def apply[D : NDSpace, A : Scalar](degree: Int)(implicit evidence$4: NDSpace[D], evidence$5: Scalar[A], creator: Create[D]): BSplineImageInterpolator[D, A]