增加VideoCapture
This commit is contained in:
@ -27,7 +27,7 @@ DEFINE_FUNCTION(GetFontScaleFromHeight)
|
||||
return Number::New(info.Env(), cv::getFontScaleFromHeight(fontFace, pixelHeight, thickness));
|
||||
}
|
||||
|
||||
void InitProcAPI(Napi::Env env, Napi::Object exports)
|
||||
void InitUtilAPI(Napi::Env env, Napi::Object exports)
|
||||
{
|
||||
auto obj = Object::New(env);
|
||||
ADD_PROC_FUNCTION(GetTextSize);
|
||||
|
Reference in New Issue
Block a user