New metric for registration

Hello,

my question is that how can I use/implement a new metric for registration in ITK if that metric is currently not available?

thanks,
Jim

1 Like

Hi Jim,
looks awesome. Contributing to the toolkit is much appreciated.

If you did not have a look at the ITK Software Guide, part III Development Guidelines. The most straightforward way to add a new metric would be looking at how existing metrics have been built concerning the inheritance, required templates, methods, etc. and stick to that philosophy.

If no remote module or IJ article is required due to a single class contribution, then following the CONTRIBUTING guidelines would be required for a revision and approval of the contribution.

Also, note that testing and example data will be required to ensure that the metric works as expected.

We will help you through the process.

Happy Thanksgiving !

2 Likes