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

Expands on base class to specialize to color images. More...

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

Public Member Functions

None __init__ (self, configs, K=None)
 Base class instantiator for camera runners. More...
 
- Public Member Functions inherited from Base
def get (self, key)
 
def get_configs (self)
 
def get_frames (self)
 
def set (self, key, value)
 
def set_configs (self, configs)
 
def set_intrinsic (self, K)
 
def start (self)
 
def stop (self)
 

Additional Inherited Members

- Public Attributes inherited from Base
 configs
 
 K
 

Detailed Description

Expands on base class to specialize to color images.

What might this do that is unique?

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
  configs,
  K = None 
)

Base class instantiator for camera runners.

Reimplemented from Base.


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