Packages

object Tracker

The Tracker object provides directions and discrete derivatives (differences) for images

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tracker
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val a1: MatrixI
  5. val a2: MatriI
  6. val a3: MatriI
  7. val a4: MatriI
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. def d_dx(a: MatriI, x: Int, y: Int): Double

    Compute the discrete derivative of image 'a' w.r.t.

    Compute the discrete derivative of image 'a' w.r.t. 'x'.

    a

    the 2D image matrix

    x

    the x-coordinate/pixel

    y

    the y-coordinate/pixel

  11. def d_dy(a: MatriI, x: Int, y: Int): Double

    Compute the discrete derivative of image 'a' w.r.t.

    Compute the discrete derivative of image 'a' w.r.t. 'y'.

    a

    the 2D image matrix

    x

    the x-coordinate/pixel

    y

    the y-coordinate/pixel

  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def grad(a: MatriI, x: Int, y: Int): VectoD

    Compute the discrete gradient of image 'a' w.r.t.

    Compute the discrete gradient of image 'a' w.r.t. 'x' and 'y'.

    a

    the 2D image matrix

    x

    the x-coordinate/pixel

    y

    the y-coordinate/pixel

  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. val q_directions: IndexedSeq[VectorI]

    Queen directions

  22. val r_directions: IndexedSeq[VectorI]

    Rook directions

  23. def shift(a: MatriI, dx: Int, dy: Int, fill: Int = 1): MatriI

    Shift the image by the given displacements.

    Shift the image by the given displacements.

    a

    the 2D image matrix

    dx

    the x-coordinate displacement

    dy

    the y-coordinate displacement

    fill

    the pixel value to fill with

  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped