搜索资源列表
upsampling_6tap
- 关于2d图像进行的很详细的上采样代码~包含注释~-2d image in great detail on the sample code to include comments to
downupSampling_byFactor2
- 图像2倍上采样和下采样,快速且准确,成像效果较好。-Photo 2 times upsampling and downsampling, fast and accurate.
sampling
- 实现图像的上采样、下采样、二值化、加噪声并保存图像到指定目录,还有图像的相似度计算-The down-sampling,up-sampling,binarization and noising of image, and save the results to specified directory
C++实现CIF转QCIF
- VS上实现。具体步骤:打开CIF文件,把文件的数据读到缓冲区,对缓冲区的内容进行下采样,存到QCIF的缓冲区里,把Qcif的缓冲区里的东西写出。