RandomMeshSampler3D

scalismo.numerics.RandomMeshSampler3D
case class RandomMeshSampler3D(mesh: TriangleMesh[_3D], numberOfPoints: Int, seed: Int)(implicit rand: Random) 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

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val p: Double