Quote:
Originally Posted by MattW
You average the RGB values in each frame of the video (GrayColor = R+G+B/3) to get the grayscale value of each pixel.
|
Thanks for the quick reply. Could you explain a little bit more in detail here how I would go about that or point me in a direction of which code to look up the documentation on to do this?
Thanks