How to remove burrs after extracting the image skeleton?
I have a binary image, and I used the skeleton method in the Skimage library to extract skeleton lines. However, there are many burrs on both edges, and I want to remove and delete these burrs.
How to remove burrs after extracting the image skeleton?
I have a binary image, and I used the skeleton method in the Skimage library to extract skeleton lines. However, there are many burrs on both edges, and I want to remove and delete these burrs.
Combine SIFT results for chunks
I have extremely large reference and target satellite images (4 bands each) which I want to tie using SIFT. I am exploring skimage for this purpose.
iradon and iradonsart function in scikit-image package
i’m trying to do a PET experiment in my university lab. I’m using the iradon and iradonsart function from the scikit package to reconstruct the position of my point like source. My problem is that the image the two functions return seem to me that have x and y axis swap. Could it be due to the definition of my sinogram or it is due to something else?
Use Sauvola for a already binarized image
I want to use Sauvola for multiple iteration of the same image with different parameters. However it doenst work, because the image doenst change at all in the second binarization as seen in the pictureNot working iteration of images with sauvola