|
def | __init__ (self, theParams=None, theDetector=None, theTracker=None, theFilter=None) |
| Constructor for the simple puzzler parser. More...
|
|
def | measure (self, I, M=None) |
| Process data from mask layer and image. More...
|
|
def | process (self, I, M=None) |
|
◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
theParams = None , |
|
|
|
theDetector = None , |
|
|
|
theTracker = None , |
|
|
|
theFilter = None |
|
) |
| |
Constructor for the simple puzzler parser.
- Note
- Lacks filter implementation.
Args: theDetector: The detector instance. theTracker: The tracker instance. theParams: The parameters.
◆ buildBasicPipeline()
def buildBasicPipeline |
( |
| ) |
|
|
static |
@brief Creates a simple puzzle parser employing a very basic
(practically trivial) processing pipeline for
◆ 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/parse/simple.py