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
PlanarModel Class Reference

Specification data class that describes the planar cut classifier and its functional properties. More...

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

Public Member Functions

def __init__ (self, n=None, d=None, tau=None, vectorize=True)
 
def adjustThreshold (self, ntau)
 
def offsetThreshold (self, dtau)
 
def saveTo (self, fPtr)
 
- Public Member Functions inherited from SurfaceCutModel
def __init__ (self)
 

Static Public Member Functions

def build_model (n, d, tau, isVectorized=True)
 Build a model given the arguments as specifications. More...
 
def buildFromCfg (theParms, tau=0, isVectorized=True)
 Build a PlanarModel instance from a configuration node. More...
 
def loadFrom (fptr)
 

Public Attributes

 classify
 
 d
 
 margin
 
 n
 
 tau
 
 vectorize
 

Detailed Description

Specification data class that describes the planar cut classifier and its functional properties.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  n = None,
  d = None,
  tau = None,
  vectorize = True 
)

Member Function Documentation

◆ adjustThreshold()

def adjustThreshold (   self,
  ntau 
)

◆ build_model()

def build_model (   n,
  d,
  tau,
  isVectorized = True 
)
static

Build a model given the arguments as specifications.

Parameters
[in]nNormal vector.
[in]dSeparating boundary offset.
[in]tauThreshold/one-side margin.
[in]isVectorizedBoolean: operation should be vectorized or not. Default is True.

◆ buildFromCfg()

def buildFromCfg (   theParms,
  tau = 0,
  isVectorized = True 
)
static

Build a PlanarModel instance from a configuration node.

Parameters
[out]pModelInstantiated planar model classifier.

◆ loadFrom()

def loadFrom (   fptr)
static

◆ offsetThreshold()

def offsetThreshold (   self,
  dtau 
)

◆ saveTo()

def saveTo (   self,
  fPtr 
)

Member Data Documentation

◆ classify

classify

◆ d

d

◆ margin

margin

◆ n

n

◆ tau

tau

◆ vectorize

vectorize

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