T
- public interface SpotGlobalDetectorFactory<T extends RealType<T> & NativeType<T>> extends SpotDetectorFactoryBase<T>
Modifier and Type | Method and Description |
---|---|
SpotGlobalDetector<T> |
getDetector(Interval interval)
Returns a new
SpotDetector configured to operate on all the
time-points. |
checkSettings, getDefaultSettings, getDetectorConfigurationPanel, getErrorMessage, has2Dsegmentation, marshall, setTarget, unmarshall
forbidMultithreading, getIcon, getInfoText, getKey, getName
SpotGlobalDetector<T> getDetector(Interval interval)
SpotDetector
configured to operate on all the
time-points. 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).Copyright © 2015–2021 Fiji. All rights reserved.