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
Currently we are replacing every occurrence of 0 in the image with the mean, converting every black pixel to a mean pixel. This obviously also changes the color of pixels that are not part of the mask.
Possible solution:
get rid of resizing (probably not a good idea anyway). Already crop a properly sized image from the face video.
draw the ellipse with image independent parameters (we are actually doing that already, but the problem is the resizing of the frames after painting the ellipse). First in black and in the second pass with the mean color
The text was updated successfully, but these errors were encountered:
Currently we are replacing every occurrence of 0 in the image with the mean, converting every black pixel to a mean pixel. This obviously also changes the color of pixels that are not part of the mask.
Possible solution:
The text was updated successfully, but these errors were encountered: