Add example notebook demonstrating TV vs TGV (denoising + radial MRI)#894
Add example notebook demonstrating TV vs TGV (denoising + radial MRI)#894trung-vt wants to merge 1 commit intoPTB-MR:mainfrom
Conversation
|
Thank you for this great contribution! This is, in my opinion, a better approach than the other PR. Unfortunately, I will need some time to go through it in detail. After skimming through it, I have a couple of general questions and remarks:
I think this would make this example even more educational. If you don't have the bandwidth to do this, we could also postpone some of these suggestions, and I can try to help you at some point (or maybe @koflera can continue to help). Cheers, |
📚 Documentation |
4c0650c to
c81ca50
Compare
|
Hi Felix, thank you for the review! Would #904 be a more suitable addition? There is a new Best wishes, |
Add example notebook demonstrating TV vs TGV (denoising + radial MRI)
No API changes; documentation/education-oriented.
Motivation: Demonstrate how
mrprotools can be used to implement TGV minimization and symmetrized gradient for arbitrary dimensions.As discussed with @koflera, this PR adds an example Jupyter notebook
examples/notebooks/tgv_tv_comparison.ipynbthat showcases Total Generalised Variation (TGV) side-by-side with Total Variation (TV) on two small problems:TV and TGV are run with comparable settings. TGV is shown to reduce staircasing relative to TV while preserving details.
Implementation notes