- add consts for contour finding

This commit is contained in:
wenq1 2016-02-12 15:01:22 +08:00
parent fb6ac0ff30
commit 5d1860d1bf

View File

@ -85,6 +85,11 @@ void Constants::Init(Local<Object> target) {
CONST_ENUM(NORM_RELATIVE);
CONST_ENUM(NORM_TYPE_MASK);
CONST_ENUM(RETR_EXTERNAL);
CONST_ENUM(RETR_LIST);
CONST_ENUM(RETR_CCOMP);
CONST_ENUM(RETR_TREE);
target->Set(Nan::New("Constants").ToLocalChecked(), obj);
}