import cv2
import numpy as np
detector=cv2.createWaldBoost()
but this code is showing me error
>detector=cv2.createWaldBoost() AttributeError: module 'cv2' has no attribute 'createWaldBoost'
↧