Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/visualNext/golem
https://github.com/visualNext/golem
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/visualNext/golem
- Owner: visualNext
- Created: 2021-01-05T08:58:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-05T15:07:11.000Z (almost 4 years ago)
- Last Synced: 2024-01-24T04:12:57.616Z (10 months ago)
- Language: JavaScript
- Size: 633 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-golem - Golem Image Sharpening - A tool to sharpen images. (Archive / Apps)
README
# Golem Image Sharpening
Using golem to sharpen your images.
GPL Version-3 license# Why Sharpen Images?
- To overcome blurring by camera equipment
- To draw attention to certain areas
- To increase legibilityRAW files from any modern camera are always slightly unsharp. Every step of the image capturing process introduces blur. As the light passes through the lens elements—no matter how well made—some definition is lost.
When the sensor processes the photons falling on it, the sharpest transitions are averaged out and slightly blurred. When the three different colour channels are interpolated to create the final image, again, a small amount of blur is introduced.
Second, human eyes are attracted to contrast. When we look at a photo, we are drawn to the sharpest details. If you’re trying to direct a viewer, selective sharpening is one of the best ways to do it.
Finally, sharpening an image makes it easier to see important details. Text becomes easier to read, individual leaves stand out and faces in a crowd become more distinct.
# Straight out of camera file v.s. Sharpened file
![golem](./vs.jpg)# Installation
Step 1:
Follow Golem Tutorial https://handbook.golem.network/requestor-tutorials/flash-tutorial-of-requestor-development
```
yagna service run
yagna payment init -r
python3 -m venv ~/.envs/yagna-python-tutorial
source ~/.envs/yagna-python-tutorial/bin/activate
export YAGNA_APPKEY=insert-your-32-char-app-key-here
```
Step 2:
Run Frontend
```
npm install
npm run start
```
Step 3:
open your browser and go to:
http://localhost:3000/# Reference
https://photography.tutsplus.com/tutorials/what-is-image-sharpening--cms-26627# Demo Video : How to use?
Click below to watch demo video in youtube:
[![Watch the video](https://img.youtube.com/vi/Y95OLHVt9G0/hqdefault.jpg)](https://youtu.be/Y95OLHVt9G0)