| 51 | Operations for building shape principal component analysis (PCA) data, analysing and synthesising faces based on the PCA. |
| 52 | |
| 53 | Shape PCA ...:: |
| 54 | Performs PCA by attempting to load all files into memory. Can be faster than the file version but can run out of memory. You are prompted for the file to save to, best to save in a new folder each time to avoid files being overwritten. |
| 55 | |
| 56 | Shape PCA (Files):: |
| 57 | Performs PCA by loading the data from file each time. Slower than not using the files but has lower memory requirements. |
| 58 | |
| 59 | Shape PCA (Templates):: |
| 60 | Performs PCA on just the 3D template files. |
| 61 | |
| 62 | PCA Analyse shape:: |
| 63 | Analyses the shape of all (aligned) files listed in a text file, writes the results to a CSV file. You are prompted for the list, the 3D PCA file (.pc3) and the .csv files to use. |
| 64 | |