Ask Your Question
0

How to use waldboost detector in opencv-3.2 using python

asked 2017-07-13 06:18:39 -0600

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'

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2017-07-13 06:31:20 -0600

berak gravatar image

you can't. there are no python wrappers for this, only a c++ program.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-07-13 06:18:39 -0600

Seen: 278 times

Last updated: Jul 13 '17