https://github.com/ww24/go-pseudo-color
pseudo color
https://github.com/ww24/go-pseudo-color
Last synced: about 2 months ago
JSON representation
pseudo color
- Host: GitHub
- URL: https://github.com/ww24/go-pseudo-color
- Owner: ww24
- Created: 2015-07-02T20:58:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-04T20:17:00.000Z (almost 10 years ago)
- Last Synced: 2025-02-09T10:46:27.277Z (3 months ago)
- Language: Go
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pseudo Color
============グレースケール画像を疑似カラー画像に変換
Convert to pseudo color image from grayscale image.
Features
--------
* linear function
* sigmoid function
* sin functionExamples
--------
### Grayscale (source)
### Linear
### Sigmoid
### Sin
How to Use
----------
```
go run pseudo-color mode in_path out_path
mode = (linear, sigmoid, sin)
```