BrainLesion / eReg

TODO
Apache License 2.0
1 stars 0 forks source link

[feature request] we want to have a functional wrapper for resampling/transforming #27

Closed neuronflow closed 6 months ago

neuronflow commented 10 months ago

see above.

sarthakpati commented 10 months ago

The idea would be to expose this member function as a separate external functional interface, right?

neuronflow commented 10 months ago

yes, analog to the register function: https://github.com/BrainLesion/eReg/blob/main/ereg/functional.py

here we clash a bit with the single config file..it is weird if to supply registration parameters to a transformation call.

sarthakpati commented 10 months ago

Perhaps the config can have different keys for registration and resampling...? I am fine with using synonyms (i.e., transformation) in addition to resampling, but I feel we should stick to the ITK nomenclature for clarity.

neuronflow commented 10 months ago

Yes, let's stick to itk nomenclature!

neuronflow commented 6 months ago

This is integrated now: https://github.com/BrainLesion/eReg/blob/main/ereg/functional.py