BSplineKernel3D

scalismo.kernels.BSplineKernel3D
class BSplineKernel3D(order: Int, scale: Int) extends BSplineKernel[_3D]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class PDKernel[_3D]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def bspline3D(x1: Double, x2: Double, x3: Double): Double
override def k(x: Point[_3D], y: Point[_3D]): Double

Attributes

Definition Classes

Inherited methods

def *(s: Double): PDKernel[D]

Attributes

Inherited from:
PDKernel
def *(that: PDKernel[_3D]): PDKernel[D]

Attributes

Inherited from:
PDKernel
def +(that: PDKernel[_3D]): PDKernel[D]

Attributes

Inherited from:
PDKernel
def apply(x: Point[_3D], y: Point[_3D]): Double

Attributes

Inherited from:
PDKernel
def compose(phi: Point[_3D] => Point[_3D]): PDKernel[D]

Attributes

Inherited from:
PDKernel
override def domain: Domain[D]

Attributes

Definition Classes
Inherited from:
BSplineKernel
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val O: Double
val c: Double
val spline: Double => Double
val two_j: Double