Skip to content

Commit

Permalink
Implemented converting between cwipc and open3d pointclouds.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjansen committed Feb 20, 2024
1 parent 339df04 commit 3cb1c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- New Python methods (on cwipc objects) `as_numpy_array()` and `as_numpy_matrix()` and corresponding constructors `from_numpy_array()` and `from_numpy_matrix()` to allow easier analysis.
- New Python methods (on cwipc objects) `as_numpy_array()`, `as_numpy_matrix()`, `as_o3d_pointcloud()` and corresponding constructors `from_numpy_array()`, `from_numpy_matrix()` and `from_o3d_pointcloud()` to allow easier analysis with numpy or open3d.
- New API call `cwipc_tiledsource_auxiliary_operation` to have a capturer do a special operation, such as mapping 2D points to 3D points.
- There is a new utility `cwipc_register` to do registration of multiple cameras (replacing the old `cwipc_calibrate`).
- There is a new capturer `realsense_playback` which reads `.bag` recordings captured earlier. It behaves much more like a camera than the older `realsense_offline`.
Expand Down
2 changes: 1 addition & 1 deletion cwipc_util

0 comments on commit 3cb1c9f

Please sign in to comment.