It would be great have a data view for Histogram1d objects in order to do something like this:
Histogram1d<FloatType> histogram = ij.op().image().histogram(img);
ij.ui().show(histogram);
Currently this crashes with java.lang.ArrayIndexOutOfBoundsException: 1 at this line because the DefaultDatasetView cannot handle 1D.
It would be great have a data view for
Histogram1dobjects in order to do something like this:Currently this crashes with
java.lang.ArrayIndexOutOfBoundsException: 1at this line because theDefaultDatasetViewcannot handle 1D.