Ticket #1861 (closed defect: moved)
Opened 2013-05-10T13:14:02-05:00
Last modified 2013-07-01T15:35:27-05:00
Update Imglib to use new histogram code
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b8-analysis |
Component: | ImgLib2 | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1775 |
Description
Find places in Imglib that are using all the other histogram implmentations and make them use Histogram1d and HistogramNd.
Change History
comment:1 Changed 2013-05-10T13:22:32-05:00 by bdezonia
comment:2 Changed 2013-07-01T15:35:27-05:00 by bdezonia
Michael Zinsmaier has begun using Histogram1d for Knime Knip code.
comment:3 Changed 2014-12-09T16:57:07-06:00 by curtis
- Status changed from new to closed
- Resolution set to moved
Migrated to https://github.com/imglib/imglib2/issues/80
This will require some coordination with the Knime guys and maybe Albert. The existing alternate histograms should be deprecated if they can use the new API. The new API should be enhanced as needed.