次のコード行を入力すると..ここで、img_hsvはマット画像です...
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つの引数を取りません..どんな助けでも大歓迎です... !!