-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Basically i get the following error:
`conversion.cpp: In member function ‘cv::Mat NDArrayConverter::toMat(const PyObject*)’:
conversion.cpp:202:11: error: ‘class cv::Mat’ has no member named ‘refcount’
m.refcount = refcountFromPyObject(o);
^
conversion.cpp: In member function ‘PyObject* NDArrayConverter::toNDArray(const cv::Mat&)’:
conversion.cpp:223:12: error: ‘class cv::Mat’ has no member named ‘refcount’
if(!p->refcount || p->allocator != &g_numpyAllocator)
^
conversion.cpp:230:36: error: ‘class cv::Mat’ has no member named ‘refcount’
return pyObjectFromRefcount(p->refcount);
`
Which is caused for the absence of refcount which needs an update to OpenCV 3.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels