bogovicj / transforms_tutorial

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

RBFInterpolator #2

Open tischi opened 3 years ago

tischi commented 3 years ago

@bogovicj

I don't understand where the location of the RBFInterpolator gets set.

I mean, RBFInterpolator extends RealPoint and then within: search.search( this, searchRadius, false ); So this (RealLocalizable) must somehow know where it is, right? How does it know this?

tischi commented 3 years ago

...ok I think I get it now: extends RealPoint essentially implements RealRandomAccess.