https://github.com/hellothisisflo/perceivedbrightness
Map a picture to its perceive brightness
https://github.com/hellothisisflo/perceivedbrightness
Last synced: about 2 months ago
JSON representation
Map a picture to its perceive brightness
- Host: GitHub
- URL: https://github.com/hellothisisflo/perceivedbrightness
- Owner: HelloThisIsFlo
- Created: 2020-07-06T19:08:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T15:19:02.000Z (about 1 year ago)
- Last Synced: 2025-02-13T12:54:01.533Z (3 months ago)
- Language: Python
- Size: 3.85 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini Project - Sort via Perceived Brightness
## Goal
I wanted to sort the colors from this image by perceived brightness
## Result
## Steps
### 1. Map each pixel to its perceived brightness
This is the only step where [the script](https://github.com/FlorianKempenich/PerceivedBrightness/blob/master/map_to_perceived_brightness.py) is used. We take the original image and, for each pixel, map the color to its perceive brightness. Then we display the value on the red component.
### 2. Manually sort by perceived brightness
### 3. Reproduce the order with the real colors - And DONE 😃
