public class MinFilterThreshold extends Object
Constructor and Description |
---|
MinFilterThreshold(SpimData2 spimData,
List<ViewId> viewIdsToProcess,
Channel channel,
TimePoint timepoint,
BoundingBoxGUI bb,
double background,
int discardedObjectSize,
boolean loadSequentially,
boolean displaySegmentationImage) |
Modifier and Type | Method and Description |
---|---|
static <T extends RealType<T>> |
computeBoundingBox(Img<T> img,
double threshold,
int[] min,
int[] max) |
static <T extends RealType<T>> |
computeLazyMinFilter(Img<T> tmp1,
int radius)
By lazy I mean I was lazy to use a second image, one could of course implement it
on a n-d line by line basis @TODO
|
int[] |
getMax() |
int[] |
getMin() |
static void |
main(String[] args) |
boolean |
run() |
public int[] getMin()
public int[] getMax()
public boolean run()
public static final <T extends RealType<T>> boolean computeBoundingBox(Img<T> img, double threshold, int[] min, int[] max)
public static final <T extends RealType<T>> Img<T> computeLazyMinFilter(Img<T> tmp1, int radius)
tmp1
- - input image (overwritten, not necessarily the result, depends if number of dimensions is even or odd)radius
- - the integer radius of the min filterpublic static void main(String[] args)
Copyright © 2015–2021 Fiji. All rights reserved.