justadudewhohacks / justadudewhohacks/opencv4nodejs
Wrong C++ call on mat.splitChannelsAsync()
Open
- Dominant language
- C++
- Stars
- 5.1k
- Forks
- 826
- PR merge metrics
- No merged PRs in 30d
Description
Please fix this line https://github.com/justadudewhohacks/opencv4nodejs/blob/e9ad6e50d11d673e0a495cf310e9191ac937f7b8/cc/core/Mat.cc#L83
from `Nan::SetPrototypeMethod(ctor, "splitChannelsAsync", Split);` to `Nan::SetPrototypeMethod(ctor, "splitChannelsAsync", SplitAsync);`
Thanks, David
Contributor guide
Assessment
This issue has not been assessed yet.