public class Color2BW
extends java.lang.Object
Constructor and Description |
---|
Color2BW() |
Modifier and Type | Method and Description |
---|---|
static ImageProcessor |
C2BFixedWeights(ImageProcessor ip,
boolean weighted) |
static ImageProcessor |
C2BFixedWeights(ImageProcessor ip,
double[] weight) |
static ImageStack |
C2BFixedWeights(ImageStack stack,
boolean weighted)
Color to Gray Scale Image Conversion by Fixed Weights provided
in the Image Converter Class of ImageJ Weights: r*0.299 + g*0.587 + b*0.114
|
static ImageStack |
C2BFixedWeights(ImageStack stack,
double[] weights) |
static ImageProcessor |
C2BMean(ImageProcessor ip) |
static ImageStack |
C2BMean(ImageStack stack) |
static ImageProcessor |
C2BPrincipalComponents(ImageProcessor ip) |
static ImageStack |
C2BPrincipalComponents(ImageStack stack) |
public static final double WHITE
public static final double TINY
public static ImageStack C2BPrincipalComponents(ImageStack stack)
public static ImageProcessor C2BPrincipalComponents(ImageProcessor ip)
public static ImageProcessor C2BMean(ImageProcessor ip)
public static ImageStack C2BMean(ImageStack stack)
public static ImageStack C2BFixedWeights(ImageStack stack, boolean weighted)
public static ImageStack C2BFixedWeights(ImageStack stack, double[] weights)
public static ImageProcessor C2BFixedWeights(ImageProcessor ip, boolean weighted)
public static ImageProcessor C2BFixedWeights(ImageProcessor ip, double[] weight)