IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Public Member Functions | Public Attributes | List of all members
boardPerceive Class Reference

A simple perceiver for recovering puzzle pieces from a layer mask and an image. If desired, can do piece association. More...

Inheritance diagram for boardPerceive:
Inheritance graph
[legend]
Collaboration diagram for boardPerceive:
Collaboration graph
[legend]

Public Member Functions

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)
 

Public Attributes

 board
 
 haveObs
 
 haveRun
 
 haveState
 
 I
 
 Mask
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  theParams = None,
  theDetector = None,
  theTracker = None,
  theFilter = None 
)

Constructor for the simple puzzler parser.

Note
Lacks filter implementation.
Parameters
[in]theParamsPerceiver parameters.
[in]theDetectorDetector instance.
[in]theTrackerTracker instance.
[in]theFilterFilter instance (puzzle piece data association).

Member Function Documentation

◆ correct()

def correct (   self)

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]IPuzzle image source.
[in]MPuzzle 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.

Member Data Documentation

◆ board

board

◆ haveObs

haveObs

◆ haveRun

haveRun

◆ haveState

haveState

◆ I

I

◆ Mask

Mask

The documentation for this class was generated from the following file: