cvblob icon indicating copy to clipboard operation
cvblob copied to clipboard

OpenCV Blob library

Results 8 cvblob issues
Sort by recently updated
recently updated
newest added

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...

![图片](https://user-images.githubusercontent.com/40679769/140026051-078d9465-92e1-4f33-bf1e-452170b1cfd9.png) lable is 0 ![图片](https://user-images.githubusercontent.com/40679769/140026120-9ae93f1d-4c5b-44dd-8abd-c16ab5660f86.png) 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.