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

How To Find Hidden Files Inside Image Files (jpg/gif/png)

I came across a link that shows how to hide number of files inside an image file: http://lifehacker… Read more How To Find Hidden Files Inside Image Files (jpg/gif/png)

How To Complete This Python Function To Save In The Same Folder?

I am trying to write my first real python function that does something real. What i want to accompl… Read more How To Complete This Python Function To Save In The Same Folder?

Most Efficient/quickest Way To Crop Multiple Bounding Boxes In 1 Image, Over Thousands Of Images?

I have a dataset of around 3000 images, of which I want to crop multiple areas of each image if I h… Read more Most Efficient/quickest Way To Crop Multiple Bounding Boxes In 1 Image, Over Thousands Of Images?

Deblur An Image Using Scikit-image

I am trying to use skimage.restoration.wiener, but I always end up with an image with a bunch of 1 … Read more Deblur An Image Using Scikit-image

How To Combine A Rgb Image With A Grayed Image In Opencv?

I refered this link to combine two images, and it works if both images are being RGB formated Combi… Read more How To Combine A Rgb Image With A Grayed Image In Opencv?

Converting Find() In Matlab To Python

I am converting a code from Matlab to Python. The code in Matlab is: x = find(sEdgepoints > 0 &a… Read more Converting Find() In Matlab To Python