Rasaa84
Rasaa84
Hi, I am currently working on whole slide histology images, and my workflow involves several steps. First, I divide these images into tiles (grid base). Next, I determine whether each...
Hi, How can I randomly select a pixel with a particular value from a single-band image? I need to have its coordinates. Your help is much appreciated. Best,
Hi, I have installed pyvips using pip on Windows 11 but get the following error calling dzsave. Traceback (most recent call last): File "C:\Users\...\anaconda3\envs\torch\lib\site-packages\pyvips\vimage.py", line 1339, in __getattr__ Introspect.get(name) File...
Hi, Is there any possibilities to create a SVG polygon from a binary mask in pyvips?
Hi, How can we get count of pixels that meet a specific condition in a Pyvips image? Thanks in advance for your help.
Hi, I am wondering if it is possible to do otsu's thresholding in pyvips? your help is much appreciated.
Hi, I am wondering if there is any ways to save an image to deepzoom file very fast? I am using `img.dzsave` but for an image like `` it takes...
Hi, I am going to use `pyvips `to create `dzi `files from a `numpy `array but get the following error. ``` TypeError Traceback (most recent call last) /tmp/ipykernel_56220/2408616579.py in 3...