bogovicj / transforms_tutorial

ImageJ examples for the 2019 DAIS Learnathon.
Apache License 2.0
0 stars 1 forks source link

RBFInterpolator< T extends RealType<T> > #3

Open tischi opened 3 years ago

tischi commented 3 years ago

@bogovicj

In your KDTree code everything assumes that < T extends RealType<T> >.

As far as I can see one could generalise this to < T extends Type<T> >, which would be very nice, because then one could also use it for ARGBType for rendering coloured dots.

tischi commented 3 years ago

Changed RealType to NumericType which includes ARGBType:

image