Skip to content

Commit

Permalink
provide image to event
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbraden committed Feb 27, 2013
1 parent 24f255a commit 4ca1656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/opencv.js
Expand Up @@ -98,7 +98,7 @@ ods.write = function(m){
this.classifier.detectMultiScale(m,
function(e, objs){
if (e) { throw e }
self.emit('data', objs);
self.emit('data', objs, m);
}
, this.opts.scale, this.opts.neighbors
, this.opts.min && this.opts.min[0], this.opts.min && this.opts.min[1]);
Expand Down

0 comments on commit 4ca1656

Please sign in to comment.