Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fauzymadani/bgremover.c
background remover made with C.
https://github.com/fauzymadani/bgremover.c
c c-project cli
Last synced: 3 days ago
JSON representation
background remover made with C.
- Host: GitHub
- URL: https://github.com/fauzymadani/bgremover.c
- Owner: fauzymadani
- Created: 2024-12-08T05:48:47.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-23T01:50:39.000Z (about 1 month ago)
- Last Synced: 2024-12-23T02:22:58.764Z (about 1 month ago)
- Topics: c, c-project, cli
- Language: C
- Homepage:
- Size: 139 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- Authors: AUTHORS
Awesome Lists containing this project
README
# bgRemover.c
a background remover with c!![![C/C++ CI](https://github.com/fauzymadani/bgRemover.c/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/fauzymadani/bgRemover.c/actions/workflows/c-cpp.yml)
## Requirements
- `g++`
- `gcc`
- `libopencv-dev`## Installation
```bash
sudo apt install libopencv-dev #debian based distro
git clone https://github.com/fauzymadani/bgRemover.c.git
cd bgRemover.c
g++ -o remove_bg main.c `pkg-config --cflags --libs opencv4`
```## Usage example
supported extension: `jpeg` only.
```bash
./remove_bg input.jpeg output.png
```
Use with image that have a green background!.
this tools is not serious, i'm just bored and still under development.