IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Puzzle piece board measurement class, based on puzzle piece layer parsing. More...
Public Member Functions | |
def | __init__ (self, params=CfgBoardMeasure()) |
Constructor for the puzzle piece layer parsing class. More... | |
def | findCorrectedContours (self, mask, FILTER=True) |
def | getState (self) |
Return the track-pointer state. More... | |
def | mask2regions (self, I, M, verbose=False) |
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 | regions2pieces (self, regions) |
Convert the region information into puzzle pieces. 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) |
Public Attributes | |
bMeas | |
haveMeas | |
pieceConstructor | |
tpt | |
![]() | |
haveMeas | |
labelIm | |
labelImage | |
tpt | |
trackProps | |
![]() | |
haveMeas | |
tparams | |
tpt | |
Puzzle piece board measurement class, based on puzzle piece layer parsing.
def __init__ | ( | self, | |
params = CfgBoardMeasure() |
|||
) |
Constructor for the puzzle piece layer parsing class.
[in] | theParams | The parameters/config settings for the track pointer. |
def findCorrectedContours | ( | self, | |
mask, | |||
FILTER = True |
|||
) |
@brief Find the right contours given a binary mask image. @param[in] mask The input binary mask image. @param[in] FILTER Options (set to TRUE). @param[ou] desired_cnts Contour list.
def getState | ( | self | ) |
Return the track-pointer state.
Override the original one.
[out] | tstate | Return the board measurement track state. |
Reimplemented from centroid.
def mask2regions | ( | self, | |
I, | |||
M, | |||
verbose = False |
|||
) |
@brief Convert the selection mask into a bunch of regions. Mainly based on findContours function. Args: I: RGB image. M: Mask image. Returns: regions: A list of regions (mask, segmented image, location in the source image).
def measure | ( | self, | |
I, | |||
M | |||
) |
Process the passed imagery to recover puzzle pieces and manage their track states.
[in] | I | RGB image. |
[in] | M | Mask image. |
def process | ( | self, | |
I, | |||
M | |||
) |
Run the tracking pipeline for image measurement.
[in] | I | RGB image. |
[in] | M | Mask. |
def regions2pieces | ( | self, | |
regions | |||
) |
Convert the region information into puzzle pieces.
[in] | regions | List of region pairs (mask, segmented image, location in the source image). |
[out] | pieces | List of puzzle pieces instances. |
bMeas |
haveMeas |
pieceConstructor |
tpt |