java.lang.Object |
↳ |
vars.annotation.rules.NoEmptyVideoFramesRule |
Class Overview
A rule the removes empty videoFrames (i.e. it contains no observations) from your VideoArchive
Summary
Fields |
public
final
Logger |
log |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0)
|
final
void
|
wait(long arg0, int arg1)
|
|
From interface
vars.PersistenceRule
abstract
T
|
apply(T object)
Applies the rule to the object
|
|
Fields
Public Constructors
public
NoEmptyVideoFramesRule
()
Public Methods