IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Simple Class Reference
Inheritance diagram for Simple:
Inheritance graph
[legend]
Collaboration diagram for Simple:
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 measure (self, I, M=None)
 Process data from mask layer and image. More...
 
def process (self, I, M=None)
 

Static Public Member Functions

def buildBasicPipeline ()
 

Public Attributes

 board
 
 haveObs
 
 haveRun
 
 haveState
 
 I
 
 Mask
 

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.

Args: theDetector: The detector instance. theTracker: The tracker instance. theParams: The parameters.

Member Function Documentation

◆ 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]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: