public class TrackFeatureCalculator extends MultiThreadedBenchmarkAlgorithm implements Cancelable
TrackAnalyzer
s.processingTime
errorMessage, numThreads
Constructor and Description |
---|
TrackFeatureCalculator(Model model,
Settings settings) |
Modifier and Type | Method and Description |
---|---|
void |
cancel(String reason) |
boolean |
checkInput() |
void |
computeTrackFeatures(Collection<Integer> trackIDs,
boolean doLogIt)
Calculates all the track features configured in the
Settings
object for the specified tracks. |
String |
getCancelReason() |
boolean |
isCanceled() |
boolean |
process()
Calculates the track features configured in the
Settings for all
the tracks of this model. |
getProcessingTime
getErrorMessage, getNumThreads, setNumThreads, setNumThreads
public boolean checkInput()
checkInput
in interface Algorithm
public boolean process()
Settings
for all
the tracks of this model.public void computeTrackFeatures(Collection<Integer> trackIDs, boolean doLogIt)
Settings
object for the specified tracks.public boolean isCanceled()
isCanceled
in interface Cancelable
public void cancel(String reason)
cancel
in interface Cancelable
public String getCancelReason()
getCancelReason
in interface Cancelable
Copyright © 2015–2021 Fiji. All rights reserved.