Skip to content

Instantly share code, notes, and snippets.

@MasonSlover
MasonSlover / faceTracking.pde
Last active September 29, 2020 17:57
A .pde framework for facial tracking and augmentation projects
import gab.opencv.*;
import processing.video.*;
import java.awt.Rectangle;
OpenCV opencv;
Rectangle[] faces;
Capture cam;
//Variables representing the location of center of face