|
-
Apr 6th, 2011, 08:27 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] A challenging pixel problem!
Hello,
Hope you are well. Any help here would be appreciated.
Here is my problem. I would like to iterate through every pixel in a jpeg image and retrieve its' colour code, storing all pixel colours for the image in an array. Finally, I will iterate through the array looking for skin tones and flagging them into a separate array. (The naughty array ) Now, I have the skin tone ranges sorted but here is the question:
What is the quickest way to go about iterating through the pixels in an image and retrieving colour code? (in vb.net)
(I have heard down the grapevine that GetPixel() can be slow, i'd ideally like to be talking a few seconds per image)
Many Thanks!
Jord
Last edited by intraman; Apr 7th, 2011 at 08:22 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|