Closed GoogleCodeExporter closed 8 years ago
Caused by infinity loop with RecursiveBlobCounter.LabelPixel()
Original comment by mareatu...@gmail.com
on 14 Dec 2008 at 8:23
Please, read documentation to the class before. It is said there that the class
should not be applied to images with big objects, since it requires big stack,
which
may cause its overflow. The recursive version is only useful for small objects
-
like stars on the sky.
I would suggest you to BlobCounter class, which does not depend on stack.
By the way. I believe you have a wrong image and you will not get anything good
with
it. Blob counter relies on the fact that background is black, but objects are
none
black. But you have different situation.
Original comment by andrew.k...@gmail.com
on 14 Dec 2008 at 9:57
Original issue reported on code.google.com by
mareatu...@gmail.com
on 14 Dec 2008 at 8:21Attachments: