A simple perceiver for recovering puzzle pieces from a layer mask and an image. If desired, can do piece association.
More...
|
def | __init__ (self, theParams=None, theDetector=None, theTracker=None, theFilter=None) |
| Constructor for the simple puzzler parser. More...
|
|
def | correct (self) |
| Preserve temporal consistency of track labels via data association. More...
|
|
def | measure (self, I, M=None) |
| Process data from mask layer and image. More...
|
|
def | process (self, I, M=None) |
|
A simple perceiver for recovering puzzle pieces from a layer mask and an image. If desired, can do piece association.
Being a perceiver, there is flexibility in the implementation. There will be many ways to instantiate a simple puzzle perceiver.
- Todo:
- Create complete implementation with track filter.
◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
theParams = None , |
|
|
|
theDetector = None , |
|
|
|
theTracker = None , |
|
|
|
theFilter = None |
|
) |
| |
Constructor for the simple puzzler parser.
- Note
- Lacks filter implementation.
- Parameters
-
[in] | theParams | Perceiver parameters. |
[in] | theDetector | Detector instance. |
[in] | theTracker | Tracker instance. |
[in] | theFilter | Filter instance (puzzle piece data association). |
◆ correct()
Preserve temporal consistency of track labels via data association.
◆ measure()
def measure |
( |
|
self, |
|
|
|
I, |
|
|
|
M = None |
|
) |
| |
Process data from mask layer and image.
- Parameters
-
[in] | I | Puzzle image source. |
[in] | M | Puzzle template mask. |
◆ process()
def process |
( |
|
self, |
|
|
|
I, |
|
|
|
M = None |
|
) |
| |
@brief Process the passed imagery.
Args:
I: The puzzle image source.
M: The puzzle template mask.
◆ board
◆ haveObs
◆ haveRun
◆ haveState
◆ Mask
The documentation for this class was generated from the following file:
- /home/pvela/python/puzzle_solver/puzzle/parser.py