after the blob detection, in case more than 1 blob has been detected, take also into account
the blob size (filter out blobs above certain threshold)
maybe the distance between the last detected position and the current one (filter if blob moved too fast, e.g. false positive drew attention to it on the screen edge)
after the blob detection, in case more than 1 blob has been detected, take also into account