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

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

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

Public Member Functions

def __init__ (self, c=None, r=0, tau=0, classify=None, vectorize=True)
 
- Public Member Functions inherited from SurfaceCutModel
def __init__ (self)
 

Static Public Member Functions

def build_model (c, r, 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...
 

Public Attributes

 c
 
 classify
 
 r
 
 tau
 
 vectorize
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  c = None,
  r = 0,
  tau = 0,
  classify = None,
  vectorize = True 
)

Member Function Documentation

◆ build_model()

def build_model (   c,
  r,
  tau,
  isVectorized = True 
)
static

Build a model given the arguments as specifications.

Parameters
[in]cOrigin or center of region.
[in]rSeparating boundary offset (radius of sphere).
[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.

Member Data Documentation

◆ c

c

◆ classify

classify

◆ r

r

◆ tau

tau

◆ vectorize

vectorize

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