Skip to content

Commit 5d1860d

Browse files
author
wenq1
committed
- add consts for contour finding
1 parent fb6ac0f commit 5d1860d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Constants.cc

+5
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ void Constants::Init(Local<Object> target) {
8585
CONST_ENUM(NORM_RELATIVE);
8686
CONST_ENUM(NORM_TYPE_MASK);
8787

88+
CONST_ENUM(RETR_EXTERNAL);
89+
CONST_ENUM(RETR_LIST);
90+
CONST_ENUM(RETR_CCOMP);
91+
CONST_ENUM(RETR_TREE);
92+
8893
target->Set(Nan::New("Constants").ToLocalChecked(), obj);
8994
}
9095

0 commit comments

Comments
 (0)