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

Opened 2010-10-01T17:27:47-05:00

Last modified 2012-02-24T14:35:29-06:00

Fix adjust brightness/contrast to work with imglib backed data

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

Description

when you run adjust brightness/contrast on imglib backed data it generates a class cast exception. it tries to create a FloatStatistics object on integer data. We need a generic statistics gathering class to fix this.

Change History

comment:1 Changed 2010-10-01T17:28:17-05:00 by bdezonia

  • Status changed from new to accepted

comment:2 Changed 2010-10-07T14:18:51-05:00 by bdezonia

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

done

comment:3 Changed 2012-02-24T14:10:12-06:00 by curtis

  • Blocking 1010 added

comment:4 Changed 2012-02-24T14:30:32-06:00 by curtis

  • Blocking 1010 removed

comment:4 Changed 2012-02-24T14:35:29-06:00 by curtis

  • Blocking 1014 added