Package | Description |
---|---|
org.openimaj.image | |
org.openimaj.image.colour | |
org.openimaj.image.feature.dense.gradient.dsift | |
org.openimaj.image.segmentation | |
org.openimaj.vis.animators |
Modifier and Type | Field and Description |
---|---|
ColourSpace |
MultiBandImage.colourSpace
The colour-space of this image
|
Modifier and Type | Method and Description |
---|---|
ColourSpace |
MultiBandImage.getColourSpace()
Get the colour space of this image
|
Constructor and Description |
---|
MBFImage(ColourSpace colourSpace,
FImage... images)
Construct an MBFImage from single band images.
|
MBFImage(int width,
int height,
ColourSpace colourSpace)
Construct an empty image
|
MultiBandImage(ColourSpace colourSpace)
Default constructor for a multiband image.
|
MultiBandImage(ColourSpace colourSpace,
S... images)
Construct a multiband image using each of the given images as the bands
(in order).
|
Modifier and Type | Method and Description |
---|---|
static ColourSpace |
ColourSpace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColourSpace[] |
ColourSpace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static MBFImage |
ColourSpace.convert(MBFImage image,
ColourSpace cs)
Convert the image to the given colour space
|
Constructor and Description |
---|
ColourDenseSIFT(DenseSIFT dsift,
ColourSpace colourSpace)
Construct with the given internal
DenseSIFT extractor to apply to
each band of the image created by converting the input to
#analyseImage(MBFImage) or
ColourDenseSIFT.analyseImage(MBFImage, Rectangle) to the given
ColourSpace . |
Modifier and Type | Field and Description |
---|---|
protected ColourSpace |
KMColourSegmenter.colourSpace |
Constructor and Description |
---|
KMColourSegmenter(ColourSpace colourSpace,
float[] scaling,
int K,
FloatFVComparator distance)
Construct using the given colour space, number of segments, and distance
measure.
|
KMColourSegmenter(ColourSpace colourSpace,
float[] scaling,
int K,
FloatFVComparator distance,
int maxIters)
Construct using the given colour space, number of segments, and distance
measure.
|
KMColourSegmenter(ColourSpace colourSpace,
int K)
Construct using the given colour space and number of segments.
|
KMColourSegmenter(ColourSpace colourSpace,
int K,
FloatFVComparator distance)
Construct using the given colour space, number of segments, and distance
measure.
|
KMSpatialColourSegmenter(ColourSpace colourSpace,
float[] scaling,
int K,
FloatFVComparator distance)
Construct using the given colour space, number of segments, and distance
measure.
|
KMSpatialColourSegmenter(ColourSpace colourSpace,
float[] scaling,
int K,
FloatFVComparator distance,
int maxIters)
Construct using the given colour space, number of segments, and distance
measure.
|
KMSpatialColourSegmenter(ColourSpace colourSpace,
int K)
Construct using the given colour space and number of segments.
|
KMSpatialColourSegmenter(ColourSpace colourSpace,
int K,
FloatFVComparator distance)
Construct using the given colour space, number of segments, and distance
measure.
|
Modifier and Type | Method and Description |
---|---|
ColourSpace |
ColourSpaceAnimator.getColourspace() |
Modifier and Type | Method and Description |
---|---|
void |
ColourSpaceAnimator.setColourspace(ColourSpace colourspace) |