2
我正在使用opencv3.1.0。 當我試圖運行:AttributeError:'模塊'對象沒有'load'屬性
import cv2.cv as cv
import cv2
cascade = cv.Load('/usr/share/OpenCV/haarcascades/haarcascade_frontalface_alt2.xml')
我發現cv2.cv不opencv3,所以我改變cv2.cv到CV2 ,然後我得到的稱號錯誤消息。
有什麼想法? 非常感謝。