├── README.md ├── haarcascade_frontalface_default.xml ├── index.html └── js ├── opencv.js └── utils.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajeshpachaikani/face-detection-opencv-js/HEAD/README.md -------------------------------------------------------------------------------- /haarcascade_frontalface_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajeshpachaikani/face-detection-opencv-js/HEAD/haarcascade_frontalface_default.xml -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajeshpachaikani/face-detection-opencv-js/HEAD/index.html -------------------------------------------------------------------------------- /js/opencv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajeshpachaikani/face-detection-opencv-js/HEAD/js/opencv.js -------------------------------------------------------------------------------- /js/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rajeshpachaikani/face-detection-opencv-js/HEAD/js/utils.js --------------------------------------------------------------------------------