Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 589 Bytes

File metadata and controls

17 lines (10 loc) · 589 Bytes

Face Feature Extraction: an implementation

This fortran software use a Weighted nonnegative matrix factorization for face feature extraction in some pictures.

You can find more details about implementation compiling paper in the directory (in Italian), or in the original article here.

Compile

  • Run make whole to compile and download what is needed.

  • Run make to compile fortran only;

  • Run make faces to download, extract and convert images only;

  • Use make run to launch program.