public interface SpotDetector<T extends RealType<T> & NativeType<T>> extends OutputAlgorithm<List<Spot>>, Benchmark
Normally, concrete implementation are not expected to be multi-threaded.
Indeed, the TrackMate
trackmate generates one
instance of the concrete implementation per thread, to process multiple
frames simultaneously.
getResult
checkInput, getErrorMessage, process
getProcessingTime
Copyright © 2015–2021 Fiji. All rights reserved.