我正在尝试使用python中的opencv,我认为加载图像是一个不错的起点。我已经在我的系统上构建了opencv,并且在与我的项目相关的目录tpl/opencv中有python绑定(bind)和opencvdll。下面是一些演示问题的代码:fromtpl.opencvimportcv2fromtpl.opencv.cv2importcvfromPILimportImagepil_img=Image.open('C:/test_file.jpg')#Readatempfile,theinputisactuallyacomputedimagechiptmpname='C:/tmp.png'