11 skills found
MarcoForte / Closed Form MattingPython implementation of A. Levin D. Lischinski and Y. Weiss. A Closed Form Solution to Natural Image Matting. IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), June 2006, New York
vvanirudh / Pixel ArtWe implement the famous "Depixelizing Pixel Art" paper by Kopf and Lischinski
cyang1 / DepixelizeA C++ implementation of the SIGGRAPH 2011 paper Depixelizing Pixel Art, by Johannes Kopf and Dani Lischinski
goldbema / WeightedLeastSquaresFilterImplementation of Z. Farbman, R. Fattal, D. Lischinski, and R. Szeliski, 'Edge-Preserving Decompositions for Multi-Scale Tone and Detail Manipulation' (2008)
weibel / Colorize GimpAn implementation of Colorization using Optimization, an algorithm created by Anat Levin, Dani Lischinski, and Yair Weiss.
Hoshiningen / DepixelizationAn (incomplete) modern C++ implementation of Depixelizing Pixel Art by J. Kopf and D. Lischinski
TableauBits / DePyxelizerImplémentation Python de l'article "Depixelizing pixel art" de Johannes Kopf et Dani Lischinski (http://johanneskopf.de/publications/pixelart/) par @Ithyx et @hvdbm
danbolt / Depixel GLAn implementation of "Depixelizing Pixel Art", originally written by Johannes Kopf and Dani Lischinski.
B4rret / Kopf LischinskiAn implementation in C++ of Kopf-Lischinski algorithm
anant14014 / DepixelizingPixelArtAn implementation of Johannes Kopf and Dani Lischinski's algorithm for IIITD CSE 533/333 (Computer Graphics).
mq-yuan / Colorization For ImageProcressing使用论文 ([Levin, Lischinski & Weiss, 2004](http://www.cs.huji.ac.il/~yweiss/Colorization/colorization-siggraph04.pdf) )中所提出的一种简单而有效的灰度图像着色算法:在YUV色彩空间中,对灰度图像进行简单着色,再求解其他未知的像素点,填充到目标图像中得到彩色图像