|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiva.sketch.recognition.SceneDelta
public abstract class SceneDelta
A class that represents a change in the scene database. Deltas can either be additive or subtractive, meaning that they can TODO: more documentation on SceneDelta
Nested Class Summary | |
---|---|
static class |
SceneDelta.Additive
An additive version of the SceneDelta class. |
static class |
SceneDelta.Subtractive
A subtractive version of the SceneDelta class. |
Constructor Summary | |
---|---|
SceneDelta()
|
Method Summary | |
---|---|
abstract void |
commit()
Commit the results of this delta to the scene. |
abstract Iterator |
elements()
Entries that were added but are not the root. |
abstract double |
getConfidence()
Get the confidence of the root of the delta. |
abstract CompositeElement |
getRoot()
Root that was added |
abstract void |
veto()
Remove this delta from the database. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SceneDelta()
Method Detail |
---|
public abstract CompositeElement getRoot()
public abstract Iterator elements()
public abstract void commit()
public abstract void veto()
public abstract double getConfidence()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |