Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Hi I would like to try sketch effect on photos using Brad Larson's GPUImage sdk in iOS. I am trying to create sketch effect like this

enter image description here

But the sketch effect i get is like this

enter image description here

I am using GPUImageSketchFilter to create this effect, Following are the parameters I provide to achieve this effect:

setTexelHeight:(1.12 / 480.0)
setTexelWidth:(0.5 / 320.0) 

Please suggest me how to achieve this effect..

Brad going by your suggestions, i have got this...

enter image description here

My Objective: I need to make the right image look like the left one.. Pls suggest me..!!

share|improve this question
how did you produce the first image? – janusfidel Sep 7 '12 at 12:15
@janusfidel the first image was produced from a sketch app. – Vivek T Sep 7 '12 at 12:18
1  
My "sketch" filter is merely Sobel edge detection with the edge strength indicated by darkness. The image you have up above is processed by a completely different means. The darker halos near edges seem to indicate the use of an unsharp mask, so that's one stage in this. It also looks like they apply a noise texture to the image. All I can say is that you should try different combinations of filters and see what gets you the closest. – Brad Larson Sep 7 '12 at 18:02
1  
@vivek: Hi , I am also using Brad Larson's GPUImage sdk for sketch but I want to know perfect combination for perfect sketch .... can you just help me out? – Pavan More 21 hours ago
1  
@VivekT : Below is the link of image that I am getting by applying with sketch filter. Please check it. picpaste.com/Screen_Shot_2013-05-23_at_5.45.37_PM-jukcIHSh.png – Pavan More 19 hours ago
show 8 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.