Detector based on PuzzleDetectors but incorporates a different glove detection strategy.
More...
|
| def | __init__ (self, detCfg=None, detInst=None, processors=None) |
| | Constructor for layered puzzle scene detector. More...
|
| |
| def | getState (self) |
| | Get the complete detector state, which involves the states of the individual layer detectors. More...
|
| |
| def | measure (self, I) |
| | Apply detection to the source image pass. More...
|
| |
| def | adapt (self) |
| | Adapt the layer detection models. More...
|
| |
| def | correct (self) |
| | Apply correction process to the individual detectors. More...
|
| |
| def | detect (self, I) |
| | Apply predict, measure, correct process to source image. More...
|
| |
| def | emptyDebug (self) |
| |
| def | emptyState (self) |
| | Get and empty state to recover its basic structure. More...
|
| |
| def | getDebug (self) |
| |
| def | info (self) |
| |
| def | predict (self) |
| | Generate prediction of expected measurement. More...
|
| |
| def | process (self, I) |
| | Apply entire predict to adapt process to source image. More...
|
| |
| def | saveTo (self, fPtr) |
| | Save the instantiated Detector to given HDF5 file. More...
|
| |
Detector based on PuzzleDetectors but incorporates a different glove detection strategy.
◆ __init__()
| def __init__ |
( |
|
self, |
|
|
|
detCfg = None, |
|
|
|
detInst = None, |
|
|
|
processors = None |
|
) |
| |
Constructor for layered puzzle scene detector.
- Parameters
-
| [in] | detCfg | Detector configuration (from CfgPuzzleScene). |
| [in] | processors | Image processors for the different layers. |
| [in] | detInst | Detection instances for the different layers. |
Reimplemented from PuzzleDetectors.
◆ getState()
Get the complete detector state, which involves the states of the individual layer detectors.
- Parameters
-
| [out] | state | The detector state for each layer, by layer. |
Reimplemented from PuzzleDetectors.
◆ load()
◆ loadFrom()
◆ measure()
Apply detection to the source image pass.
- Parameters
-
| [in] | I | An RGB-D image (structure/dataclass). |
Reimplemented from PuzzleDetectors.
◆ glove
◆ hand
◆ imGlove
◆ imPuzzle
◆ tooHighinMat
The documentation for this class was generated from the following file: