-
-
Notifications
You must be signed in to change notification settings - Fork 228
Open
Description
Summary
I'd like to add a medical image processing demo implementing anisotropic diffusion (Perona-Malik model) for edge-preserving denoising of mammograms and other medical images. I believe this would be the first biomedical imaging example in the demo collection. This would not only demonstrate Dolfinx's applicability to biomedical research, but also show implementation of nonlinear, spatially-varying diffusion coefficients.
Proposed Contribution
- Demo Program
- implements Perona-Malik diffusion
- uses publicly available medical datasets, such as CBIS-DDSM
- before/after visualization
- Documentation
- PDE formulation and edge-preserving properties
- image-to-mesh conversion workflow
- parameter selection guidelines
- Testing will include unit tests for diffusion operator and edge preservation
Questions
Before starting, I'd appreciate any guidance or preferences regarding:
- Should this go in
python/demo/or a separatepython/demo/medical_imaging/directory? - For dependencies, is PIL/scikit-image acceptable for image I/O?
- Should I include some of the same images from a dataset (CBIS-DDSM) or just the script for the demo?
Metadata
Metadata
Assignees
Labels
No labels