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

Public Member Functions

def __init__ (self, th=30)
 
def classify (self, nData)
 
def getSigEign (self)
 

Public Attributes

 has_Eign
 
 mu
 
 sig
 
 sigEignVal
 
 sigEignVec
 
 th
 

Detailed Description

The target model class storing the statistics of the target color

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  th = 30 
)

Member Function Documentation

◆ classify()

def classify (   self,
  nData 
)
@param[in]  nData       (d, N)

◆ getSigEign()

def getSigEign (   self)

Member Data Documentation

◆ has_Eign

has_Eign

◆ mu

mu

◆ sig

sig

◆ sigEignVal

sigEignVal

◆ sigEignVec

sigEignVec

◆ th

th

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