C++ API with cvBlob

168 views
Skip to first unread message

bluekid

unread,
Aug 22, 2012, 1:18:49 AM8/22/12
to cvb...@googlegroups.com
Hi
i write a simple interface over an  cvblob functions
for example
unsigned int cvLabel (IplImage const *img, IplImage *imgOut, CvBlobs &blobs);
function called from
unsigned int Label (Mat src, Mat& imgOut, CvBlobs &blobs)
{
   .....
   cvLabel(....);
}

so you can use C++ API

I want to contribute, how do I start? how can i send these code ?





bluekid

unread,
Oct 26, 2012, 12:34:37 AM10/26/12
to cvb...@googlegroups.com
if anyone interested this topic
download code here

22 Ağustos 2012 Çarşamba 08:18:49 UTC+3 tarihinde bluekid yazdı:

Cristóbal

unread,
Dec 21, 2012, 2:50:25 AM12/21/12
to cvb...@googlegroups.com
I'm considering move the repository to Mercurial (in Bitbucket or something like that), so people can fork it and push back their contribution. Right now I don't have time for more develop. In 6 months I would have some time again, but...

Sorry for all the inconvenience and thank you very much for your help.

Carlos Martins

unread,
Dec 21, 2012, 4:40:34 AM12/21/12
to cvb...@googlegroups.com
Hi Cristóbal.

Wouldn't github be a better option?

Cristóbal

unread,
Dec 21, 2012, 4:55:26 AM12/21/12
to cvb...@googlegroups.com
I'm considering it also, but I work usually with Mercurial and Bitbucket and never used Git. Also Google Code can switch to Mercurial too and perhaps I'll give it a try.

Massimo Vecchio

unread,
Oct 10, 2013, 7:15:06 AM10/10/13
to cvb...@googlegroups.com
Hi,

did you finally upload the c++ interfaces anywhere? I would be *very* interested!
Thank you

Fabrice de Gans-Riberi

unread,
Oct 10, 2013, 7:58:05 AM10/10/13
to cvb...@googlegroups.com
Hi Massimo,

I ported a large part of cvblob to C++, changing large parts of the API (not so much internally though), you can find the result here: https://github.com/Steelskin/cvblob
Unfortunately, I still haven't got round to porting the tracking part, which you seem to need for your code. Also, I need to port the cmake files for building the project. I'll probably get to it before the end of the year though. Maybe.


--
You received this message because you are subscribed to the Google Groups "cvBlob" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cvblob+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



--
Fabrice de Gans-Riberi

bluekid

unread,
Oct 10, 2013, 7:59:42 AM10/10/13
to cvb...@googlegroups.com
there is a link  in my second post

10 Ekim 2013 Perşembe 14:15:06 UTC+3 tarihinde Massimo Vecchio yazdı:

Massimo Vecchio

unread,
Oct 10, 2013, 8:11:13 AM10/10/13
to cvb...@googlegroups.com
Thanks for your info & support Fabrice, I really appreciate them!

Best,

Massimo

Massimo Vecchio

unread,
Oct 10, 2013, 8:27:57 AM10/10/13
to cvb...@googlegroups.com
I see bluekid!

Looking at your interfaces, it is now clear to me where my fault was!

thanks!
Reply all
Reply to author
Forward
0 new messages