mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
add a note for OpenCV 3.2 configure to ensure we get the recognizer compiled and exposed
This commit is contained in:
parent
2398b2211c
commit
4a4f199b8c
@ -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');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user