Packages

  • package root
    Definition Classes
    root
  • package scalation
    Definition Classes
    root
  • package columnar_db

    The columar_db package contains classes, traits and objects for columnar relational database, where columns are vectors from the linalgebra package.

    The columar_db package contains classes, traits and objects for columnar relational database, where columns are vectors from the linalgebra package. Basic type definitions are given.

    Definition Classes
    scalation
  • package graph_db

    The graph_db package contains classes, traits and objects for graph analytics on Trees, 'DAG's and Directed Graphs.

    The graph_db package contains classes, traits and objects for graph analytics on Trees, 'DAG's and Directed Graphs. It provides an implicit conversion when needed for converting doubles to vectors.

    Definition Classes
    scalation
  • package graphalytics

    The graphalytics package contains classes, traits and objects for graph analytics on Trees, 'DAG's and Directed Graphs.

    The graphalytics package contains classes, traits and objects for graph analytics on Trees, 'DAG's and Directed Graphs. It provides an implicit conversion when needed for converting doubles to vectors.

    Definition Classes
    scalation
  • package image

    The image package contains classes, traits and objects for image processing and computer vision.

    The image package contains classes, traits and objects for image processing and computer vision.

    Definition Classes
    scalation
  • ChessTracker
  • ChessTrackerTest
  • ChessTrackerTest2
  • ChessTrackerTest3
  • ImageCV
  • ImageCVTest
  • KLT
  • KLTTest
  • KL_Tracker
  • KL_TrackerTest
  • Tracker
  • package spatial
    Definition Classes
    scalation

package image

The image package contains classes, traits and objects for image processing and computer vision.

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

Type Members

  1. class ChessTracker extends Tracker

    The ChessTracker class is used for image tracking algorithms based on the idea of minimizing the difference between a sub-image of 'a' and a subsequent displaced sub-image of 'b'.

    The ChessTracker class is used for image tracking algorithms based on the idea of minimizing the difference between a sub-image of 'a' and a subsequent displaced sub-image of 'b'. This algorithm searches for improvements in displacement 'd' in multiple directions and with multiple iterations. It may be viewed as a form of Generating Set Search (GSS).

    See also

    citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.112.8588&rep=rep1&type=pdf

  2. class ImageCV extends AnyRef

    The ImageCV class ...

  3. class KLT extends AnyRef

    The KLT class is used for image tracking based on the idea of minimizing the difference between a sub-image of 'a' subsequent displaced sub-image of 'b'.

  4. class KL_Tracker extends Tracker

    The KL_Tracker class is used for image tracking based on the idea of minimizing the difference between a sub-image of 'a' subsequent displaced sub-image of 'b'.

  5. abstract class Tracker extends Error

    The Tracker abstract class is used for image tracking algorithms based on the idea of minimizing the difference between a sub-image of 'a' and a subsequent displaced sub-image of 'b'.

Value Members

  1. val BASE_DIR: String

    The relative path for base directory

  2. object ChessTrackerTest extends App

    The ChessTrackerTest object is used test the ChessTracker class.

    The ChessTrackerTest object is used test the ChessTracker class. This test case works for both Rook and Queen directions. > runMain scalation.image.ChessTrackerTest

  3. object ChessTrackerTest2 extends App

    The ChessTrackerTest2 object is used test the ChessTracker class.

    The ChessTrackerTest2 object is used test the ChessTracker class. This test case works for both Rook and Queen directions. > runMain scalation.image.ChessTrackerTest2

  4. object ChessTrackerTest3 extends App

    The ChessTrackerTest3 object is used test the ChessTracker class.

    The ChessTrackerTest3 object is used test the ChessTracker class. This test case works only for Queen directions. > runMain scalation.image.ChessTrackerTest3

  5. object ImageCVTest extends App

    The ImageCVTest object is used to test ImageCV class.

    The ImageCVTest object is used to test ImageCV class. > runMain scalation.image.ImageCVTest

  6. object KLTTest extends App

    The KLTTest object is used test the KLT class.

    The KLTTest object is used test the KLT class. > runMain scalation.image.KLTTest

  7. object KL_TrackerTest extends App

    The KL_TrackerTest object is used test the KL_Tracker class.

    The KL_TrackerTest object is used test the KL_Tracker class. For this case, the algorithm makes improvement, but is not optimal. > runMain scalation.image.KL_TrackerTest

  8. object Tracker

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

Inherited from AnyRef

Inherited from Any

Ungrouped