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 #1539 (closed defect: fixed)

Opened 2012-10-19T14:58:47-05:00

Last modified 2012-10-19T14:59:59-05:00

Allow developers to easily calculate statistics

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b5-scripting
Component: Other Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1508

Description

We should provide an API that allows developers to calculate statistics upon regions of data. The MeasurementService is not simple enough for this use case.

Change History

comment:1 Changed 2012-10-19T14:59:46-05:00 by bdezonia

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

Added a StatisticsService for beta 5. Also provided a Sandbox example plugin (StatisticsDemo) that exercises it.

comment:2 Changed 2012-10-19T14:59:59-05:00 by bdezonia

  • Blocking 1508 added