Ticket #1379 (reviewing enhancement)
Opened 2012-08-10T11:20:48-05:00
Last modified 2013-12-17T16:40:45-06:00
Support for colorized grayscale images
Reported by: | aivar | Owned by: | curtis |
---|---|---|---|
Priority: | minor | Milestone: | imagej2-unscheduled |
Component: | Display API | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
SLIM Plugin uses a colorized grayscale image to present fitted values. There is no built-in support for this type.
It would be good to have built-in support to make this easier to implement for others.
The probe tool breaks with my colorized grayscale image.
Change History
comment:1 follow-up: ↓ 6 Changed 2012-08-10T11:27:02-05:00 by aivar
comment:2 Changed 2013-03-26T14:01:39-05:00 by aivar
- Type changed from feature to enhancement
- Blocking 1369 added
- Milestone changed from imagej-2.0.0 to imagej2-b7-ndim-data
SLIM plugin takes two floating point value images and combines them: The first (photon count) gives a grayscale level, the second (fitted parameter) colorizes the pixels with a LUT.
comment:5 Changed 2013-06-05T15:30:51-05:00 by bdezonia
- Milestone changed from imagej2-b7-ndim-data to imagej2-b8-analysis
comment:6 in reply to: ↑ 1 Changed 2013-12-05T14:19:02-06:00 by aivar
Replying to aivar:
I'm baffled why O. of C. is RGBK.
Using RGBK is the default for representing a 4 channel image. It works for Organ of Corti since the areas for each channel don't overlap so much. If they did there would be ambiguity from R+G+B grays versus K grays.
comment:7 Changed 2013-12-06T17:40:07-06:00 by aivar
- Owner changed from aivar to curtis
- Status changed from new to reviewing
- Milestone changed from imagej2-b8-analysis to imagej2-unscheduled
The Organ of Corti is an example of a RGBK image, which might be a useful internal representation. (I'm baffled why O. of C. is RGBK.)