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

Merge fast tnv #151

Open paskino opened 4 years ago

paskino commented 4 years ago

Implements a faster TNV, by using glib2 and by setting some more aggressive compiler flags.

Also uses some memory alignment.

It's been tested on a large dataset from IMAT and got a 10 fold speedup.

Currently TNV doesn't have a unittest #146