Skip to content

Commit

Permalink
Merge pull request HalfdanJ#13 from mrzl/master
Browse files Browse the repository at this point in the history
windows support
  • Loading branch information
HalfdanJ authored Nov 27, 2016
2 parents 35530a7 + 7aab534 commit bdd2d1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added libs/dlib/lib/win/Release/dlib.lib
Binary file not shown.
2 changes: 1 addition & 1 deletion src/ofxFaceTracker2.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ofxFaceTracker2 : public ofThread {

template <class T>
bool update(T& image, cv::Rect roi=cv::Rect(0,0,0,0)){
update(ofxCv::toCv(image), roi);
return update(ofxCv::toCv(image), roi);
}

/// Draw a debug drawing of the detected face
Expand Down

0 comments on commit bdd2d1f

Please sign in to comment.