def vprewitt(image, mask=None):
    """Find the vertical edges of an image using the Prewitt transform

    image - image to process
    mask  - mask of relevant points