Uses of Record Class
org.episteme.social.arts.IconographyAnalyzer.IconographicSymbol
Packages that use IconographyAnalyzer.IconographicSymbol
-
Uses of IconographyAnalyzer.IconographicSymbol in org.episteme.social.arts
Methods in org.episteme.social.arts that return types with arguments of type IconographyAnalyzer.IconographicSymbolModifier and TypeMethodDescriptionIconographyAnalyzer.calculateFrequency(List<List<String>> artworkSymbolLists) Calculates the frequency of symbols within a collection of artworks.IconographyAnalyzer.getSymbolsByCategory(IconographyAnalyzer.SymbolCategory category) Retrieves all symbols belonging to a specific category.IconographyAnalyzer.identifySymbols(List<String> detectedElements) Checks a list of detected visual elements against the database to identify known symbols.Method parameters in org.episteme.social.arts with type arguments of type IconographyAnalyzer.IconographicSymbolModifier and TypeMethodDescriptionstatic StringIconographyAnalyzer.suggestPeriod(List<IconographyAnalyzer.IconographicSymbol> symbols) Suggests a probable historical period based on the identified symbols.