Code Monkey home page Code Monkey logo

Comments (5)

luispedro avatar luispedro commented on May 20, 2024

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 be misthinking this, but it seems that greyscale erosion should result in zero-valued areas to become -1.

from mahotas.

thouis avatar thouis commented on May 20, 2024

I was confused. However, it's not clear from the docs the difference
between the structuring element neighborhood and structuring element value.
Is the SE neighborhood all nonzero entries, or are they denoted some other
way?

from mahotas.

luispedro avatar luispedro commented on May 20, 2024

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 is its values, except that the lowest possible value (-2147483648 in np.int32) indicates minus infinity.

I am not sure I completely buy this convention, but I adopted it.

from mahotas.

thouis avatar thouis commented on May 20, 2024

Ok. This was partly me not understanding the generalization of binary
erosion to grayscale, having only used it with 0-height structuring
elements. You might document that as well, for confused people like me.

I'll try to submit a PR to the docs sometime next week, if you don't get to
it.

from mahotas.

ErichZimmer avatar ErichZimmer commented on May 20, 2024

I am not entirely sure my comment fits here, but when I perform phase separation through erosion and dilation, I get completely different results from scipy. Further testing with particle image velocimetry image pairs yields results that were not suitable for further processing. Perhaps, following a convention like scipy would be better? Or am I simply misinterpreting the results and need to scale them in some fashion?

from mahotas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.