![]() |
ETRI IVCL 1.0.0
Acceleration SW Platform for Ondevice
|
Functions | |
| def | arduino_map (src, in_min, in_max, out_min, out_max) |
| def | create_output (vertices, colors, filename) |
Variables | |
| fcolor = cv2.imread('./sample.png', 1) | |
| colors = cv2.cvtColor(fcolor, cv2.COLOR_BGR2RGB) | |
| disparity = cv2.imread('./depth_GT.png', 0) | |
| dtype | |
| Q | |
| points_3D = cv2.reprojectImageTo3D(disparity, Q) | |
| mask_map = disparity > disparity.min() | |
| output_points = points_3D[mask_map] | |
| output_colors = colors[mask_map] | |
| def reconstruction.arduino_map | ( | src, | |
| in_min, | |||
| in_max, | |||
| out_min, | |||
| out_max | |||
| ) |
| def reconstruction.create_output | ( | vertices, | |
| colors, | |||
| filename | |||
| ) |
| reconstruction.colors = cv2.cvtColor(fcolor, cv2.COLOR_BGR2RGB) |
| def reconstruction.disparity = cv2.imread('./depth_GT.png', 0) |
| reconstruction.dtype |
| reconstruction.fcolor = cv2.imread('./sample.png', 1) |
| reconstruction.mask_map = disparity > disparity.min() |