Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 608 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 608 Bytes

Description

Helium allows you to quickly extract cropped faces from photos, which is useful for profile pictures, ID cards, and other situations in which you need standardization.

Usage

Run helium to see the available arguments.

Run helium --input <photo_path> to crop a photo using the defaults.

Build

git clone https://github.com/Quartzic/helium.git
cd helium
cmake . && cmake --build .

Requirements

To compile from source, this project requires OpenCV, Boost, and CMake 3.17 or greater.