If you are using the vision toolkit, then you can then do paticle analysis to determine the size of each blob of white, or the sum of all white pixels. If not using Vision, you can use the image to array function, then iterate through the resulting 2-D array, and increment a counter each time a pixel value is greater than a predetermined value. You will not be able to find the size of individual blobs of white, though.