| Package | Description |
|---|---|
| org.ximtec.igesture.algorithm.feature |
Features used by different algorithms.
|
| org.ximtec.igesture.algorithm.rubine |
The Rubine gesture recognition algorithm.
|
| org.ximtec.igesture.algorithm.rubinebd |
The Rubine gesture recognition algorithm.
|
| org.ximtec.igesture.util |
Some utilities.
|
| Class and Description |
|---|
| DoubleVector
Implements a vector of double values and provides some basic functionality.
|
| Class and Description |
|---|
| DoubleVector
Implements a vector of double values and provides some basic functionality.
|
| Class and Description |
|---|
| BigDecimalVector
Implements a vector of BigDecimal values and provides some basic functionality.
|
| Class and Description |
|---|
| BigDecimalVector
Implements a vector of BigDecimal values and provides some basic functionality.
|
| diff_match_patch.Diff
Class representing one diff operation.
|
| diff_match_patch.LinesToCharsResult
Internal class for returning results from diff_linesToChars().
|
| diff_match_patch.Operation
The data structure representing a diff is a Linked list of Diff objects:
{Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"),
Diff(Operation.EQUAL, " world.")}
which means: delete "Hello", add "Goodbye" and keep " world."
|
| diff_match_patch.Patch
Class representing one patch operation.
|
| DoubleVector
Implements a vector of double values and provides some basic functionality.
|
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.