imglib / imglib2-realtransform

Spatial transformations for ImgLib2
Other
7 stars 7 forks source link

Convert transformations to position or displacement fields #41

Closed bogovicj closed 2 years ago

bogovicj commented 2 years ago

Add methods to convert a general RealTransform to a RealRandomAccessible<RealComposite> (vf), interpreted as a PositionFieldTransform or a DeformationFieldTransform.

bogovicj commented 2 years ago

In discussion with @axtimwalde and @cmhulbert today this will be a breaking change.

bogovicj commented 2 years ago

resolved by #42