Class DictionaryForImageCreator
Object
org.anchoranalysis.mpp.feature.energy.scheme.DictionaryForImageCreator
public class DictionaryForImageCreator extends Object
Creates a
Dictionary for a particular EnergyStack that is associated with an
EnergyScheme.
This class calculates image features defined in the energy scheme and stores them in a dictionary.
-
Constructor Summary
Constructors Constructor Description DictionaryForImageCreator(EnergyScheme energyScheme, SharedFeatures sharedFeatures, Logger logger) -
Method Summary
Modifier and Type Method Description Dictionarycreate(EnergyStackWithoutParameters energyStack)Creates a dictionary containing calculated image features for a given energy stack.
-
Constructor Details
-
DictionaryForImageCreator
public DictionaryForImageCreator(EnergyScheme energyScheme, SharedFeatures sharedFeatures, Logger logger)
-
-
Method Details
-
create
Creates a dictionary containing calculated image features for a given energy stack.- Parameters:
energyStack- the energy stack without parameters- Returns:
- a dictionary containing the calculated image features
- Throws:
CreateException- if there's an error during the dictionary creation process
-