CellCognition / cecog

A fast and cross-platform image analysis framework for fluorescence time-lapse microscopy and bioimage informatics.
https://cellcognition-project.org
Other
43 stars 17 forks source link

ccore.ImageMaskContainer crash #55

Open sommerc opened 11 years ago

sommerc commented 11 years ago

ccore.ImageMaskContainer()

crashes, if the boolean parameters differ from:

(img1, img2, False, True, True)

miheld commented 11 years ago

Could be that vigra's CrackContourCirculator is causing the crash. This was the reason before for very oddly shaped objects. The contours are stored during segmentation for a later use in the CellBrowser.

On Oct 29, 2012, at 6:06 PM, Christoph Sommer notifications@github.com wrote:

ccore.ImageMaskContainer()

crashes, if the boolean parameters differ from:

(img1, img2, False, True, True)

— Reply to this email directly or view it on GitHub.

sommerc commented 11 years ago

Yes, thanks for the hint on that.

What about adding ccore unit test for such cases (on the python side using nose)?