T8RIN / ImageToolbox

🖼️ Image Toolbox is an powerful picture editor, which can crop, apply filters, add some drawing, erase background, edit EXIF or even create PDF file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better Auto Remove Background feature

nyaasar opened this issue · comments

Make it more user-friendly and user-reliant.

From what I've experienced, the current auto remover is great for simple images, but not for complex image with multiple objects; and it relies too much on algorithm, which in turn gives users less control over it.

So here's some useful suggestions reference:

Screenshot_20240503-171755
Application link: Background Eraser

That app is not open source, and i'm using mlkit to perform background removal, so I can't do anything except change the lib, but i don't know any other

It's not open source, indeed.
But I hope that can give you some inspirations for, perhaps, future update of the background remover feature. 😃

auto version can't be improved unless google do it

hey nyaasar, How can I achieve the repair functionality, do you have the open source code for the app inside your above image?

hey nyaasar, How can I achieve the repair functionality, do you have the open source code for the app inside your above image?

Which repair? This is already in my app while removing background

hey nyaasar, How can I achieve the repair functionality, do you have the open source code for the app inside your above image?

Which repair? This is already in my app while removing background

Your project is great, in the future I will refer to it more, however it is written in jetpack, I don't have time to learn yet, can you tell me more about the logic to repair (restore) pixels, for example I delete pixels by draw the line and then I restore the pixels by drawing. How to achieve this?