Ticket #1686 (closed defect: fixed)
Opened 2013-03-14T11:05:39-05:00
Last modified 2015-02-23T11:03:39-06:00
Threshold plugin needs better histogram calculation
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b8-analysis |
Component: | Analysis Plugins | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1678 |
Description
The Threshold plugin has its own histogram calculation code. Currently the size of the histogram impacts the performance of the plugin. We should determine the best histogram size for accuracy and performance. One a related not if the imglib branch histogram-stuff gets merged to master we should utilize that code to build the histogram.
Change History
comment:1 Changed 2013-06-10T15:30:23-05:00 by bdezonia
comment:2 Changed 2015-02-23T11:03:39-06:00 by curtis
- Status changed from new to closed
- Resolution set to fixed
Resolved on June 13, 2013 with changeset:687b5a4796f5d2bae06e046ae5c384a8ce8a738d.
I have updated the Threshold code to use Histogram1d's from Imglib2 algorithms. Those changes live on the use-histograms branch of imagej2.