2020
10-10
10-10
python如何将图片转换素描画
代码如下#-*-coding:utf-8-*-importcv2importnumpyasnpfromtkinterimportfiledialog,Tkfromosimportgetcwdfromreimportfindalldefopen_path():#图片路径root=Tk()root.withdraw()file_path=(filedialog.askopenfilename(title='选择图片文件',filetypes=[('AllFiles','*')]))returnfile_pathdefdodgeNaive(image,mask):#determinetheshapeoftheinputimagewidth,height=image...
继续阅读 >