搜索资源列表
bits_resolution_1ch
- bit resolution down sampling 8bit to 1bit
pyramid
- 生成 影像金字塔,代码简单易懂,能够很好地理解影像降采样生成金子塔的原理和发放。-Image pyramid generation, the code is straightforward and can image down-sampling a good understanding of the principles of generation and distribution pyramid.
DownUpSampling_ByFactor2
- 该代码实现了以2为因子的图像升采样和降采样功能。 降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。 升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。 降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和
CreatH
- 代码实现了超分辨率重建时用到的n倍下采样,程序较简单,原理也很简单,所以一般没人特别指出怎么做,但是初学者往往很头疼,特地实现下-N times down-sampling used in the code to achieve super-resolution reconstruction, the procedure is relatively simple, the principle is very simple, it is generally not particularly poi
test1
- 实现RGB到YUV的转换,并进行4:2:0降采样- RGB to YUV conversion and down-sampling 4:2:0
Source-Code
- 双线性插值,对图像进行放大缩小,upsampling,down sampling-Bilinear interpolation on the image to zoom, upsampling, down sampling
sampling
- 实现图像的上采样、下采样、二值化、加噪声并保存图像到指定目录,还有图像的相似度计算-The down-sampling,up-sampling,binarization and noising of image, and save the results to specified directory