Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Mar 06, 2012 06:17 AM by jeanpaulva
Member
12 Points
21 Posts
Mar 03, 2012 07:45 AM|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
14 Points
2 Posts
Mar 06, 2012 06:17 AM|LINK
You can iterate over the GetPixel() method of bitmap and find the consecuting pixels 6x6 of gray color.
AK_VU
Member
12 Points
21 Posts
who to identify different objects on an image (DOTNET)
Mar 03, 2012 07:45 AM|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
jeanpaulva
Member
14 Points
2 Posts
Re: who to identify different objects on an image (DOTNET)
Mar 06, 2012 06:17 AM|LINK
You can iterate over the GetPixel() method of bitmap and find the consecuting pixels 6x6 of gray color.
http://jeanpaulva.com