NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #1541 (closed defect: fixed)

Opened 2012-10-19T15:17:32-05:00

Last modified 2012-11-21T11:44:15-06:00

OPS: reduce memory usage of statistical functions

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b6-legacy
Component: ImgLib2 OPS Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1573

Description

Many of the statistical functions in the imglib ops function.real package that copy data to a buffer before calculating stats. In many cases this is unnecessary. Improve the memory usage going forward.

Change History

comment:1 Changed 2012-10-19T15:18:54-05:00 by bdezonia

In the 'ops-stats' branch I have new memory efficient functions in place. Specifically StatCalculator has changed. All that has to happen now is for the changes to be merged into master.

comment:2 Changed 2012-10-19T15:19:38-05:00 by bdezonia

  • Blocking 1467 added

comment:3 Changed 2012-10-23T14:36:05-05:00 by bdezonia

  • Status changed from new to closed
  • Resolution set to fixed

Changes merged recently. Closing.

comment:4 Changed 2012-11-21T10:14:04-06:00 by bdezonia

  • Blocking 1573 added; 1467 removed

comment:5 Changed 2012-11-21T11:44:15-06:00 by bdezonia

  • Milestone changed from imagej-2.0.0-beta7 to imagej-2.0.0-beta6