Uses of Record Class
org.episteme.social.arts.ForgeryDetector.BrushstrokeProfile
Packages that use ForgeryDetector.BrushstrokeProfile
-
Uses of ForgeryDetector.BrushstrokeProfile in org.episteme.social.arts
Methods in org.episteme.social.arts that return ForgeryDetector.BrushstrokeProfileModifier and TypeMethodDescriptionForgeryDetector.calculateProfile(List<double[]> strokes) Calculates a summary brushstroke profile from raw stroke measurements.ForgeryDetector.ArtistFingerprint.meanProfile()Returns the value of themeanProfilerecord component.Methods in org.episteme.social.arts with parameters of type ForgeryDetector.BrushstrokeProfileModifier and TypeMethodDescriptionstatic RealForgeryDetector.authenticityScore(ForgeryDetector.BrushstrokeProfile sample, ForgeryDetector.ArtistFingerprint fingerprint) Computes an authenticity confidence score (0 to 1) for a sample work against a known artist fingerprint.ForgeryDetector.detectAnomalies(ForgeryDetector.BrushstrokeProfile sample, ForgeryDetector.ArtistFingerprint fingerprint) Identifies specific metrics that deviate significantly from an artist's typical technique (e.g., "hesitation marks").Constructors in org.episteme.social.arts with parameters of type ForgeryDetector.BrushstrokeProfileModifierConstructorDescriptionArtistFingerprint(String artistName, ForgeryDetector.BrushstrokeProfile meanProfile, double[] stdDeviations, int sampleSize) Creates an instance of aArtistFingerprintrecord class.