Tagged Questions
1
vote
0answers
149 views
Remove “dots” noise (like from dot-matrix printer)
I have 2D array of floats. Using the floats, I generate image by doing proportional selection of color from between COLOR_MIN, COLOR_MAX – for maximal float value at given (x,y), I choose COLOR_MAX ...