《Color Transfer Based on Normalized Cumulative Hue Histograms》论文实现,已调试成功,可直接使用



论文原理随后补充:

从网上找了别人实现的HistogramCT类,基本可用,一点小问题已经改好了,用的是opecv1.0 的函数,没有花时间去改成c++的接口,修改调试成功的code下载地址如下:

http://download.csdn.net/detail/hyqsong/8601077

使用非常简单,如下:

参考图片是:

结果:

时间: 2024-10-10 14:29:34

《Color Transfer Based on Normalized Cumulative Hue Histograms》论文实现,已调试成功,可直接使用的相关文章

A Color Picker based on manifold learning

Input an image, this tool generate a palette. The algorithm is in this paper: Data-driven Color Manifolds. I also refer to the code in https://github.com/tody411/SOM-ColorManifolds. My code is in https://github.com/league1991/Color-Picker . 来自为知笔记(Wi

【论文阅读】Classification of breast cancer histology images using transfer learning

Classification of breast cancer histology images using transfer learning  一.数据集: BACH 2018 grand challenge (ICIAR 2018 Grand Challenge on BreAst Cancer Histology images) https://iciar2018-challenge.grand-challenge.org/home/ 其实算得上Camelyon 16和17 的后继版本.

6D姿态估计从0单排——看论文的小鸡篇——Model Based Training, Detection and Pose Estimation of Texture-Less 3D Objects in Heavily Cluttered Scenes

这是linemod的第二篇,这一篇把训练从online learning 变成了 使用3D model, 并且对于检测结果用 3种方法: color.Pose.Depth来确保不会有false positive.感觉有种不忘初心的感觉(笑 基于linemod,是前一篇的改良 initial version of LINEMOD has some disadvantages. First, templates are learnede online, which is difficule to c

color spaces --颜色空间 整理

目前在研究color transfer,看papers的过程中总会遇到各种颜色空间,每个颜色空间都有自己的特点,学习一下还是比较好的,一下是自己的总结,会不断的添加(用到什么加什么.) 一.YUV <Landmark-Based Sparse Color Representations for Color Transfer>一文中获取intensity image. 简介: YUV(亦称YCrCb)是被欧洲电视系统所采用的一种颜色编码方法(属于PAL),是PAL和SECAM模拟彩色电视制式采用

谈谈图像的style transfer(二)

总说 主要从几个方面来进行说明吧 - 加快transfer的速度 - 让transfer的效果看起来更加visual-pleasing - 其他的一些方面 - 用GAN来做 加快style stransfer 谈谈图像的Style Transfer(一) 这里写了 Neural style以及fast neural style. 在超越fast style transfer--任意风格图和内容图0.1秒出结果已经可以将转换做到实时.这篇的一个主要的问题是耗费的大部分时间是在提取隐藏层的patch

人像美妆---妆容迁移算法研究(Makeup transfer)

对于人像美妆算法,现在的美妆相机.玩美彩妆之类的app已经做的比较成熟了,但是具体算法,基本网络上是杳无可查,今天本人介绍一种自动的人像美妆算法----(Makeup Transfer)妆容迁移 妆容迁移相关的论文不多,有如下几篇: 1.Example-Based cosmetic transfer 2.Makeup Transfer using Multi-example 3.A new digtial face makeup method 4.An automatic framework f

HUE的安装

HUE: Hadoop User Experience 官网地址:http://gethue.com/ Hue官网无法下载,超时. 使用CDH版本安装. 下载地址: http://archive.cloudera.com/cdh5/cdh/5/ 说明文档: http://archive.cloudera.com/cdh5/cdh/5/hue-3.9.0-cdh5.5.0/ 安装依赖包 参考:https://github.com/cloudera/hue 我的系统是CentOS,安装CentOS依

【转】Cloudera Hue Issues

转自 http://molisa.iteye.com/blog/1953390   我主要是根据这个说明调整的HUE的时区问题 在使用Cloudera Hue时遇到一问题: 1. 使用Sqoop导入功能时,由于配置错误,使得“保存运行”后Job并不能正常提交,且界面上没有相关提示: 使用Hue的Sqoop shell -> start job --jid * 提交会出现一些错误提示 然后再去/var/log/sqoop/里面查看log 2. 第二个问题是在使用Job Designer设计Sqoo

Matlab中所有自定义的函数

Functions By Category | Alphabetical List Language Fundamentals Entering Commands ans Most recent answer clc Clear Command Window diary Save Command Window text to file format Set display format for output home Send cursor home iskeyword Determine wh