pyimreg / python-register

Linear and non-linear image registration methods, using scipy and numpy.
Other
62 stars 34 forks source link

Consolidate c/c++ extensions #16

Closed nfaggian closed 12 years ago

nfaggian commented 13 years ago

It looks like we have a bit of c code now.  As a result I would like to try and consolidate the c-extensions and have one exposed library, for example:

Register/ Extern/ Sampler.cpp Feature.cpp

If for some reason the libraries cannot be compiled the code should drop back to a python implementation or raise an error.

riaanvddool commented 13 years ago

I no longer have any c++ code in the feature module.

nfaggian commented 12 years ago

If we keep all c-code to the samplers then I think this task is no longer necessary.