InsightSoftwareConsortium / itk-dreg

A framework for distributed large-scale image registration
http://itk-dreg.readthedocs.io/
Apache License 2.0
5 stars 2 forks source link

Registration API (WIP) #1

Closed HastingsGreer closed 1 year ago

HastingsGreer commented 1 year ago

Question I'm curious about- I think we should have a fixed intensity scale and datatype for the input images. I'd vote for having the inputs always float32, normalized to [0, 1]. Does this make sense to everyone? The other option would be to have inputs always be unsigned char 0-255, or to have any type and range of input and require that methods do their own normalization.

HastingsGreer commented 1 year ago

itk's CompositeTransform isn't wrapped for floats by default, which is why I went for double