Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.