How to produce Photoshop stroke effect?
I'm looking for a way to programmatically recreate the following effect: Give an input image: input http://www.shiny.co.il/shooshx/ConeCarv/q_input.png I want to iteratively apply the "stroke" effect. The first step looks like this: step 1 http://www.shiny.co.il/shooshx/ConeCarv/q_step1.png The second step like this: alt text http://www.shiny.co.il/shooshx/ConeCarv/q_step2.png And so on. I assume this will involves some kind of edge detection and then tracing the edge somehow. Is there a known algorithm to do this in an efficient and robust way? VonC Basically, a custom algorithm would be,