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 #1816 (closed task: moved)

Opened 2013-04-12T16:20:54-05:00

Last modified 2013-12-06T18:51:26-06:00

SLIM Plugin image fitting process should be adapted in IJ2

Reported by: aivar Owned by: aivar
Priority: major Milestone: imagej2-b8-analysis
Component: Spectral Lifetime Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

This ticket concerns the process of fitting an image pixel by pixel.

Need to loop through all dimensions except lifetime. Perhaps fitting could be an op or an algorithm or some other IJ2 concept. Want to support a 'chunky pixel effect' as currently supported: fitting occurs coarsely at first, skipping every n pixels and drawing fat n x n pixels, gradually being refined until every pixel is fitted.

Change History

comment:1 Changed 2013-04-12T17:16:08-05:00 by aivar

  • Type changed from defect to task

comment:2 Changed 2013-06-05T15:30:11-05:00 by bdezonia

  • Milestone changed from imagej2-b7-ndim-data to imagej2-b8-analysis

comment:3 Changed 2013-12-05T15:47:17-06:00 by curtis

  • Blocking 1667 removed

comment:4 Changed 2013-12-06T18:51:26-06:00 by aivar

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

Moved to github:  https://github.com/uw-loci/slim-plugin/issues/34

This issue then describes the immediate work needed to produce fitted images in the IJ2 version of SLIM Plugin. Hopefully that implementation will be useful as a guide to doing this in IJ2.