Ticket #1895 (closed defect: fixed)
Opened 2013-05-29T12:22:14-05:00
Last modified 2013-06-13T13:07:15-05:00
Thresholding code does not use Imglib Histogram classes
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b8-analysis |
Component: | Analysis Plugins | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1519 |
Description
The Threshold plugin and the AUtothreshold methods use long[] based histograms. They should be updated to use the Histogram classes in the Imglib2 algorithms histogram package.
This code has been updated on the use-histograms branch of imagej2