首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 收集的图像过滤器,特别适合放大低分辨率的计算机图形学。

收集的图像过滤器,特别适合放大低分辨率的计算机图形学。

资 源 简 介

2D-Image and Texture Filter This project tries to get all available image filters together, known to upscale lowres computer and console graphics. The goal is to modify them all to allow them to be used on a wide range of low-res graphics. One of the steps to achieve that is converting the filter algorithms, normally written to make comparisons like (color1==color2)?color1:color3 into something like that (color1 IsLike color2)?Interpolate(color1,color2):color3 I"m trying not to use code from other projects directly, but I implement their algo"s in a similar way. As of now (2015) this project has become a reference for much more image resampling algorithms. Even very exotic windowing functions found their way into the code, so the next goal is more like getting each possible available rescaling algo into the library. So credits go to the following scalers:Eagle (the godfather

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.176701s