Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smrolfe authored Jun 28, 2024
1 parent 3a3bf96 commit ca3573e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PW41_2024_MIT/Projects/QuickalignRefinement/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ QuickAlign is a SlicerMorph module used to temporarily fix alignment in two 3D v
1. Implemented and tested alternative methods based on (a) camera event updates from camera instead of 3D view linking and (b) transforming the camera instead of the linked nodes.
2. Identified a more robust solution where camera positions are tracked and updated on interaction events applying a transform. This is likely the best solution if the feature will be integrated in the core and will support alignment of views with multiple nodes. Refer to Endoscopy and ViewPoint examples for camera update.
3. Identified a short-term solution for the SlicerMorph extension where an approximate zoom factor is calculated from the initial camera parameters and object position, then applied as a scaling factor to the aligned object node. The scale factor could be provided as a slider in the QuickAlign module so the zoom could be adjusted both jointly (in the scene) and independently (via the scaling factor).
4. [Zoom-factor solution](https://github.com/SlicerMorph/SlicerMorph/tree/QuickAlignRefinement) pushed to SlicerMorph repo(https://github.com/SlicerMorph/SlicerMorph/tree/QuickAlignRefinement) for testing


# Illustrations
Expand Down

0 comments on commit ca3573e

Please sign in to comment.