Share

Open Computer Vision Library

Tracker: Bugs

5 cvCalcBackProject has bad argument - ID: 2341877
Last Update: Settings changed ( kecsup )

When trying to use cvCalcBackProject, I get the following error using
Python:

Traceback (most recent call last):
File "back_proj.py", line 67, in <module>

cv.cvCalcBackProject([blue_channel,green_channel,red_channel],samp_rect,his
t)
File "/usr/local/lib/python2.5/site-packages/opencv/cv.py", line 1059, in
cvCalcBackProject
return _cv.cvCalcBackProject(*args)
TypeError: in method 'cvCalcBackProject', argument 1 of type 'IplImage *'

I can't pass in the type for the first argument that the function requires.
I think that it should need a list or tuple, but it seems to require a
pointer, which I can't provide from Python.


Mike Edwards ( mikejedw ) - 2008-11-25 06:22

5

Open

None

Roman Stanchak

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change ( 1 )

Field Old Value Date By
assigned_to nobody 2009-01-15 20:05 kecsup