Class instance for extracting targets that lie with the corner region of the RGB color cube, or the extremal regions of a color-space based on a planar cut.
More...
|
def | __init__ (self, appMod) |
|
def | calib (n, d, tau) |
| Calibrate the model by setting the distance and threshold parameter(s). More...
|
|
def | measure (self, I) |
| Apply the appearance detector to an image. More...
|
|
def | __init__ (self, appMod, fgIm) |
|
def | displayForeground_cv (self, ratio=None, window_name="Foreground") |
|
def | emptyState (self) |
| Return empty state. More...
|
|
def | getBackground (self) |
|
def | getForeGround (self) |
|
def | getState (self) |
| Return current/latest state. More...
|
|
def | info (self) |
| Provide information about the current class implementation. More...
|
|
def | __init__ (self) |
| Instantiate a detector Base activity class object. More...
|
|
def | adapt (self) |
| Adapt any internal parameters based on activity state, signal, and any other historical information. More...
|
|
def | correct (self) |
| Reconcile prediction and measurement as fitting. More...
|
|
def | detect (self, signal) |
| Run detection only processing pipeline (no adaptation). More...
|
|
def | emptyDebug (self) |
| Return empty debug state information. More...
|
|
def | getDebug (self) |
| Return current/latest debug state information. More...
|
|
def | predict (self) |
| Predict next state from current state. More...
|
|
def | process (self, signal) |
| Process the new incoming signal on full detection pipeline. More...
|
|
def | save (self, fileName) |
| Outer method for saving to a file given as a string. More...
|
|
def | saveTo (self, fPtr) |
| Empty method for saving internal information to HDF5 file. More...
|
|
Class instance for extracting targets that lie with the corner region of the RGB color cube, or the extremal regions of a color-space based on a planar cut.