Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loisglld/rrs
Rigid Rescaler for pgm images
https://github.com/loisglld/rrs
Last synced: about 1 month ago
JSON representation
Rigid Rescaler for pgm images
- Host: GitHub
- URL: https://github.com/loisglld/rrs
- Owner: loisglld
- Created: 2023-12-02T14:32:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-06T19:35:40.000Z (about 1 year ago)
- Last Synced: 2024-08-22T14:45:29.325Z (4 months ago)
- Language: C++
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# **RRS** - Rigid Re-Scaler
## Description
Project brought by Mr. LALLEMENT and Mr. FAISAN, teachers at Télécom Physique Strasbourg in the context of the course "Concepts of Object Oriented Programming".
This project is a simple rigid re-scaler, which means that it will keep the ratio of the image and will not deform it.## How to use
Clone the repository and run the following command in the root directory of the project:
```bash
mkdir build && cd build && cmake .. && make && cd .. && ./bin/rrs
```