luaOpenCV icon indicating copy to clipboard operation
luaOpenCV copied to clipboard

OpenCV wrapper for Lua

Results 3 luaOpenCV issues
Sort by recently updated
recently updated
newest added

My English is not good. I don't know how to solve it. thank you!!! lua code: cv = require("cv") local img=cv.imread("test.PNG"); local keypoints=cv.KeyPoint.new() local detector=cv.ORB.create(); detector:detect(img,keypoints); error: maybe...Argument mismatch:userdata,userdata,userdata candidate...

Hello Is it possible to support opencv 4.x ? Thx Julien

HI!Can you tell me which clang and python versions are needed to run generate_bindings.py.? when i was run it ,something went wrong. my python and clang version:python2.7-x86 clang 3.8 x86...