Package | Description |
---|---|
net.sf.ij_plugins.color | |
net.sf.ij_plugins.im3d.grow | |
net.sf.ij_plugins.multiband |
Modifier and Type | Method and Description |
---|---|
static VectorProcessor |
ColorSpaceConversion.labToXYZVectorProcessor(VectorProcessor vp)
Convert between CIE L*a*b* and XYZ color image representation.
|
static VectorProcessor |
ColorSpaceConversion.rgbToLabVectorProcessor(ij.process.ColorProcessor cp)
Convert between RGB and CIE L*a*b* color image representation.
|
static VectorProcessor |
ColorSpaceConversion.rgbToXYZVectorProcessor(ij.process.ColorProcessor cp)
Convert between sRGB and XYZ color image representation.
|
static VectorProcessor |
ColorSpaceConversion.xyzToLabVectorProcessor(VectorProcessor vp)
Convert between CIE XYZ and L*a*b* color image representation.
|
Modifier and Type | Method and Description |
---|---|
static ij.process.ColorProcessor |
ColorSpaceConversion.labToColorProcessor(VectorProcessor vp)
Convert between CIE L*a*b* and RGB color image representation.
|
static VectorProcessor |
ColorSpaceConversion.labToXYZVectorProcessor(VectorProcessor vp)
Convert between CIE L*a*b* and XYZ color image representation.
|
static ij.process.ColorProcessor |
ColorSpaceConversion.xyzToColorProcessor(VectorProcessor vp)
Convert between XYZ and RGB color image representation.
|
static VectorProcessor |
ColorSpaceConversion.xyzToLabVectorProcessor(VectorProcessor vp)
Convert between CIE XYZ and L*a*b* color image representation.
|
Modifier and Type | Method and Description |
---|---|
void |
SRG2DVector.setImage(VectorProcessor image)
Set image to be segmented.
|
Modifier and Type | Method and Description |
---|---|
VectorProcessor |
VectorProcessor.duplicate() |
Modifier and Type | Method and Description |
---|---|
static ij.process.FloatProcessor |
VectorDifferenceEdgeOperator.run(VectorProcessor vp) |
static ij.process.FloatProcessor |
VectorGradientEdgeOperator.run(VectorProcessor vp) |
static ij.process.FloatProcessor |
VectorSobelEdgeOperator.run(VectorProcessor vp) |