public class FusionHelper extends Object
Modifier and Type | Method and Description |
---|---|
static ArrayList<ViewDescription> |
assembleInputData(SpimData2 spimData,
TimePoint timepoint,
Channel channel,
List<ViewId> viewIdsToProcess) |
static Vector<ImagePortion> |
divideIntoPortions(long imageSize,
int numPortions) |
static String |
getAngleName(List<Angle> anglesToProcess) |
static String |
getIllumName(List<Illumination> illumsToProcess) |
static boolean |
intersects(double x,
double y,
double z,
long sx,
long sy,
long sz) |
static <T extends RealType<T>> |
minMax(RandomAccessibleInterval<T> img) |
static boolean |
normalizeImage(RandomAccessibleInterval<FloatType> img)
Normalizes the image to the range [0...1]
|
static boolean |
normalizeImage(RandomAccessibleInterval<FloatType> img,
float min,
float max)
Normalizes the image to the range [0...1]
|
public static String getIllumName(List<Illumination> illumsToProcess)
public static final boolean intersects(double x, double y, double z, long sx, long sy, long sz)
public static final ArrayList<ViewDescription> assembleInputData(SpimData2 spimData, TimePoint timepoint, Channel channel, List<ViewId> viewIdsToProcess)
public static <T extends RealType<T>> float[] minMax(RandomAccessibleInterval<T> img)
public static boolean normalizeImage(RandomAccessibleInterval<FloatType> img)
img
- - the image to normalizepublic static boolean normalizeImage(RandomAccessibleInterval<FloatType> img, float min, float max)
img
- - the image to normalizemin
- - min valuemax
- - max valuepublic static final Vector<ImagePortion> divideIntoPortions(long imageSize, int numPortions)
Copyright © 2015–2021 Fiji. All rights reserved.