public static class SpotAnalyzer.DummySpotAnalyzer<T extends RealType<T> & NativeType<T>> extends Object implements SpotAnalyzer<T>
SpotAnalyzer.DummySpotAnalyzer<T extends RealType<T> & NativeType<T>>DUMMY_ANALYZER| Constructor and Description |
|---|
DummySpotAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(Iterable<Spot> spots)
Scores a collection spots for the specified channel.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdummyAnalyzerpublic void process(Iterable<Spot> spots)
SpotAnalyzerSpot instance.process in interface SpotAnalyzer<T extends RealType<T> & NativeType<T>>spots - an iterable over spots whose features are to be calculated.Copyright © 2015–2021 Fiji. All rights reserved.