Skip to content

Data view for Histogram1d #76

@frauzufall

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions