Hi there,
I'm trying to use BING, but I'm failing at the following assert (line):
CV_Assert( w1f.cols * w1f.rows == D && w1f.type() == CV_32F && w1f.isContinuous() );
I tried different kinds of input; also, tried to force the attributes, but still didn't manage to get it working. Do you know what am I missing?
I'm using OpenCV 3.1.0.