SlicerTorchIO
SlicerTorchIO copied to clipboard
Add missing transforms
🚀 Feature Add all the transforms of torchio to Slicer.
Motivation Slicer is very useful for testing/visualization.
Hi, @phcerdan. Would you like to contribute? Is there any specific transform you'd like to see in the module?
Hi @fepegar, I am mostly interested in the RescaleIntensity transform to play with percentiles.
Would you like to contribute?
I would love too, I might find some time on January.
I would love too, I might find some time on January.
I've started a PR, feel free to keep working on that when you can. At the moment, the masking_method and in_min_max kwargs are ignored, and the contrast window of the image is not updated automatically after applying the transform.
That's great @fepegar, thanks! I will work on top of that.