I am designing a C++ program to read in a scanned image of sheet music and interpret it. It needs to not only read in the black and white image, but also store it in an array in which the black pixels are 1's and the white ones are 0's. Bear in mind that I am not an expert programmer when you respond.<br><br>Thanks!