T - public interface SpotDetectorFactory<T extends RealType<T> & NativeType<T>> extends SpotDetectorFactoryBase<T>
These classes are able to configure a SpotDetector to operate on a
single time-point of the target ImgPlus.
| Modifier and Type | Method and Description |
|---|---|
SpotDetector<T> |
getDetector(Interval interval,
int frame)
Returns a new
SpotDetector configured to operate on the given
target frame. |
checkSettings, getDefaultSettings, getDetectorConfigurationPanel, getErrorMessage, has2Dsegmentation, marshall, setTarget, unmarshallforbidMultithreading, getIcon, getInfoText, getKey, getNameSpotDetector<T> getDetector(Interval interval, int frame)
SpotDetector configured to operate on the given
target frame. This factory must be first given the ImgPlus
and the settings map, through the #setTarget(ImgPlus, Map)
method.interval - the interval that determines the region in the source image to
operate on. This must not have a dimension for time
(e.g. if the source image is 2D+T (3D), then the
interval must be 2D; if the source image is 3D without time,
then the interval must be 3D).frame - the frame index in the source image to operate onCopyright © 2015–2021 Fiji. All rights reserved.