public class FlowCyto extends Object
Constructor and Description |
---|
FlowCyto() |
Modifier and Type | Method and Description |
---|---|
static void |
calcTrialRatio(double thresholdMin,
int sizeMin,
double gaussianSigma) |
static void |
closeAllWindows() |
static void |
createDebugTimeCheckPoint(String message) |
static void |
createDebugTimeStartPoint(String message) |
static boolean |
foundParticle(boolean isIntensityImage,
boolean excludeOnEdge,
double thresholdMin,
int sizeMin,
float compareTOLow,
float compareTOHigh,
double gaussianSigma) |
static void |
garbageCollect() |
static boolean |
getRatioBoolean(boolean excludeOnEdge,
double thresholdMin,
int sizeMin,
float compareTOLow,
float compareTOHigh,
double gaussianSigma,
boolean compareUsingMeanIntensity) |
static void |
init(String mode,
int width,
int height,
double pixelsPerMicron) |
static void |
logInImageJ(String message) |
static void |
main(String[] args) |
static void |
openFile(String filename,
double pixelsPerMicron) |
static void |
showImage(String mode,
int width,
int height,
byte[] imageData) |
static void |
startImageJ() |
public static void main(String[] args)
public static void startImageJ()
public static void closeAllWindows()
public static void openFile(String filename, double pixelsPerMicron) throws IOException
IOException
public static void garbageCollect()
public static void logInImageJ(String message)
public static void createDebugTimeStartPoint(String message)
public static void createDebugTimeCheckPoint(String message)
public static void init(String mode, int width, int height, double pixelsPerMicron)
public static void showImage(String mode, int width, int height, byte[] imageData)
public static boolean foundParticle(boolean isIntensityImage, boolean excludeOnEdge, double thresholdMin, int sizeMin, float compareTOLow, float compareTOHigh, double gaussianSigma)
public static boolean getRatioBoolean(boolean excludeOnEdge, double thresholdMin, int sizeMin, float compareTOLow, float compareTOHigh, double gaussianSigma, boolean compareUsingMeanIntensity)
public static void calcTrialRatio(double thresholdMin, int sizeMin, double gaussianSigma)
Copyright © 2015–2022 SciJava. All rights reserved.