当我键入以下代码行时.. img_hsv 是 Mat 图像...
IplImage abc=img_hsv;
// object that will contain blobs of inputImage
CBlobResult blobs;
// Extract the blobs using a threshold of 100 in the image
blobs = CBlobResult(&abc,NULL,100,true);
它显示以下错误...
错误 C2661:'CBlobResult::CBlobResult':没有重载函数需要 4 个参数。欢迎任何帮助...!!