Ask Your Question

hosford42's profile - activity

2016-11-27 22:46:11 -0600 commented question opencv make

@berak, yes, they are all missing. The headers list contains only one item, the empty string.

2016-11-27 22:26:49 -0600 commented question opencv make

I get the same error. I tried modifying the gen2 code to skip blank entries, in the off chance that maybe it was an accidental blank entry in an otherwise usable list, but then I got a long string of errors of the form:

/../opencv/modules/python/src2/cv2.cpp:115:9: error: ‘SimpleBlobDetector’ does not name a type
 typedef SimpleBlobDetector::Params SimpleBlobDetector_Params;
/.../opencv/modules/python/src2/cv2.cpp:119:9: error: ‘cvflann’ does not name a type
 typedef cvflann::flann_distance_t cvflann_flann_distance_t;
2016-11-27 21:30:56 -0600 received badge  Supporter (source)