Skip to content

Data view for Histogram1d #76

Description

@frauzufall

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions