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

Opened 2013-08-07T13:14:04-05:00

Last modified 2013-08-09T10:21:40-05:00

Add functionality to HistogramNd

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b8-analysis
Component: ImgLib2 Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1775

Description

HistogramNd could use methods that test the location of a value for a given dimension. Right now you have isInMiddle(list(values)). We want isInMiddle(dim,value). Desirable for all such tests: isOutside(), isInMiddle(), isInLowerTail(), and isInUpperTail().

Change History

comment:1 Changed 2013-08-07T13:15:01-05:00 by bdezonia

Fixed with imglib commit 795f9512612a7818a1b12de9614eb991461234b6

comment:2 Changed 2013-08-09T10:21:40-05:00 by bdezonia

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