Skip to content Skip to sidebar Skip to footer
Showing posts with the label Scikit Image

Crop Image Using Mask And Python Scikit-image

I'm working in image proceesing and I have the following code to obtain the convex hull of a im… Read more Crop Image Using Mask And Python Scikit-image

Any Good Opencv Or Skimage Techniques To Thin Out Gridlines?

I have extracted a clean grid pattern: This above is the grid before I 'skeletonize' (or t… Read more Any Good Opencv Or Skimage Techniques To Thin Out Gridlines?

Shear An Image Without Cropping

I am trying to do a shear transformation on images using python. I am using skimage (scikit-image),… Read more Shear An Image Without Cropping

Image Processing - Eliminate Arc-like Smears

I am dealing with this kind of image (upper is post-processed) (lower is raw) So, first I converte… Read more Image Processing - Eliminate Arc-like Smears