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

How To Concatenate 5 Images Out Of Multiple Images In A Folder

I have a folder which has multiple images lets say images names are---- AB_1.jpg, AB_2.jpg, AB_3.jp… Read more How To Concatenate 5 Images Out Of Multiple Images In A Folder

Sorting Contours Left To Right In Python (opencv)

I'm using Python and OpenCV to detect contours in my image. But when I run the following code t… Read more Sorting Contours Left To Right In Python (opencv)

Histogram Of An Image's "black Ink Level" By Horizontal Axis

I have a black and white image (or pdf) file, and want to get a histogram of the image's horizo… Read more Histogram Of An Image's "black Ink Level" By Horizontal Axis

How To Remove Image Noise Using Opencv - Python?

I am working with skin images, in recognition of skin blemishes, and due to the presence of noises,… Read more How To Remove Image Noise Using Opencv - Python?

Median Filter For Image Python3

I wanted to implement a radial median filter. I have the following picture (size = (Nx,Ny)) I want… Read more Median Filter For Image Python3

Remove The Annotation Box From The Picture

** What I want to do is remove the red box in 5000 images. I wrote a piece of python code for one s… Read more Remove The Annotation Box From The Picture

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)

Image Cropping Using Python

I am new to Python coding and I am writing a program in which I will be cropping an entered image a… Read more Image Cropping Using Python