Helper scripts used by several categories of demos. They can hide the complexity of the lib.
Canvas2DDisplay.js
: see canvas 2D - face detection and tracking demo. Helper for Canvas2D rendering.HeadControls.js
: see Head controlled demos (Head controlled Pacman for example)JeelizThreejsHelper.js
: cf THREE.JS multiple face tracking demoJeelizResize.js
: Helper to find the best canvas and webcam resolutions. Explained in the Optimization section of the main READMEJeelizFaceCut.js
: Helper to cut the face in 2D from the video, and processing color correction. It is used in the FaceSwap demo