Closed GoogleCodeExporter closed 9 years ago
Your reasoning sounds valid, but I was not able to reproduce this problem. Can
you please create a test case for me? Basically create a volume which triggers
the behavior, press 1 which saves the current setting to "geomset.txt". And
attach that file here.
Original comment by memono...@gmail.com
on 8 Jul 2010 at 12:11
Here you go; hope this helps.
Original comment by shawnlha...@gmail.com
on 8 Jul 2010 at 1:57
Attachments:
Thanks, it triggered it. I was actually testing it with Sample_TileMesh, and it
works.
It seems to be cause by the fact that the watershed partitioning fails in that
case. It sometimes does when the hole is really small and relatively close to
an edge (as you might have noticed :)). I have some code in there which tried
to catch these small pockets, but seems to fail (as you have noticed as well).
I changed the simplification so that if it fails to find initial outline points
based on the region differences, then it tries to use the fallback method to
generate the contour. It's fixed in 174.
Original comment by memono...@gmail.com
on 8 Jul 2010 at 2:40
Original issue reported on code.google.com by
shawnlha...@gmail.com
on 6 Jul 2010 at 12:13