Skip to main content

基于线性映射模板的色彩转移(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


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 hashes)

Uploaded Source

Built Distribution

LinearRecolor-1.0.0-py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page