bogovicj / transforms_tutorial

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

KDTreeRenderer #1

Open tischi opened 3 years ago

tischi commented 3 years ago

@bogovicj

I am a bit confused as to which grey values the Renderer returns:

public KDTreeRenderer( List<T> vals, List<P> pts, final double radius, final double value )

I would expect that the RealRandomAccessible returns the values in List<T> vals, however it rather seems to return always the same final double value.

Could you clarify?

tischi commented 3 years ago

Ok, I think I understood.

  1. It does in fact show the values in the list, I just had my contrast settings wrong.
  2. the final double value is just a multiplicative factor applied to all values, do we need this or could this just be hardcoded to 1.0?

If two points are close the current rendering is a bit funny:

image