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 #1518 (closed defect: moved)

Opened 2012-10-11T15:53:07-05:00

Last modified 2012-10-11T15:54:32-05:00

Eliminate StackOfLongs

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej-2.0.0
Component: Tools Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1400

Description

The flood fill code in IJ2 maintains a stack of longs for coordinates. It is a special class called StackOfLongs. Maybe we can eliminate it in favor of some Imglib Img construct. This might impact ij-data also.

Change History

comment:1 Changed 2012-10-11T15:54:32-05:00 by bdezonia

  • Blocking 1400 added

comment:2 Changed 2014-05-06T08:12:49-05:00 by curtis

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