clij / clij2

GPU-accelerated image processing for everyone
https://clij.github.io/clij2
Other
48 stars 14 forks source link

CLIJx-Assistant #29

Closed ky395 closed 3 years ago

ky395 commented 3 years ago

I'm trying to segment my image using the Top Hat Box filter (and some others). I tried to change the radius but nothing seems to change in the image? Why? Also does red mean it's still processing and when its done the box turns green? It didn't do anything with the big image so I tried to crop a small one (29MB) still the same. image

haesleinhuepf commented 3 years ago

Hi @ky395 ,

I just tried with your screenshot. I upsampled it to 4000x4000 pixels and ran the top-hat filter. Your screenshot also looks like it was able to compute the result at least once: the right image appears background-subtracted indeed. image

On my Intel-GPU it just takes a second. Thus, I'm not sure why the window stays red in your case. Was there a console window popping up with an error message? If not, can you restart Fiji and try again?

Let me know if this helps!

Cheers, Robert

ky395 commented 3 years ago

It works! Also works on my whole image crop! Thanks!