opecv3 with python

asked 2015-02-25 11:25:24 -0600

Hi,

I cannot instantiate hogdescriptor using opencv2.hogdescriptor(...)

The error I'm getting is AttributeError: 'module' object has no attribute 'hogdescriptor'

I'm sorry I'm really new to this. Have I missed out something while building opencv?

edit retag flag offensive close merge delete

Comments

can it be, it's just a typo ?

>>> help(cv2.HOGDescriptor)
Help on built-in function HOGDescriptor:

HOGDescriptor(...)
    HOGDescriptor() -> <HOGDescriptor object>  or  HOGDescriptor(_winSize, _bloc
kSize, _blockStride, _cellSize, _nbins[, _derivAperture[, _winSigma[, _histogram
NormType[, _L2HysThreshold[, _gammaCorrection[, _nlevels]]]]]]) -> <HOGDescripto
r object>  or  HOGDescriptor(filename) -> <HOGDescriptor object>
berak gravatar imageberak ( 2015-02-25 11:34:54 -0600 )edit