PointsWithLikelyCorrespondenceSampler

scalismo.numerics.PointsWithLikelyCorrespondenceSampler
case class PointsWithLikelyCorrespondenceSampler(gp: GaussianProcess[_3D, EuclideanVector[_3D]], refmesh: TriangleMesh[_3D], targetMesh: TriangleMesh[_3D], maxMd: Double) extends Sampler[_3D]

Attributes

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

Members list

Concise view

Value members

Concrete methods

override def sample(): IndexedSeq[(Point[_3D], Double)]

sample n points (x_1, ... x_n), yielding an sequence of (x_i, p(x_i)), i=1..n , p is the probability density function according to which the points are sampled

sample n points (x_1, ... x_n), yielding an sequence of (x_i, p(x_i)), i=1..n , p is the probability density function according to which the points are sampled

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val meanPts: Iterator[Point[_3D]]
override val numberOfPoints: Int
val pts: IndexedSeq[(Point[_3D], Double)]
val ptsWithDist: ParVector[(Point[_3D], Double)]
override val volumeOfSampleRegion: Double