-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add basic image view and controls (#359)
* feat: Add basic image view and controls * fix: subject selection bug after having no data objects selected * fix: clipping range issue; don't use hardcoded values * refactor: reorganize imageSync methods * fix: Set default value for `imageViewAxis` * fix: prevent error when enabling constraints layer over images * feat: Add basic shape intersection cutter * feat: Add particle filtering when intersecting shape * fix: Change default window width and level * feat: Allow cropping to intersection area * fix: make particle filter work with image cropping enabled * fix: change window width range to [0, (max-min)] * fix: upgrade vtk.js to include bug fix Kitware/vtk-js#3037
- Loading branch information
Showing
10 changed files
with
692 additions
and
138 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
Oops, something went wrong.