https://github.com/vskarleas/imagepulser
Vectorize and simplify images obtained via a webcam using dynamic methods, like segment-based or even bezier-curves simplification. We detect contours, manipulate bitmaps and create Adobe PBMs representations for the simplified results.
https://github.com/vskarleas/imagepulser
arduino bezier-curves bus c contour-detection cpp opencv
Last synced: 20 days ago
JSON representation
Vectorize and simplify images obtained via a webcam using dynamic methods, like segment-based or even bezier-curves simplification. We detect contours, manipulate bitmaps and create Adobe PBMs representations for the simplified results.
- Host: GitHub
- URL: https://github.com/vskarleas/imagepulser
- Owner: vskarleas
- License: mit
- Created: 2024-08-06T08:44:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-05-27T19:02:17.000Z (about 1 month ago)
- Last Synced: 2026-05-27T20:22:00.390Z (about 1 month ago)
- Topics: arduino, bezier-curves, bus, c, contour-detection, cpp, opencv
- Language: C
- Homepage: https://imagepulser.dev.vskarleas.com/
- Size: 26.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Projet en langage C : ImagePulser
Video : [https://youtu.be/HgWcbY_vNWo](https://youtu.be/HgWcbY_vNWo)
## Authors
* Evinia Anastasopoulou
* Vasileios Filippos Skarleas
* Yanis Sadoun
## Project Overview
This project was developed during the 6th semester under the **Robotics Engineering major**. The course included two main components: **Projet Imposé** and **Projet Imagination**.
### Projet Imposé
The **Projet Imposé** is a simple program designed to help students familiarize themselves with the OpenCV development environment.
### Projet Imagination
The **Projet Imagination** is a unique project, where each pair or group of three students (binome/trinome) was free to choose what they wanted to develop.
The main objective of this project is to vectorize and simplify images obtained via a webcam using dynamic methods, particularly segment-based simplification. This process has several real-world applications such as:
- Contour detection for image analysis
- Geometric data compression and contour representation at different scales, useful in mapping and geographic information systems.
- And more...
---
## Projet Libre
Vous trouverez ici le lien qui mène au website de notre projet libre: [https://imagepulser.dev.vskarleas.com/](https://imagepulser.dev.vskarleas.com/) (documentation)
Le source code est disponible dans le répertoire **`Imagination`**
## Projet Imposé
Vous trouverez ici le lien qui mène au website de notre projet imposé: [https://impose.dev.vskarleas.com](https://impose.dev.vskarleas.com) (documentation)
Le source code est disponible dans le répertoire **`Impose`**
---
## GitKraken
GitKraken lives to make the complex simple – saving developers hours per day with world-beating capabilities like our intuitive merge tools and interactive rebase. It's the world's most powerful suite of Git tools for developers & their teams.
If you want to install it: [https://www.gitkraken.com/download]()
> It comes with a FREE license if you integrate it with your Github Education Hub. More info at [https://www.gitkraken.com/github-student-developer-pack-bundle]()
If you want to commit: [https://help.gitkraken.com/gitkraken-client/commits/]()
---
### License Information
ImagePulser © 2024 by Evinia Anastassopoulou, Vasileios Filippos Skarleas, and Yanis Sadoun is licensed under the [Creative Commons Attribution-NonCommercial 4.0 International](https://creativecommons.org/licenses/by-nc/4.0/).
This work also includes content that is not the property of the authors and is subject to copyright and other licenses from their respective owners.