Ticket #2027 (new defect)
Opened 2013-11-11T12:44:17-06:00
HistogramPlot should be more flexible
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: | imagej2-unscheduled |
Component: | Analysis Plugins | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1628 |
Description
HistogramPlot should be modified to allow one to define a PointSet region of a Dataset. It would then pass that region to the histogram computing code. Since PointSet is Iterable<long[]> this should be doable.