Relative Content

Tag Archive for pythonopencvimage-processing

I have to remove raindrops from a scene , and I am using python with opencv. But I am not able to maintain the quality. any suggestion?

I am trying to remove raindrops from an image using OpenCV in Python. The image is a cartoon-style outdoor scene with trees, clouds, a pond, and a green landscape. Raindrops are drawn across the scene in white streaks. After applying an inpainting algorithm, the quality of the image decreases, and the pond in the center of the image appears to split into two parts.

Structure or Path Detection in a Heatmap Image

Heatmap with Road (sample)I have the following image (see below) wich is only one out of many images which all have a central part, a kind of road which needs to be identified. What would be the best approach to identify these roads and get their cooridnates. Roads can be straight have left or right curves. Also there can be some disturbances or noise on the left or right borders of the image. All images have the same size and I have the underlying signal structure which makes these images up.