You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
after the blob detection, in case more than 1 blob has been detected, take also into account
The text was updated successfully, but these errors were encountered: