PICcoder.co.uk Forum  


::post new topic::
Convert the color image into the sketch in Visual
Date: 2007/05/05 21:25 By: zeeShan Ansari Status: Visitor  
 
Hi friends!
I have no idea that how I can convert the image into the sketch style? Using the C#.Net.
Please suggest to me or give the helpful hints…………I will be very thank full to all of you……….this image conversion is a part of my FYP……..i used many algorithms for conversion of image but these algorithms are not efficient ....I have been trying since last month but i fail.....please guide me
Thanks Again!!
reply | quote

Re:Convert the color image into the sketch in Visual
Date: 2007/05/08 18:53 By: zeeShan Ansari Status: Visitor  
 
Sketch Style means that Draw the outline of image
Sketch means that draw the only dark pixels.
reply | quote

Re:Convert the color image into the sketch in Visu
Date: 2007/05/15 11:54 By: dariog Status: User  
Karma: 6  
Posts: 107
graphgraph
I once dit it, on grescale images, in both Assembler and Windows SDK.
Basically, I scanned the image pixel after pixel, row after row... compare any pixel with surrounding (I mean, in terms of light, or RGB values) and set it to black if it is "much different" from the neighbour, or white if not.

HTH
reply | quote

::post new topic::