public interface SpotAnalyzerFactory<T extends RealType<T> & NativeType<T>> extends SpotAnalyzerFactoryBase<T>
SpotAnalyzer
configured
to operate on a specific frame of a model.
Concrete implementation should declare what features they can compute
numerically, and make this info available in the
SpotAnalyzerProvider
that returns
them.
Feature key names are for historical reason all capitalized in an enum manner. For instance: POSITION_X, MAX_INTENSITY, etc... They must be suitable to be used as a attribute key in an xml file.
getAnalyzer, setNChannels
getFeatureDimensions, getFeatureNames, getFeatures, getFeatureShortNames, getIsIntFeature, isManualFeature
forbidMultithreading, getIcon, getInfoText, getKey, getName
Copyright © 2015–2021 Fiji. All rights reserved.