public class Color_Clustering extends Object implements ij.plugin.PlugIn
Modifier and Type | Field and Description |
---|---|
protected ij.ImagePlus |
image
input image
|
protected ij.ImagePlus |
originalImage
original image
|
Constructor and Description |
---|
Color_Clustering() |
Modifier and Type | Method and Description |
---|---|
void |
loadClusterer()
Load clusterer from a file and set selected channels
|
void |
run(String s)
Run function for plug-in
|
void |
saveClusterer()
Save the clusterer to a file
|
protected ij.ImagePlus image
protected ij.ImagePlus originalImage
public void saveClusterer()
public void loadClusterer()
public void run(String s)
run
in interface ij.plugin.PlugIn
s
- Copyright © 2015–2021 Fiji. All rights reserved.