Dear Alexandra,
Other processes to consider might be to manipulate a row or column of pixels at a time. There are IMAQ Vision functions that will allow you to extract selected rows and columns (just in the same way as you can with regular data arrays). The extracted column or row (line profile) is effectively a 1D array of pixels (ranging from 0 to 255 if you image is 8-bit). By taking this approach you may be able to make use of the polymorphic nature of many of LabVIEW's core VIs (numeric operators, comparison VIs and so on).
This approach should avoid the need to examine each individual pixel within your image. If you find that this approach is not suitable or I have misunderstood your question, could you supply some more detailed information as to how
you need to "prove the pixel values"?
Jeremy