Functions | |
def | main (args) |
def | read_cal (intrinsics, extrinsics, index) |
def | write_cal (intrinsics, extrinsics, index, camera_cal) |
Variables | |
action | |
default | |
help | |
int | |
parser = argparse.ArgumentParser("LibMultiSense save image utility") | |
required | |
True | |
type | |
def image_cal_utility.main | ( | args | ) |
Definition at line 68 of file image_cal_utility.py.
def image_cal_utility.read_cal | ( | intrinsics, | |
extrinsics, | |||
index | |||
) |
Definition at line 45 of file image_cal_utility.py.
def image_cal_utility.write_cal | ( | intrinsics, | |
extrinsics, | |||
index, | |||
camera_cal | |||
) |
Definition at line 62 of file image_cal_utility.py.
image_cal_utility.action |
Definition at line 118 of file image_cal_utility.py.
image_cal_utility.default |
Definition at line 114 of file image_cal_utility.py.
image_cal_utility.help |
Definition at line 114 of file image_cal_utility.py.
image_cal_utility.int |
Definition at line 115 of file image_cal_utility.py.
image_cal_utility.parser = argparse.ArgumentParser("LibMultiSense save image utility") |
Definition at line 113 of file image_cal_utility.py.
image_cal_utility.required |
Definition at line 116 of file image_cal_utility.py.
image_cal_utility.True |
Definition at line 116 of file image_cal_utility.py.
image_cal_utility.type |
Definition at line 115 of file image_cal_utility.py.