摘要: conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/ conda config --add channels https://mirrors.tuna.tsinghua.edu.c 阅读全文
posted @ 2022-07-29 17:45 Syalong 阅读(3777) 评论(0) 推荐(0)
摘要: import os print os.path.join('111','222','333') #111/222/333 print os.path.join('/111','222','333') #/111/222/333 print os.path.join('/111','/222','33 阅读全文
posted @ 2022-05-27 16:13 Syalong 阅读(38) 评论(0) 推荐(0)
摘要: 1 filteredImg= wls_filter.filter(dispL,grayL,None,dispR) 在使用filter滤波后输出为None类型,暂时没有解决 阅读全文
posted @ 2022-05-26 22:53 Syalong 阅读(20) 评论(0) 推荐(0)