Introduction
This app uses OpenCV to measure the distance from your webcam to objects.
See the original Python implementation here.
Processing runs client-side in your browser via OpenCV.js — no video is sent to the server.
Face detection uses a cascade classifier; QR codes use OpenCV's QR detector.