Beispiel #1
0
 @Override
 public void kernel(VectorReal coords) throws IOException {
   Element<?> temp = input.getPixel(coords);
   stats.update(temp);
   output.set(temp);
 }
Beispiel #2
0
 @Override
 public void initialise(BoxReal bounds) throws QueryConfigurationException {
   stats = new VectorHist(input.getPrototype().getElement());
 }