Class DictionaryForImageCreator
Object
DictionaryForImageCreator
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
ConstructorsConstructorDescriptionDictionaryForImageCreator(EnergyScheme energyScheme, SharedFeatures sharedFeatures, Logger logger) Creates a newDictionaryForImageCreatorinstance. -
Method Summary
Modifier and TypeMethodDescriptioncreate(EnergyStackWithoutParameters energyStack) Creates a dictionary containing calculated image features for a given energy stack.
-
Constructor Details
-
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
-