TomographicImaging / CCPi-Regularisation-Toolkit

The set of CPU/GPU optimised regularisation modules for iterative image reconstruction and other image processing tasks
Apache License 2.0
49 stars 25 forks source link

InputRef for the dTV #157

Open epapoutsellis opened 3 years ago

epapoutsellis commented 3 years ago

I think, we should raise an error if the InputRef does not have the same size as Input in here.

paskino commented 3 years ago

Maybe this could be handled more easily at the Cython or Python level.

dkazanc commented 3 years ago

makes sense to do it in Cython wrapper, yes. It's on the list of things together with anatomical priors.