Package | Description |
---|---|
trainableSegmentation.unsupervised |
Modifier and Type | Method and Description |
---|---|
static ColorClustering.Channel |
ColorClustering.Channel.fromLabel(String chLabel)
Get channel from label (label is a String).
|
static ColorClustering.Channel |
ColorClustering.Channel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColorClustering.Channel[] |
ColorClustering.Channel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ColorClustering.setChannels(ArrayList<ColorClustering.Channel> selectedChannels)
Set channels to use
|
Constructor and Description |
---|
ColorClustering(ij.ImagePlus image,
int numSamples,
ArrayList<ColorClustering.Channel> selectedChannels)
Creates color clustering object based on image, number of samples and selected channels.
|
Copyright © 2015–2021 Fiji. All rights reserved.