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 #270 (closed task: fixed)

Opened 2010-11-05T13:25:28-05:00

Last modified 2012-02-24T15:14:04-06:00

improve the imagej.process.function implementations

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: biweekly-2010: Nov-01 to Nov-12
Component: Core Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1014

Description

address the following issues in the imagej.process.function classes:
1) the unnecessary dependence upon imglib
2) the inefficient internal type testing can be avoided

Change History

comment:1 Changed 2010-11-05T13:26:58-05:00 by bdezonia

  • Status changed from new to accepted
  • removed imglib dependencies
  • split some functions to minimize in process type checking
  • propagated changes to ImgLibProcessor and ImgLibProcessorTest

comment:2 Changed 2010-11-05T13:27:01-05:00 by bdezonia

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

comment:3 Changed 2012-02-24T15:14:04-06:00 by curtis

  • Blocking 1014 added