Package | Description |
---|---|
fiji.plugin.trackmate.detection | |
fiji.plugin.trackmate.detection.semiauto |
Modifier and Type | Class and Description |
---|---|
class |
DogDetector<T extends RealType<T> & NativeType<T>> |
class |
LabelImageDetector<T extends RealType<T> & NativeType<T>> |
class |
LogDetector<T extends RealType<T> & NativeType<T>> |
class |
ThresholdDetector<T extends RealType<T> & NativeType<T>> |
Modifier and Type | Method and Description |
---|---|
SpotDetector<T> |
ThresholdDetectorFactory.getDetector(Interval interval,
int frame) |
SpotDetector<T> |
SpotDetectorFactory.getDetector(Interval interval,
int frame)
Returns a new
SpotDetector configured to operate on the given
target frame. |
SpotDetector<T> |
MaskDetectorFactory.getDetector(Interval interval,
int frame) |
SpotDetector<T> |
ManualDetectorFactory.getDetector(Interval interval,
int frame) |
SpotDetector<T> |
LogDetectorFactory.getDetector(Interval interval,
int frame) |
SpotDetector<T> |
LabeImageDetectorFactory.getDetector(Interval interval,
int frame) |
SpotDetector<T> |
DogDetectorFactory.getDetector(Interval interval,
int frame) |
Modifier and Type | Method and Description |
---|---|
protected SpotDetector<T> |
AbstractSemiAutoTracker.createDetector(RandomAccessible<T> img,
Interval interval,
double[] calibration,
double radius,
double quality)
Returns a new instance of a
SpotDetector that will inspect the
neighborhood. |
Copyright © 2015–2021 Fiji. All rights reserved.