Luis Pedro Coelho

Results 78 comments of Luis Pedro Coelho

GPL2 is not compatible as mahotas is currently MIT-licensed, which does not have the copyleft restriction.

Thanks. Would it be possible for you to upload the corresponding images? It may be that numerically, it just blows up.

Sorry for the delay, but this fails on travis (also, locally): https://travis-ci.com/github/luispedro/mahotas/builds/170839189

Also, this PR and #111 should be merged into one or does this one completely subsume the previous one?

The test cases should be with the code together in the same PR But, in any case, the code does not even pass a smoke test: it mixes tabs &...

You can update PRs by adding commits to their respective branches. It does not need to be a single commit per PR.

Is this approach being used? I only saw your manuscript, but I did not find some citations and/or comments from users.

What did you expect the result to be? The default is that the structuring element is:: ``` np.ones([ [0,1,0], [1,1,1], [0,1,0]]) ``` It's late in the day, so I could...

Ok, I think the problem might be the documentation. mahotas uses the pymorph convention (I maintain pymorph, but I didn't start it; so, I inherited this convention): the structuring element...

Can you perhaps post the image? What is the `dtype` (_i.e._, `print(image.dtype))`)?