Last post Mar 06, 2012 02:17 AM by jeanpaulva
Member
4 Points
18 Posts
Mar 03, 2012 03:45 AM|AK_VU|LINK
Hello !
can any one specify me how to identify a gray (6 x 6) point on a image
actully there are different kind of points on the image. but i want to identify which is ( 6 x 6 ).
any one with code or with idea will greatly be appritiated
thanks
10 Points
2 Posts
Mar 06, 2012 02:17 AM|jeanpaulva|LINK
You can iterate over the GetPixel() method of bitmap and find the consecuting pixels 6x6 of gray color.
Member
4 Points
18 Posts
who to identify different objects on an image (DOTNET)
Mar 03, 2012 03:45 AM|AK_VU|LINK
Hello !
can any one specify me how to identify a gray (6 x 6) point on a image
actully there are different kind of points on the image. but i want to identify which is ( 6 x 6 ).
any one with code or with idea will greatly be appritiated
thanks
Member
10 Points
2 Posts
Re: who to identify different objects on an image (DOTNET)
Mar 06, 2012 02:17 AM|jeanpaulva|LINK
You can iterate over the GetPixel() method of bitmap and find the consecuting pixels 6x6 of gray color.
http://jeanpaulva.com