detect.py 文件源码

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

项目:ShadowRemoval 作者: Orcuslc 项目源码 文件源码
def click(event, x, y, flags, param):
    if event == cv2.EVENT_LBUTTONDBLCLK:
        seed = (x, y)
        print(seed)
        seeds = detect(img, seed)
        cv2.imshow('seeds', seeds)
        while(1):
            k = 0xFF & cv2.waitKey(1)
            if k == 27:
                cv2.destroyAllWindows()
                break
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号