VESDK/Android/Guides/Stickers
Background Removal for Stickers
VideoEditor SDK combined with Google's Selfie segmentation with ML Kit allows to quickly remove the background from personal stickers.
The sticker action to remove background is available for any of the (non-animated) personal stickers where a clear background can be detected.
It is enabled by default and it can be disabled by removing the option with id StickerOptionToolPanel.OPTION_REMOVE_BG
from UiConfigSticker.optionList
.
NOTE: Background removal requires the
backend:background-removal
module. Refer to our documentation on how to include the module in your project.