public class SigmaPalette extends Thread
Modifier and Type | Class and Description |
---|---|
static class |
SigmaPalette.PaletteCanvas |
static class |
SigmaPalette.PaletteStackWindow |
static interface |
SigmaPalette.SigmaPaletteListener |
Thread.State, Thread.UncaughtExceptionHandler
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
SigmaPalette() |
Modifier and Type | Method and Description |
---|---|
void |
copyIntoPalette(ij.ImagePlus smallImage,
ij.ImagePlus paletteImage,
int offsetX,
int offsetY) |
double |
getMax() |
int |
getSelectedSigmaIndex() |
void |
makePalette(ij.ImagePlus image,
int x_min,
int x_max,
int y_min,
int y_max,
int z_min,
int z_max,
HessianEvalueProcessor hep,
double[] sigmaValues,
double defaultMax,
int sigmasAcross,
int sigmasDown,
int initial_z) |
void |
run() |
void |
setListener(SigmaPalette.SigmaPaletteListener newListener) |
void |
setMax(double max) |
void |
setSelectedSigmaIndex(int selectedSigmaIndex) |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public void setListener(SigmaPalette.SigmaPaletteListener newListener)
public double getMax()
public void setMax(double max)
public int getSelectedSigmaIndex()
public void setSelectedSigmaIndex(int selectedSigmaIndex)
public void makePalette(ij.ImagePlus image, int x_min, int x_max, int y_min, int y_max, int z_min, int z_max, HessianEvalueProcessor hep, double[] sigmaValues, double defaultMax, int sigmasAcross, int sigmasDown, int initial_z)
public void copyIntoPalette(ij.ImagePlus smallImage, ij.ImagePlus paletteImage, int offsetX, int offsetY)
Copyright © 2015–2021 Fiji. All rights reserved.