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.
2 parents c92e642 + 0c11c21 commit 2568f3cCopy full SHA for 2568f3c
cc/core/Mat.cc
@@ -80,7 +80,7 @@ NAN_MODULE_INIT(Mat::Init) {
80
Nan::SetPrototypeMethod(ctor, "copyMakeBorder", CopyMakeBorder);
81
Nan::SetPrototypeMethod(ctor, "copyMakeBorderAsync", CopyMakeBorderAsync);
82
Nan::SetPrototypeMethod(ctor, "splitChannels", Split);
83
- Nan::SetPrototypeMethod(ctor, "splitChannelsAsync", Split);
+ Nan::SetPrototypeMethod(ctor, "splitChannelsAsync", SplitAsync);
84
85
#if CV_VERSION_GREATER_EQUAL(3, 2, 0)
86
Nan::SetPrototypeMethod(ctor, "rotate", Rotate);
0 commit comments