Skip to content

基于线性映射模板的色彩转移(Based on Image recoloring using linear template mapping)

Notifications You must be signed in to change notification settings

freedomofme/SampleRecolor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Image recoloring using linear template mapping 基于线性映射模板的色彩转移

based on 《Image recoloring using linear template mapping》

Install

pip install LinearRecolor==1.0.0

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

效果图

About

基于线性映射模板的色彩转移(Based on Image recoloring using linear template mapping)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages