Skip to content

Commit 227c21c

Browse files
Finalised
1 parent 3512ddb commit 227c21c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

_pages/imaging/color-image-processing.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
---
2-
mediawiki: Color_Image_Processing
32
title: Color Image Processing
43
section: Learn:Scientific Imaging
54
nav-links: true
65
---
76

8-
9-
10-
117
## Types of color images
128

139
Images with color come in three different forms: pseudo-color, 24-bit RGB image, or color composite image.
@@ -45,13 +41,13 @@ Multi-channel experiments acquired on some systems are imported with the differe
4541

4642
### RGB color merging
4743

48-
The native Fiji function {% include bc path="Image|Color|Merge Channels..." %} can be used to merge red, green and|or blue channel images or Image Stacks
44+
The native Fiji function {% include bc path="Image|Color|Merge Channels..." %} can be used to merge red, green and/or blue channel images or Image Stacks
4945

5046
This reduces 16-bit images to 8-bits (based on the current Brightness and Contrast values) then generates a 24-bit RGB image.
5147

5248
An alternative to the normal Red-Green merge is to merge the images based on Cyan and Magenta, or Cyan-Yellow or any other color combination.
5349

54-
This can aid visualization of colocalization due to our poor perception of red and green colors. The Colour\_merge plugin gives the user the option of using the 'difference' arithmetic processing on the image stacks you select. This is not strictly a merge (when cyan and magenta merge they produce white, not yellow) but facilitates visualization of the separate channels (See Demandolx and Davoust, J. Microscopy, 1997 v185. p21). You can perform a true merge if you turn off the "Difference" option.
50+
This can aid visualization of colocalization due to our poor perception of red and green colors. The Colour\_merge plugin gives the user the option of using the 'difference' arithmetic processing on the image stacks you select. This is not strictly a merge (when cyan and magenta merge they produce white, not yellow) but facilitates visualization of the separate channels (See Demandolx and Davoust, J. Microscopy, 1997 v185. p21 [^1]). You can perform a true merge if you turn off the "Difference" option.
5551

5652
Run the plugin and select the two images to be merged. Select the desired colors from the drop-down options. <Current> uses the LUT that the image currently has (this is often the desired LUT). The "Difference" option performs a "difference" arithmetic operation rather than an "addition". If the "Pre-sub 2 from 1" option is checked the second image is subtracted from the first prior to merging.
5753

@@ -108,3 +104,5 @@ When using a non-standard LUT it may be useful to add a greyscale ramp so the us
108104
![](/media/imaging/analyze-calibration-bar.jpg)
109105

110106
{% include bc path="Analyze|Tools|Calibration Bar..." %}
107+
108+
{% include citation fn=1 doi='10.1046/j.1365-2818.1997.1470704.x' %}

0 commit comments

Comments
 (0)