This Python script was initially created as a personal project to faciltate the calculation of multiple measurements used in lower-third facial analysis, usually used in the field of Rhinoplasty. In addition to allowing for accurate length measurements of various facial features, this script specifically supports the following facial analysis methods:
- Legan's Method
- Silver's Method
- Goode's Method
You can find more information in this paper.
This script requires the OpenCV
and SymPy
libraries to run.