justadudewhohacks / justadudewhohacks/opencv4nodejs

Wrong C++ call on mat.splitChannelsAsync()

Open
#685 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.