Conversation
feat(Slice): Use keyboard to change slices of the active view
Fix url typo in AboutBox.vue
Upgrades the visual testing framework, which also removes the hard dependency on the canvas dep.
Closes #690 Co-authored-by: @amazy <[email protected]>
chore: upgrade webdriverio to v9
chore: make base path relative
Co-authored-by: Paul Elliott <[email protected]>
Co-authored-by: Paul Elliott <[email protected]>
Authz token in url + initial deployment docs
docs: fix docs not building
chore(publish.yml): update actions versions
Python server maintenance
docs: add CORS note to tokenUrl
Was strange to loose selection when manipulating sets of tools.
If user deletes all segment groups, only create a new one when starting a new stroke.
- Move gaussianSmooth.worker.ts to src/core/tools/paint/ directory - Remove standalone gaussianSmooth.ts wrapper - Integrate worker management directly into store - Maintain consistent architecture with other paint tools
…e extraction - Calculate minimal bounding box containing target segmentation label - Expand bounding box by kernel radius to handle potential growth - Extract and process only the relevant sub-volume instead of entire image - Copy filtered results back to original volume maintaining label integrity - Use VTK.js compatible bounding box format (6-element number array) - Significantly reduces computation time for sparse segmentations
- Rename store from 'process' to 'paintProcess' to better reflect paint-oriented purpose - Rename computeProcess function to startProcess for clarity - Export sigma constants directly from module instead of through store - Update all import statements to use @/src/store alias pattern
Gaussian smoothing process for a segment
Also ran `npm run prettify`
feat(segments): add segment locking with paint protection
feat(PaintWidget2D): Add modifier+scroll shortcut for brush size
feat(package): bump VolView version to 4.4.0
❌ Deploy Preview for volview failed. Why did it fail? →
|
✅ Deploy Preview for volview-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
FYI @PaulHax