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

Public Member Functions

def __init__ (self, intrinsic)
 
def apply (self, depth_frame)
 
def calibrate (self, depth_map)
 

Public Attributes

 intrinsic
 
 pca
 
 R
 
 T
 

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  intrinsic 
)

Member Function Documentation

◆ apply()

def apply (   self,
  depth_frame 
)
apply the calibrated transformation to a new frame

◆ calibrate()

def calibrate (   self,
  depth_map 
)

Member Data Documentation

◆ intrinsic

intrinsic

◆ pca

pca

◆ R

R

◆ T

T

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