You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Run test with different python versions (#65)
* Add matrix to workflow
* Change python versions list
* Change python versions list
* Add k4a versions to matrix
* Typofix
* Drop k4a from matrix
* Add dataclasses requirement for python <3.7
* Fix python 3.6 test behavior
* Fix python 3.6 test behavior
* Restore fail-fast option
* fix conversion seconds to ns
* fix conversion seconds to ns
* fix timestamp ns to us
Co-authored-by: Louis-Philippe Asselin <[email protected]>
* fix install using pip --editable --user (#67)
* Codecov support (#64)
* Codecov support
* Add badge
* Order badges
* fix capture.transformed_depth_point_cloud (#73)
* version 1.0.1
* Added transformed_ir with transform_depth_image_to_color_camera_custom functionality (#76)
* Added transform_depth_image_to_color_camera_custom functionality
* keeping things c
* add interpolation option condition as a parameter
* returned the depth image
* unpack return value if not None so avoid error
* Image timestamp support (#88)
* Support for capture images timestamps
* Support for capture images timestamps
* Add more changes
* version 1.1.0
* fix lint
* readme fix wrong example version of SDK
Co-authored-by: Ilya Gruzinov <[email protected]>
Co-authored-by: Samuel Boulanger <[email protected]>
{"calibration_get_from_raw", calibration_get_from_raw, METH_VARARGS, "Create new calibration handle from raw json."},
1149
1243
{"transformation_create", transformation_create, METH_VARARGS, "Create transformation handle from calibration"},
1150
1244
{"transformation_depth_image_to_color_camera", transformation_depth_image_to_color_camera, METH_VARARGS, "Transforms the depth map into the geometry of the color camera."},
1245
+
{"transformation_depth_image_to_color_camera_custom", transformation_depth_image_to_color_camera_custom, METH_VARARGS, "Transforms the custom & depth map into the geometry of the color camera."},
1151
1246
{"transformation_color_image_to_depth_camera", transformation_color_image_to_depth_camera, METH_VARARGS, "Transforms the color image into the geometry of the depth camera."},
1152
1247
{"transformation_depth_image_to_point_cloud", transformation_depth_image_to_point_cloud, METH_VARARGS, "Transforms the depth map to a point cloud."},
1153
1248
{"calibration_3d_to_3d", calibration_3d_to_3d, METH_VARARGS, "Transforms the coordinates between 2 3D systems"},
0 commit comments