cvblob
cvblob copied to clipboard
OpenCV Blob library
Hello, Since github does no longer allow to commit -easely- in command line, I changed for framagit, and unfortunaly, I discovered your cvblob repository too late. I'm very sorry to...
the code: ` //TestDLL.c : test of CvBlob DLL cv::Mat img = cv::imread("test.png", 1); cv::Mat grey; grey.create(img.size(), CV_8UC1); cv::cvtColor(img, grey, CV_BGR2GRAY, 1); cv::threshold(grey, grey, 0, 255, CV_THRESH_BINARY + CV_THRESH_OTSU); LARGE_INTEGER...
 lable is 0  but the blob_map have no 0
what's the meaning of the Lable? I don't know how to give the the value to max_lable in below function? the test example is outdata /// \brief Label the connected...
hi, the two files cvb_track.cpp and cvb_track.h is not added to the vc project and when i add them they gives errors in the building but when i build without...
can u please tell us the cvblob library version u have used for this algorithm
I build this project and got the following error: Unhandled exception at 0x01E137EF (msvcr100d.dll) in TestDLL.exe: 0xC0000005: Access violation reading location 0x676E702E.