def clean(image, mask=None, iterations=1):
    """Remove isolated pixels
    
    0 0 0     0 0 0
    0 1 0 ->  0 0 0