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