Jpython ImportError:没有名为cv2的模块

时间:2019-07-10 09:29:32

标签: python importerror

代码:

PythonInterpreter interpreter = new PythonInterpreter();
interpreter.execfile("C:\\workspace\\trawe\\python\\license_rec\\PlateRecog.py");
PyFunction func = (PyFunction)interpreter.get("StartPlateRecog",PyFunction.class);
PyObject pyobj = func.__call__(new PyString(imgBase64));

0 个答案:

没有答案