基于线性映射模板的色彩转移(Based on Image recoloring using linear template mapping)
Project description
#Image recoloring using linear template mapping 基于线性映射模板的色彩转移
based on 《Image recoloring using linear template mapping》
Install
Usage
_root_dir = os.path.dirname(__file__)
reuslt = linear_recolor(_root_dir + '/image/apple/manifest.png',
_root_dir + '/image/apple/source.png',
reverse_map=True)
cv2.imwrite('./test2.png', reuslt)
reverse_map:参数指明 线性映射的方向,可选值:False || True
Advance Usage
manifest.png could be created by this program Grayscale.
som = SOMGraySclae()
manifest = som.get_1d_manifold(one_souce_image)
原图(source.png):
模板(manifest.png)(基于Data-driven Color Manifolds 生成)参见get_1d_manifold
效果图
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
LinearRecolor-1.0.0.tar.gz
(4.2 kB
view details)
Built Distribution
File details
Details for the file LinearRecolor-1.0.0.tar.gz
.
File metadata
- Download URL: LinearRecolor-1.0.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b75498ce887199227cd65c2f53ed76677c42c8d755b770afaed8caf8b03bd6e7
|
|
MD5 |
52e8883ac1d75068fecc1d3f2ae51750
|
|
BLAKE2b-256 |
5e7df7d8f2b08dfa934911861c28b97dc0d591b4d58187861e40c10f4cb210e7
|
File details
Details for the file LinearRecolor-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: LinearRecolor-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
80ce07412a416540539c7edaaa75ffc5cd85e2e8fa8fb57a2b021dbe0e6dace1
|
|
MD5 |
159e38e8b396655798d7d6e2cbdcae16
|
|
BLAKE2b-256 |
eb332feeb56190beaed3e41f4c8c859c61b531f9538a05f9558c254f74d47a03
|