Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# **RRS** - Rigid Re-Scaler

1701541251439

## 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
```