Thread: Pixel by Pixel
View Single Post
  #5  
Old 03-26-2011, 04:08 AM
AndyJWest AndyJWest is offline
Approved Member
 
Join Date: Jan 2010
Posts: 1,049
Default

Quote:
Originally Posted by MadBlaster View Post
The average on the 1 inch square could be based on a random sample of pixels in the square. No need to check every pixel or load up the average calculation with every pixel in the square. But I'm not a programmer. Just trying to apply some common sense to this insanity.
Actually, given the parallel processing capabilities of GPUs, I suspect that dealing with this on a per-pixel basis might be quicker. In any case, if you start averaging discreet sections of the screen, you risk causing all sorts of artefacts. Frankly though, I know enough about the problem to know that I don't know enough about the problem to solve it.
Reply With Quote