I'm thinking of processing some images to produce an effect similar to photoshop's smart blur or surface blur.
I found this
link where someone already wrote the code in java. Aside from straight translating it into processing, I'm just wondering if there are any improvements that can be made? Using bit operation for colour manipulation - not sure if this is applicable in this instance. Really anything to speed this up.
1