class DiscreteFeatureField[D, DDomain[D] <: DiscreteDomain[D]] extends DiscreteField[D, DDomain, DenseVector[Double]]

Class of Discrete Fields where to each point, a DenseVector of arbitrary dimensionality is associated.

An example instance of such a class is the set of profile points and associated features in an Active Shape Model.

Linear Supertypes
DiscreteField[D, DDomain, DenseVector[Double]], PartialFunction[PointId, DenseVector[Double]], (PointId) => DenseVector[Double], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DiscreteFeatureField
  2. DiscreteField
  3. PartialFunction
  4. Function1
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DiscreteFeatureField(domain: DDomain[D], _values: IndexedSeq[DenseVector[Double]])(implicit arg0: NDSpace[D])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def andThen[C](k: PartialFunction[DenseVector[Double], C]): PartialFunction[PointId, C]
    Definition Classes
    PartialFunction
  5. def andThen[C](k: (DenseVector[Double]) => C): PartialFunction[PointId, C]
    Definition Classes
    PartialFunction → Function1
  6. def apply(id: PointId): DenseVector[Double]
    Definition Classes
    DiscreteFeatureFieldDiscreteField → Function1
  7. def applyOrElse[A1 <: PointId, B1 >: DenseVector[Double]](x: A1, default: (A1) => B1): B1
    Definition Classes
    PartialFunction
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def canEqual(other: Any): Boolean
    Definition Classes
    DiscreteField
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def compose[R](k: PartialFunction[R, PointId]): PartialFunction[R, DenseVector[Double]]
    Definition Classes
    PartialFunction
  12. def compose[A](g: (A) => PointId): (A) => DenseVector[Double]
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  13. val data: IndexedSeq[DenseVector[Double]]
    Definition Classes
    DiscreteField
  14. val domain: DDomain[D]
    Definition Classes
    DiscreteField
  15. def elementWise: ElementWiseExtractor[PointId, DenseVector[Double]]
    Definition Classes
    PartialFunction
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(other: Any): Boolean
    Definition Classes
    DiscreteField → AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. def foreach(f: (DenseVector[Double]) => Unit): Unit
    Definition Classes
    DiscreteField
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def interpolate(interpolator: FieldInterpolator[D, DDomain, DenseVector[Double]]): Field[D, DenseVector[Double]]

    Interpolates the discrete field using the given interpolator.

    Interpolates the discrete field using the given interpolator.

    interpolator

    Implements an interpolation scheme (e.g. Nearest Neighbor, B-Spline, ...)

    returns

    A continuous field of the same type.

    Definition Classes
    DiscreteField
  23. def interpolateDifferentiable(interpolator: DifferentiableFieldInterpolator[D, DDomain, DenseVector[Double], EuclideanVector[D]])(implicit scalar: Scalar[DenseVector[Double]]): DifferentiableField[D, DenseVector[Double]]

    Interpolates the discrete field using the given interpolator.

    Interpolates the discrete field using the given interpolator.

    interpolator

    Implements an interpolation scheme (e.g. Nearest Neighbor, B-Spline, ...)

    returns

    A continuous field of the same type.

    Definition Classes
    DiscreteField
  24. def isDefinedAt(id: PointId): Boolean
    Definition Classes
    DiscreteFeatureFieldDiscreteField → PartialFunction
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def lift: (PointId) => Option[DenseVector[Double]]
    Definition Classes
    PartialFunction
  27. def map[B](f: (DenseVector[Double]) => B): DiscreteField[D, DDomain, B]
    Definition Classes
    DiscreteField
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def orElse[A1 <: PointId, B1 >: DenseVector[Double]](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  32. def pointsWithIds: Iterator[(Point[D], Int)]
    Definition Classes
    DiscreteField
  33. def pointsWithValues: Iterator[(Point[D], DenseVector[Double])]
    Definition Classes
    DiscreteField
  34. def runWith[U](action: (DenseVector[Double]) => U): (PointId) => Boolean
    Definition Classes
    PartialFunction
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  37. def transform(transformation: Transformation[D])(implicit canWarp: DomainWarp[D, DDomain], canWarpField: DiscreteFieldWarp[D, DDomain, DenseVector[Double]]): DiscreteField[D, DDomain, DenseVector[Double]]
    Definition Classes
    DiscreteField
  38. def unapply(a: PointId): Option[DenseVector[Double]]
    Definition Classes
    PartialFunction
  39. def values: Iterator[DenseVector[Double]]
    Definition Classes
    DiscreteFeatureFieldDiscreteField
  40. def valuesWithIds: Iterator[(DenseVector[Double], PointId)]
    Definition Classes
    DiscreteField
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from DiscreteField[D, DDomain, DenseVector[Double]]

Inherited from PartialFunction[PointId, DenseVector[Double]]

Inherited from (PointId) => DenseVector[Double]

Inherited from AnyRef

Inherited from Any

Ungrouped