public interface SpotAnalyzer<T>
Modifier and Type | Interface and Description |
---|---|
static class |
SpotAnalyzer.DummySpotAnalyzer<T extends RealType<T> & NativeType<T>> |
Modifier and Type | Field and Description |
---|---|
static SpotAnalyzer<?> |
DUMMY_ANALYZER |
Modifier and Type | Method and Description |
---|---|
static <T extends RealType<T> & NativeType<T>> |
dummyAnalyzer()
Returns a
SpotAnalyzer that does nothing. |
void |
process(Iterable<Spot> spots)
Scores a collection spots for the specified channel.
|
static final SpotAnalyzer<?> DUMMY_ANALYZER
void process(Iterable<Spot> spots)
Spot
instance.spots
- an iterable over spots whose features are to be calculated.static <T extends RealType<T> & NativeType<T>> SpotAnalyzer<T> dummyAnalyzer()
SpotAnalyzer
that does nothing.T
- the type of the dummy spot analyzer.Copyright © 2015–2021 Fiji. All rights reserved.