Niccolò Mandelli

Results 6 comments of Niccolò Mandelli

The image reading error of the .TIF file is due to the image size, as it also occurs on my laptop for large images. However, it works for small images...

I tried to modify the parameter to change the size of the markers but the OOM error occurs again. Specifically, I set values like `0.3` and `0.9,` the total computation...

Yes, I had already verified and inspected the `markers` by varying the threshold set for `dist.` When I increased the threshold, I noticed an increase in the size of the...

Yes, of course. This is my main code : ```julia link = joinpath(@__DIR__, "..", "input_example_demo", "slideExample1", "SlideExample_mini_1.tif") # load slide println("LOAD SLIDE ...") svs_image = read(link) img = ImageMagick.load_(svs_image) bw...

Do you have any updates for me?

Yes, I am using `watershed()` to segment histopathological images. My request arises from the need to print, once the segmentation is completed, the segmented image with the overlaid graph generated...