From 4a4f199b8cc3a308d211850345af4c6636ad1f30 Mon Sep 17 00:00:00 2001 From: Wu Yang Date: Mon, 8 May 2017 17:28:20 +0800 Subject: [PATCH] add a note for OpenCV 3.2 configure to ensure we get the recognizer compiled and exposed --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b8bb28a..6de463c 100755 --- a/README.md +++ b/README.md @@ -227,6 +227,8 @@ contours.convexHull(index, clockwise); It requires to `train` then `predict`. For acceptable result, the face should be cropped, grayscaled and aligned, I ignore this part so that we may focus on the api usage. +** Please ensure your OpenCV 3.2+ is configured with contrib. MacPorts user may `port install opencv +contrib` ** + ```javascript const fs = require('fs'); const path = require('path');