guiutils.py 文件源码

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

项目:opencv-gui-helper-tool 作者: maunesh 项目源码 文件源码
def _render(self):
        self._smoothed_img = cv2.GaussianBlur(self.image, (self._filter_size, self._filter_size), sigmaX=0, sigmaY=0)
        self._edge_img = cv2.Canny(self._smoothed_img, self._threshold1, self._threshold2)
        cv2.imshow('smoothed', self._smoothed_img)
        cv2.imshow('edges', self._edge_img)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号