total_score: Total Score
- Formulas:
((wrinkle_score + pores_score + blackhead_score + acne_score + melanin_score) * 1.2 + (water_score + oily_intensity_score + rough_score) * 0.5 + sensitivity_score + dark_circle_score) / 10
Pores Score
pores_type_score.pores_forehead_score: Forehead Pore Score
- Formulas:
100 - enlarged_pore_count.forehead_count * 0.1
pores_type_score.pores_rightcheek_score: Right Cheek Pore Score
- Formulas:
100 - enlarged_pore_count.right_cheek_count * 0.22
pores_type_score.pores_leftcheek_score: Left Cheek Pore Score
- Formulas:
100 - enlarged_pore_count.left_cheek_count * 0.22
pores_type_score.pores_jaw_score: Jaw Pore Score
- Formulas:
100 - enlarged_pore_count.chin_count * 0.16
pores_score: Total Score
- Formulas:
(pores_type_score.pores_forehead_score + pores_type_score.pores_rightcheek_score + pores_type_score.pores_leftcheek_score + pores_type_score.pores_jaw_score) / 4
blackhead_score: Blackheads Score
- One blackhead ≈ 0.3
- Formulas:
100 - blackhead_count * 0.3
acne_score: Acne Score
- Formulas:
100 - closed_comedones.count * 1.7 - acne.count * 2.4 - acne_pustule.count * 4.8 - acne_nodule.count * 9.8
wrinkle_score: Wrinkle Score
Dark Circles Score
Severity score
dark_circle_type_score.left_dark_circle_score: Left Eye Dark Circle Score
- Formulas: 100 - Severity score
dark_circle_type_score.right_dark_circle_score: Right Eye Dark Circle Score
- Formulas:
100 - Severity score
dark_circle_score: Total Score
- Formulas:
100 - (100 - dark_circle_type_score.left_dark_circle_score) - (100 - dark_circle_type_score.right_dark_circle_score)
skin_type_score: Skin Quality Score
- Formulas:
100 - (water_score + oily_intensity_score) / 2
water_score: Skin Moisture Score
- Formulas:
100 - water.water_severity
sensitivity_score: Sensitivity Score
- Formulas:
100 - sensitivity.sensitivity_intensity
melanin_score: Melanin Score
- Formulas:
100 - melanin.melanin_concentration
rough_score: Skin Roughness Score
- Formulas:
100 - rough.rough_severity

