We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b89d3 commit a55f2c3Copy full SHA for a55f2c3
cc/cvTypes/cvTypes.cc
@@ -142,6 +142,7 @@ void CvTypes::Init(v8::Local<v8::Object> target) {
142
FF_SET_CONST_WITH_VALUE(lbpCascades, LBP_FRONTALFACE_IMPROVED, FF_NEW_STRING("./lbpcascade_frontalface_improved.xml"));
143
FF_SET_CONST_WITH_VALUE(lbpCascades, LBP_PROFILEFACE, FF_NEW_STRING("./lbpcascade_profileface.xml"));
144
FF_SET_CONST_WITH_VALUE(lbpCascades, LBP_SILVERWARE, FF_NEW_STRING("./lbpcascade_silverware.xml"));
145
+ target->Set(FF_NEW_STRING("lbpCascades"), lbpCascades);
146
147
FF_SET_JS_PROP(target, REGULAR, Nan::New<v8::Integer>(0));
148
FF_SET_CV_CONSTANT(target, LMEDS);
0 commit comments