Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 471 Bytes

File metadata and controls

11 lines (7 loc) · 471 Bytes

Image Background Remover

ImageBgRemover is an image processing tool that allows users to easily remove backgrounds from images. Using OpenCV this tool automatically detects and removes the background, leaving only the subject of the image.

🖼️ Preview

output

🙏 Acknowledgments

  • OpenCV for providing a powerful library for image processing.