public class RGBToLuminance extends Object
Constructor and Description |
---|
RGBToLuminance() |
Modifier and Type | Method and Description |
---|---|
static ij.ImagePlus |
convertToLuminance(ij.ImagePlus colourImage)
Takes an RGB ImagePlus and converts it to a 8-bit grey
ImagePlus of luminance values.
|
Copyright © 2015–2021 Fiji. All rights reserved.