수도코드 더보기 Algorithm for countCells( x, y ) if the pixel( x, y ) is outside the grid the result is 0; else if pixel( x, y ) is ( not an image pixel ) or ( already counted ) the result is 0; else set the colour of the pixel( x, y ) to a red colour; // 카운트 되었음을 표시 the result is 1 plus the number of cells in each piece of the blob that includes a nearest neighbor; private static int BACKGOUND_COLOR =..