gpt4 book ai didi

opencv - “模块”对象没有属性 'CreateStructuringElementEx'

转载 作者:行者123 更新时间:2023-12-02 17:43:01 26 4
gpt4 key购买 nike

es = cv.CreateStructuringElementEx(9,9, 4,4, cv.CV_SHAPE_ELLIPSE)

AttributeError: 'module' object has no attribute 'CreateStructuringElementEx'



为什么?我在哪里可以看到版本之间的差异?

最佳答案

在 OpenCV 3 中,您应该使用:

cv2.getStructuringElement(cv2.MORPH_ELLIPSE,(9,9))

看看 OpenCV Python tutorials on morphological operations

关于opencv - “模块”对象没有属性 'CreateStructuringElementEx',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41903896/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com