Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

anisotropic_diffusion slicer error #115

Closed
nbianka99 opened this issue May 29, 2023 · 3 comments
Closed

anisotropic_diffusion slicer error #115

nbianka99 opened this issue May 29, 2023 · 3 comments

Comments

@nbianka99
Copy link

I get the error from below, even if I use the test function from your test file. My input is an image, which looks like the following:
img = np.array(img, dtype=float) filtered_img = anisotropic_diffusion(img)
The same error I get for:
arr = np.random.uniform(size=(64,64)) filtered_img = anisotropic_diffusion(arr)
What am I doing wrong here?
error

@16jiu7
Copy link

16jiu7 commented Aug 26, 2023

#90

@StellarStorm
Copy link
Collaborator

#107 looks to be the fix - will be merged in soon!

@loli
Copy link
Owner

loli commented Dec 15, 2023

Merged and fixed in Release 0.5.0

@loli loli closed this as completed Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants