ralphpugh / cvblob

Automatically exported from code.google.com/p/cvblob
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Contour of a blob #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Grendel
I need to get the contour of a blob (easy task)
but I need the contour pixels in some order (e.g. clockwise)
since I need to connect them by a line in another application.

I was wondering, if, by chance, you have a piece of code availble 
for this purpose.

Thanks a lot again
Best regards
Dan

Original issue reported on code.google.com by daniele....@gmail.com on 11 Feb 2009 at 4:00

GoogleCodeExporter commented 9 years ago
Hello Dan,

I'll see if I can add something about contour in the library. I don't know how 
to
implement it right now, but I'll study it.

Regards

Original comment by grendel....@gmail.com on 15 Feb 2009 at 9:10

GoogleCodeExporter commented 9 years ago
Truth to be told, I found an easy and effective way to get what I was looking 
for.
Once the blob has been identified via cvblob, it is possible to use open-cv
(cvFindContour) functions to get the contour.
Thanks so much as well.

Original comment by daniele....@gmail.com on 16 Feb 2009 at 11:22

GoogleCodeExporter commented 9 years ago
Hello!

Although there is cvFindContour in OpenCV I have written my own functions for
contours. They are in the last version of cvBlob.

Only for information ;)

Original comment by grendel....@gmail.com on 1 Oct 2009 at 8:24

GoogleCodeExporter commented 9 years ago
Hey, cvBlobs are incredible!
I would love to ask you, is there a way to convert your cvBlob contour into a 
standard OpenCV one? (vector vector point)
Thank you!
Jakub

Original comment by kubia...@gmail.com on 8 May 2014 at 1:20