图像处理笔记 -- 神奇的图像处理算法

深度学习大行其道,传统图像处理算法发展也是很牛逼的。整理翻译了一些。 自己发明算法感觉不太现实,把这些算法用好了就很牛了。

像素图片矢量化

Implemented by Scale2x (on Sourceforge). HQX is a similar super resolution command line tool to enlarge images.

Depixelizing pixel art.

  

灰色图片上色

It is explained in an article, Colorization Using Optimization giving several examples.

A tool on GitHub allows also to color a sketch, with another image as color sample: Style2Paint .

图片恢复 HDR

Wisely by removing the "noise", ie the image defects such as dots and stripes, and it needs to know to interpret that, the algorithm gives life to a cliche damaged or washed out.

It is implemented in a plugin for Gimp, G'Mic. It can also automatically make HDR, ie increase the brightness of light areas and darken the dark parts.

图片卡通化

Seam carving

Intelligent algorithm to resize images maintaining the appearance of objects within it. It is actually implemented in the resizing functions of the main graphical utilities like Gimp with the Liquid Rescale plugin, ImageMagick with the -liquid-rescale option.

Seam Carving for Content-Aware Image Resizing.

杂物移除

This algorithm is available both as a Gimp plugin to install or in Photoshop.

http://www.logarithmic.net/pfh/resynthesizer

合成照片

This algorithm is implemented in the software Sketch To Photo . From the article, you can download the command line program.

美容

More information about this esthetic trick algorithm .

PixelNN 算法

深度学习 PixelNN: Example-based Image Synthesis

PixedNN. Appearing more recently in 2017, turns a sketch into a photo!

pix2pix 来自卡内基梅隆大学的 Aayush Bansal 、Yaser Sheikh、Deva Ramanan,联合研究了一种基于示例图像合成清晰照片的技术 — PixelNN,把模糊的低分辨率或者是有马赛克的图片,使用表面法线贴图和草图等,合成出高分辨率的逼真图像。

这玩意可以提高驾驶技术:用 GAN 去除(爱情)动作片中的马赛克和衣服。

https://www.ri.cmu.edu/publications/pixelnn-example-based-image-synthesis/

阴影去除

The Shadow meets the Mask: Pyramid-based shadow removal.

https://www.cs.huji.ac.il/~danix/

更牛逼的

Animating a photo, a sketch. This algo of artificial intelligence makes the subject walk on a picture! Not available in a toolbox for now.

List of all algorithms .

Creating a logo from a simple sketch .

Image improvements. Demos of various algos for processing pictures to improve or restore them (the sources files are not linked).

参考


参考资料快照
参考资料快照

本文短链接:
If you have any questions or feedback, please reach out .