|
| def | __init__ (self, processor=None, bgMod=None) |
| | Constructor for corner color model target FG detector. More...
|
| |
| def | adapt (self) |
| | Adapt any internal parameters based on activity state, signal, and any other historical information. More...
|
| |
| def | apply_estimated_margins (self) |
| |
| def | calibrateFromRGBDStream (self, theStream, incVis=False) |
| |
| def | calibrateFromStreamRGB (self, theStream, incVis=False) |
| |
| def | calibrateFromStreamRGBD (self, theStream, incVis=False) |
| |
| def | estimate_clear (self) |
| |
| def | info (self) |
| | Provide information about the current class implementation. More...
|
| |
| def | maskRegionFromFrameRGBD (self, theData, incVis=False) |
| |
| def | maskRegionFromRGBDStream (self, theStream, incVis=False) |
| |
| def | maskRegionFromStreamRGBD (self, theStream, incVis=False) |
| |
| def | measure (self, I) |
| | Apply the appearance-based margin calculator to image. More...
|
| |
| def | refineFromFrameRGBD (self, theFrame, incVis=False) |
| |
| def | refineFromRGBDStream (self, theStream, incVis=False) |
| |
| def | refineFromStreamRGB (self, theStream, incVis=False) |
| |
| def | refineFromStreamRGBD (self, theStream, incVis=False) |
| |
| def | calc_margin (self, I) |
| | Run classifier scoring computation and return value. More...
|
| |
| def | saveTo (self, fPtr) |
| | Empty method for saving internal information to HDF5 file. More...
|
| |
| def | selectMaskRegionFromPoint (self, pt) |
| | Select mask region from model class at given point. More...
|
| |
| def | selectMaskRegionFromPointAndMask (self, pt, mask) |
| | Select mask region from model class at given point. More...
|
| |
| def | set_model (self, pCutModel) |
| | Provide the background "classification" model to use for detection. More...
|
| |
| def | specify_model (self, n, d, tau, isVectorized=True) |
| | Specify the model by providing normal, distance, and threshold parameter(s). More...
|
| |
| def | __init__ (self, processor=None) |
| |
| def | __init__ (self) |
| | Instantiate a detector Base activity class object. 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 | emptyState (self) |
| | Return empty state. More...
|
| |
| def | getDebug (self) |
| | Return current/latest debug state information. More...
|
| |
| def | getState (self) |
| | Return current/latest state. 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 | buildAndCalibrateFromConfig (theConfig, theStream, incVis=False) |
| | def saveCfG(self, outFile): # Save to YAML file. More...
|
| |
| def | build_model_blackBG (dist, tau, isVectorized=True) |
| | Build a black color-based background model. More...
|
| |
| def | build_model_whiteBG (dist, tau, isVectorized=True) |
| | Build a white color-based background model. More...
|
| |
| def | build_spherical_blackBG (dist, tau, isVectorized=True) |
| | Build a black color-based background model. More...
|
| |
| def | buildFromCfg (theConfig, processor=None) |
| | Build an inCorner instance from an algorithm configuration instance. More...
|
| |
| def | calibrate_from_data (bgI, fgI) |
| |
| def | calibrate_from_image (I, bgI) |
| |
| def | load (fileName) |
| |
| def | loadFrom (fptr) |
| | Empty method for loading internal information from HDF5 file. More...
|
| |
| def | load (fileName, relpath=None) |
| | Outer method for loading file given as a string (with path). More...
|
| |
Wrapper to inCorner that performs estimation for caliration and saving.