IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Expands on base class to specialize to color images. More...
Public Member Functions | |
None | __init__ (self, configs, K=None) |
Base class instantiator for camera runners. More... | |
![]() | |
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) |
Public Attributes | |
K | |
![]() | |
configs | |
K | |
Expands on base class to specialize to color images.
What might this do that is unique?
None __init__ | ( | self, | |
configs, | |||
K = None |
|||
) |
K |