public class TrackFeatureCalculator extends MultiThreadedBenchmarkAlgorithm implements Cancelable
TrackAnalyzers.processingTimeerrorMessage, 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. |
getProcessingTimegetErrorMessage, getNumThreads, setNumThreads, setNumThreadspublic boolean checkInput()
checkInput in interface Algorithmpublic 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 Cancelablepublic void cancel(String reason)
cancel in interface Cancelablepublic String getCancelReason()
getCancelReason in interface CancelableCopyright © 2015–2021 Fiji. All rights reserved.