VEX V5 Python API
Public Member Functions | List of all members
vex.VisionSignature Class Reference

Public Member Functions

def __init__ (self, id, uMin, uMax, uMean, vMin, vMax, vMean, range, type)
 Creates a new vision signature object. More...
 

Constructor & Destructor Documentation

◆ __init__()

def vex.VisionSignature.__init__ (   self,
  id,
  uMin,
  uMax,
  uMean,
  vMin,
  vMax,
  vMean,
  range,
  type 
)

Creates a new vision signature object.

Parameters
idThe signature id.
uMinThe signature minimum value on the u axis.
uMaxThe signature maximum value on the u axis.
uMeanThe signature mean value on the u axis.
vMinThe signature minimum value on the v axis.
vMaxThe signature maximum value on the v axis.
vMeanThe signature mean value on the v axis.
rangeThe signature range scale factor.
typeThe signature type, notmal or color code.