Class PigmentSpectroscopy
java.lang.Object
org.episteme.social.arts.PigmentSpectroscopy
Simulates reflectance spectra of historical pigments for authentication.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondetectAnachronisms(List<String> identifiedPigments, int claimedYear) Detects anachronistic pigments for a claimed date.static List<PigmentSpectroscopy.Pigment> getAvailablePigments(int year) Gets available pigments for a specific year.static List<Map.Entry<PigmentSpectroscopy.Pigment, Real>> matchSpectrum(double[] measured) Compares a measured spectrum against known pigments.
-
Method Details
-
getAvailablePigments
Gets available pigments for a specific year. -
matchSpectrum
Compares a measured spectrum against known pigments. Returns best matching pigments with correlation scores. -
detectAnachronisms
-