$search
Functions | |
def | cvmat2np |
def | np2cvmat |
def cob_camera_calibration::cv2util::cvmat2np | ( | cvmat | ) |
Converts cvmat (cv interface) data to np.array (cv2 interface)
Definition at line 111 of file cv2util.py.
def cob_camera_calibration::cv2util::np2cvmat | ( | np | ) |
Converts np.array (cv2 interface) to cvmat (cv interface)
Definition at line 63 of file cv2util.py.