Marianne Corvellec

Results 119 comments of Marianne Corvellec

I guess that going for this alternative CLAHE implementation would resolve #2216. Maybe we would want to wrap it so it supports float images as well? cf. https://github.com/anntzer/clahe/blob/ed8bdd2f531d8d19c2adc907cee75c89d3cb019f/lib/clahe/_clahe.py#L12

No, it's not necessary: I just checked and I could equally `from skimage import img_as_ubyte` and `from skimage.util import img_as_ubyte`. I guess the magic is happening here: https://github.com/scikit-image/scikit-image/blob/533a5b5c0852b38890d63c348117aba8055b3995/skimage/__init__.py#L152-L158

You are right that, for educational purposes, it's probably better to keep the `util` submodule explicit.

Hi @Dwiunzila, Where does scikit-image come into play? Did you mean to post under https://github.com/abinit/abinit/?

CI is failing for `linux-cp3.8-mini-req-eager-import` and `linux-cp3.8-mini-req-optional-deps` with ```bash ImportError: "" in "skimage.future.graph.rag" requires "matplotlib >=3.5" ``` although https://github.com/scikit-image/scikit-image/blob/c129f02d63e484751b8a8d9afee5d03d1c2d48f7/skimage/future/graph/rag.py#L449 :thinking:

Thanks, @judafe! I guess I didn't refresh my page :upside_down_face:

Then maybe we should rename `hessian_matrix_det` --> `hessian_tensor_hyperdet` to be consistent, going for the generalized (nD) version? I can see that `hessian_matrix` appears in `hessian_matrix_eigvals` and `hessian_matrix_det` (in the API,...

> > My suggestion is to divide this issue into 2 PRs, one for the 11 flatten matches, that can be implemented and merged to main first, and a second...