palucdev / CudaOtsu

Otsu's method thresholding and image binarization on GPU in CUDA
MIT License
22 stars 10 forks source link

Artifacting in binarized image #14

Open WillNilges opened 1 year ago

WillNilges commented 1 year ago

I'm seeing smatterings of red, yellow, green, and blue pixels in my binarized image. Not sure what the deal is with that, but it happens on both CPU and GPU implementations. Perhaps it's a problem with the PNG library used?

image

palucdev commented 1 year ago

To retest after library change #7.