summaryrefslogtreecommitdiff
path: root/database.json
blob: a417f02280701ad279a727cd603052833aa3cfb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
  "entries": {
    "midfaceRatio": {
      "idealLower": 1,
      "idealUpper": 1.05,
      "deviation": 0.05,
      "deviatingLow": "elongated midface",
      "deviatingHigh": "compact midface"
    },
    "facialWidthToHeightRatio": {
      "idealLower": 2,
      "deviation": 0.1,
      "deviatingLow": "narrow"
    },
    "chinToPhiltrumRatio": {
      "idealLower": 2,
      "idealUpper": 2.25,
      "deviation": 0.1,
      "deviatingLow": "long philtrum",
      "deviatingHigh": "short philtrum"
    },
    "canthalTilt": {
      "idealLower": 4.0,
      "deviation": 1.0,
      "deviatingLow": "downward eyes"
    },
    "mouthToNoseRatio": {
      "idealLower": 1.5,
      "idealUpper": 1.62,
      "deviation": 0.1,
      "deviatingLow": "narrow mouth",
      "deviatingHigh": "wide mouth"
    },
    "bigonialWidth": {
      "idealLower": 1.1,
      "idealUpper": 1.15,
      "deviation": 0.05,
      "deviatingLow": "wide jaw",
      "deviatingHigh": "narrow jaw"
    },
    "lipRatio": {
      "idealLower": 1.55,
      "idealUpper": 1.65,
      "deviation": 0.05,
      "deviatingLow": "uneven lips",
      "deviatingHigh": "uneven lips"
    },
    "eyeSeparationRatio": {
      "idealLower": 0.45,
      "idealUpper": 0.49,
      "deviation": 0.02,
      "deviatingLow": "close together eyes",
      "deviatingHigh": "wide apart eyes"
    },
    "eyeToMouthAngle": {
      "idealLower": 45.0,
      "idealUpper": 49.0,
      "deviation": 5.0,
      "deviatingLow": "steep",
      "deviatingHigh": "shallow"
    },
    "lowerThirdHeight": {
      "idealLower": 1.25,
      "deviation": 0.1,
      "deviatingLow": "short lower third"
    },
    "palpebralFissureLength": {
      "idealLower": 3.5,
      "deviation": 0.1,
      "deviatingLow": "exposed eyes"
    },
    "eyeColor": {
      "idealColors": ["blue", "green", "brown", "hazel"],
      "deviation": "not A10"
    }
  }
}