object Tracker
The Tracker
object provides directions and discrete derivatives (differences)
for images
- Alphabetic
- By Inheritance
- Tracker
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val a1: MatrixI
- val a2: MatriI
- val a3: MatriI
- val a4: MatriI
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
q_directions: IndexedSeq[VectorI]
Queen directions
-
val
r_directions: IndexedSeq[VectorI]
Rook directions
-
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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )