alg.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:image-segmentation 作者: alexlouden 项目源码 文件源码
def image_to_file(image):
    f = StringIO()
    ret, buf = cv2.imencode('.jpg', image)
    f.write(np.array(buf).tostring())
    f.seek(0)
    return f
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号