-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve __repr__ for various objects (#224)
Breaking changes: - `Sim3d.from_matrix` becomes a constructor `Sim3d(matrix)` - `Camera.{model_id,model_name}` are merged into `Camera.model` (via enum) - `Camera.params_info` and `Image.{num_points2D,num_points3D}` become read-only properties (previously: functions) * Improve the quaternion interface * Improve __repr__ for geometry objects * Remove summary() and make __repr__ consistent with dataclasses * Improve __repr__ for maps * Minor improvements * Better map naming * vector_Point2D -> Point2DVector * Nicer formatting of vectors * Implicit conversion of array to Rigid3d/Sim3d * Fix unique_ptr to shared_ptr * Cleanup of IncrementalTriangulator * Camera model_id and model_name become model * More robust detection of function and errors * Make Image a dataclass * Use read-only properties so they appear in the summary * Improvements to Point{2,3}D
- Loading branch information
Showing
10 changed files
with
183 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.