Когда я набираю следующую строку кода .. где 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 аргумента .. Любая помощь приветствуется ... !!