Hello,
I’ve been working with the various Demons registration filters from SimpleITK as part of my graduate research in image registration. And I’ve been wondering if it possible to extend or change some of functionality in this library.
Specifically, I would like to experiment with using a custom smoothing operation for the displacement/update fields for some of the demons filters. Normally, a simple isotropic Gaussian kernel is used to smooth the update and displacements but I would like to use a variable-size kernel when applying the smoothing.
I’m wondering what is the best/easiest way for me to do this. Can this be done with SimpleITK (python) or should I try to make changes in ITK (with c++) and recompile it? Should I create a method in ITK fashion and somehow plug that into the smoothing component of demons?
I’d be glad for any recommendations on this.
Sincerely,
Bassam Bikdash