mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
WIP
This commit is contained in:
parent
94d4835134
commit
cbd8a1cdb1
@ -11,7 +11,7 @@ module.exports = opencv;
|
|||||||
The matrix is one of opencv's most core datatypes.
|
The matrix is one of opencv's most core datatypes.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
matrix = opencv.Matrix.prototype;
|
var matrix = opencv.Matrix.prototype;
|
||||||
matrix.__proto__ = EventEmitter.prototype;
|
matrix.__proto__ = EventEmitter.prototype;
|
||||||
|
|
||||||
matrix.faceDetect = function(classifier, opts, cb){
|
matrix.faceDetect = function(classifier, opts, cb){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user