PiStorms  4.012
PiStorms Library Reference by mindsensors.com
 All Classes Namespaces Files Functions Variables
mindsensors.BLOB Class Reference

BLOB: this class is a subclass of NXTCAM. More...

Public Member Functions

def __init__
 Initialize the class with the parameters passed from getBlobs() in the NXTCAM() class. More...
 

Public Attributes

 color
 
 left
 
 top
 
 right
 
 bottom
 

Detailed Description

BLOB: this class is a subclass of NXTCAM.

There is no need to call this class directly.

Constructor & Destructor Documentation

def mindsensors.BLOB.__init__ (   self,
  color,
  left,
  top,
  right,
  bottom 
)

Initialize the class with the parameters passed from getBlobs() in the NXTCAM() class.

Parameters
selfThe object pointer.
colorThe color of the specified tracked object.
leftThe left coordinate of the specified tracked object.
topThe top coordinate of the specified tracked object.
rightThe right coordinate of the specified tracked object.
bottomThe bottom coordinate of the specified tracked object.
Remarks

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