A basic detector class that processes a layered image (or mask and image) detection output. Converts all isolated regions into their own puzzle piece instances.
More...
|
def | __init__ (self, theParams=ParamPuzzle) |
| Constructor for the puzzle piece layer parsing class. More...
|
|
def | findCorrectedContours (self, mask, FILTER=True) |
| Find the right contours given a binary mask image. More...
|
|
def | getState (self) |
|
def | measure (self, I, M) |
| Process the passed imagery to recover puzzle pieces and manage their track states. More...
|
|
def | process (self, I, M) |
| Run the tracking pipeline for image measurement. More...
|
|
def | __init__ (self, iPt=None, params=CfgCentMulti()) |
|
def | get (self, fname) |
|
def | measure (self, I) |
|
def | process (self, I) |
|
def | regionProposal (I) |
|
def | set (self, fname, fval) |
|
def | adapt (self) |
|
def | correct (self) |
|
def | display_cv (self, I, ratio=None, window_name="track point ") |
|
def | displayDebugState (self, dbstate=None) |
|
def | displayState (self, dstate=None, ax=None) |
|
def | emptyState (self) |
|
def | offset (self, dp) |
|
def | predict (self) |
|
def | setIfMissing (self, params, pname, pval) |
|
def | setState (self, dPt) |
|
def | transform (self, g) |
|
A basic detector class that processes a layered image (or mask and image) detection output. Converts all isolated regions into their own puzzle piece instances.