Modifier and Type | Method and Description |
---|---|
static Image<RGBALegacyType> |
ImagePlusAdapter.wrapRGBA(ij.ImagePlus imp) |
Modifier and Type | Method and Description |
---|---|
static Image<RGBALegacyType> |
ImageJFunctions.wrapRGBA(ij.ImagePlus imp) |
Modifier and Type | Method and Description |
---|---|
float |
RGBALegacyTypeDisplay.get32Bit(RGBALegacyType c) |
float |
RGBALegacyTypeDisplay.get32BitNormed(RGBALegacyType c) |
int |
RGBALegacyTypeDisplay.get8BitARGB(RGBALegacyType c) |
byte |
RGBALegacyTypeDisplay.get8BitSigned(RGBALegacyType c) |
short |
RGBALegacyTypeDisplay.get8BitUnsigned(RGBALegacyType c) |
Constructor and Description |
---|
RGBALegacyTypeDisplay(Image<RGBALegacyType> img) |
Modifier and Type | Method and Description |
---|---|
static Image<RGBALegacyType> |
LOCI.openLOCIRGBALegacyType(String path,
String fileName,
ImageFactory<RGBALegacyType> factory) |
static Image<RGBALegacyType> |
LOCI.openLOCIRGBALegacyType(String path,
String fileName,
ImageFactory<RGBALegacyType> factory,
int from,
int to) |
Modifier and Type | Method and Description |
---|---|
static Image<RGBALegacyType> |
LOCI.openLOCIRGBALegacyType(String path,
String fileName,
ImageFactory<RGBALegacyType> factory) |
static Image<RGBALegacyType> |
LOCI.openLOCIRGBALegacyType(String path,
String fileName,
ImageFactory<RGBALegacyType> factory,
int from,
int to) |
Modifier and Type | Method and Description |
---|---|
RGBALegacyType |
RGBALegacyType.copy() |
RGBALegacyType[] |
RGBALegacyType.createArray1D(int size1) |
RGBALegacyType[][] |
RGBALegacyType.createArray2D(int size1,
int size2) |
RGBALegacyType[][][] |
RGBALegacyType.createArray3D(int size1,
int size2,
int size3) |
RGBALegacyType |
RGBALegacyType.createVariable() |
RGBALegacyType |
RGBALegacyType.duplicateTypeOnSameDirectAccessContainer() |
Modifier and Type | Method and Description |
---|---|
DirectAccessContainer<RGBALegacyType,? extends IntAccess> |
RGBALegacyType.createSuitableDirectAccessContainer(DirectAccessContainerFactory storageFactory,
int[] dim) |
Modifier and Type | Method and Description |
---|---|
void |
RGBALegacyType.add(RGBALegacyType c) |
void |
RGBALegacyType.div(RGBALegacyType c) |
void |
RGBALegacyType.mul(RGBALegacyType c) |
void |
RGBALegacyType.set(RGBALegacyType c) |
void |
RGBALegacyType.sub(RGBALegacyType c) |
Modifier and Type | Method and Description |
---|---|
RGBALegacyTypeDisplay |
RGBALegacyType.getDefaultDisplay(Image<RGBALegacyType> image) |
Constructor and Description |
---|
RGBALegacyType(DirectAccessContainer<RGBALegacyType,? extends IntAccess> byteStorage) |
Modifier and Type | Method and Description |
---|---|
Image<RGBALegacyType> |
Histogram.asImage() |
Image<RGBALegacyType> |
BarChart.asImage() |
static Image<RGBALegacyType> |
ChartUtils.asImage(JFreeChart chart) |
static Image<RGBALegacyType> |
ChartUtils.asImage(JFreeChart chart,
int width,
int height) |
Constructor and Description |
---|
Alpha(Image<? extends RGBALegacyType> img)
Extract the alpha channel of each pixel, in the range [0, 255].
|
Blue(Image<? extends RGBALegacyType> img)
Extract the blue channel of each pixel, in the range [0, 255].
|
Brightness(Image<? extends RGBALegacyType> img)
Extract the brightness component of each pixel, in the range [0, 1].
|
Channel(Image<? extends RGBALegacyType> img,
int channel) |
Green(Image<? extends RGBALegacyType> img)
Extract the green channel of each pixel, in the range [0, 255].
|
Hue(Image<? extends RGBALegacyType> img)
Extract the hue component of each pixel, in the range [0, 1].
|
Luminance(Image<? extends RGBALegacyType> img) |
Red(Image<? extends RGBALegacyType> img)
Extract the red channel of each pixel, in the range [0, 255].
|
Saturation(Image<? extends RGBALegacyType> img)
Extract the saturation component of each pixel, in the range [0, 1].
|
Modifier and Type | Field and Description |
---|---|
protected Cursor<? extends RGBALegacyType> |
RGBAOp.c |
Modifier and Type | Method and Description |
---|---|
Image<RGBALegacyType> |
ColorFunction.asImage() |
Image<RGBALegacyType> |
ColorFunction.asImage(int numThreads) |
Constructor and Description |
---|
ChannelOp(Image<? extends RGBALegacyType> img) |
HSBOp(Image<? extends RGBALegacyType> img) |
RGBAOp(Image<? extends RGBALegacyType> img) |
Modifier and Type | Method and Description |
---|---|
static Image<RGBALegacyType> |
Compute.apply(IFunction op,
RGBALegacyType output,
int numThreads)
Execute the given
IFunction , which runs for each pixel,
and store the results in an Image of type RGBALegacyType . |
static Image<RGBALegacyType> |
Compute.inRGBA(IFunction op)
Execute the given
IFunction , which runs for each pixel,
and store the results in an Image of type RGBALegacyType with
as many threads as desired. |
static Image<RGBALegacyType> |
Compute.inRGBA(Image<? extends RealType<?>> img)
Convenience method to avoid confusion with script wrappers that are themselves
Image
rather than IFunction ; this method ends up creating a copy of the image, in RGBALegacyType . |
static Image<RGBALegacyType> |
Compute.inRGBA(int numThreads,
IFunction op)
Execute the given
IFunction , which runs for each pixel,
and store the results in an Image of type RGBALegacyType with
as many threads as desired. |
Modifier and Type | Method and Description |
---|---|
static Image<RGBALegacyType> |
Compute.apply(IFunction op,
RGBALegacyType output,
int numThreads)
Execute the given
IFunction , which runs for each pixel,
and store the results in an Image of type RGBALegacyType . |
Copyright © 2015–2021 Fiji. All rights reserved.