i see this algorithm: http://scien.stanford.edu/pages/labsite/2000/ee368/projects2000/project18/coloredpencil.htm and i dont understand what is the mask function does. the function need one parameter (type integer) but i dont understand what the function does with this parameter. can you help me?
just what it said: Mask(...)= 1/ (Max_diff(x,y)/sqrt(Orig_Value(x,y)+1)/3+1) where the parameter you give is the (x,y) 's 3*3 neighborhood.
interesting algorithm, I never thought about using programing to do that kind of effect. Great! ~Mike