Skip to content

Commit

Permalink
Update readme.md on experiments folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
italoPontes committed Mar 22, 2024
1 parent 8ecc10b commit 9984168
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions experiments/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Experiments

This folder contains Jupyter Notebooks for auxiliar experiments.
This directory contains Jupyter Notebook files used for various experiments.

## Description
## Files

The notebook `performance_test.ipynb` explores various implementations of functions within the Steganography module to determine which one executes more efficiently.
1. **generate_frames.ipynb**: Script used to generate frames of solid colors and vary the least significant bits for each color.
2. **performance_test.ipynb**: Script used to test variations of implementations of the same code to identify the most efficient implementation.
3. **psnr.ipynb**: Script used to calculate the PSNR between the generated frames, aiming to estimate how different the original image is compared to the steganographic image.

## License

This project is licensed under the MIT License - see the [LICENSE](../LICENSE) file for details.

0 comments on commit 9984168

Please sign in to comment.