sub-level set filtration for cubical complexes #640
Replies: 2 comments 8 replies
-
Hi @catanzaromj! Thanks for the questions!
At the moment, I'm not sure why CubicalPersistence wouldn't do exactly what you are asking. I may be misreading your question, though. Concerning general tools for images, the complete selection is here. We always welcome contributions, though :) |
Beta Was this translation helpful? Give feedback.
-
Ah yes, I see what you mean! But I always found this to be a feature, not a bug. This way, a 2D array input (instead of 3D array or collection of 2D arrays) can be interpreted as a collection of 1-dimensional cubical complexes. One can do e.g. the sub-level set filtration of a collection of time series in this way! Concerning your second point, I think it would effectively be implemented by setting the pixel values in the points which would be binarized to 0 as |
Beta Was this translation helpful? Give feedback.
-
I work with cubical complexes and would like to filter by their gray scale values. Is this currently implemented in giotto?
Specifically, suppose I have an image, exactly analogous to the mnist handwritten digits example already included in giotto. I would like to filter by the gray scale values of the image. In practice, this is a sublevel set filtration on the 'underlying' cubical complex given by the pixels in the image.
An even better work flow might be not to start with the full image, but first apply some threshold binarizer. Then on the binarized image, filter by the original grey scale values. Is there an easy way to do this in giotto already?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions