hip icon indicating copy to clipboard operation
hip copied to clipboard

Haskell Image Processing Library

Results 17 hip issues
Sort by recently updated
recently updated
newest added

The `superimpose` function in `Graphics.Image.Processing` does not superimpose. It replaces the pixels in the target image with the overlay image. While useful, this is not the expected behavior. Especially, with...

Hi. This library is very slow to compile? With ghc-8.10.2, compiling hip-1.5.6.0 from hackage takes more than 10 minutes total (some modules take 5 min), on an otherwise reasonable machine...

Is it possible to create watermarks with hip library?

De-convolution is used to correct the systematic error of blur (loss of contrast in smaller features) in images. This particular variant is used when no information about the distortion (blurring...

An outline implementation of Floyd Steinberg Dithering algorithm (The errors calculated are not exactly correct and the values currently used are testing ones). Please note that this is an initial...

An implementation of adding Gaussian noise to images. A few changes yet to be made before producing sample outputs.

A partial pure implementation of Gabor filter. A few changes yet to be made before producing sample outputs.

An initial version of Otsu Clustering algorithm. A few changes yet to be made before producing sample outputs.

Hey, I came across this listed on the ZuriHac website and I wanted to know if there are any specific issues that you have in mind for the hackathon? I...

This is the master ticket of all the ambitious goals for the ZuriHac 2020. High level goal is that we need to rewrite HIP with massiv while getting rid of...