def save(self,output_path,output_im):
'''
????
'''
cv2.imencode('.jpg',output_im)[1].tofile(output_path)
# =============================================================================
# cv2.imwrite(os.path.abspath(output_path.encode('utf-8').decode('gbk')), output_im)
# =============================================================================
评论列表
文章目录