搜索资源列表
ZoomingandShrinkingImagesbyPixelReplication
- Zooming and Shrinking Images by Pixel Replication-Zooming and Shrinking Images by Pixel Repl ication
project1
- 放大和缩小图像,采用最近邻域内插和像素复制法放大图像,采用像素删除法缩小图像-Zoom in and out using the nearest neighbor interpolation and pixel replication method to enlarge the image, pixel deletion method to reduce the image
practice
- 数字图像处理科目中一道有关缩放图像的典型问题的答案-Zooming and Shrinking Images by Pixel Replication
ZoomCopy
- 基于像素复制方法的图像缩放程序,假设缩放因子为整数。忽略混叠效应-Zooming and Shriking Images by Pixel Replication
matlab
- 通过像素复制放大或缩小图像实验,imgchang1函数为缩小图像,imgchang2函数为放大图像-By pixel replication zoom in or out experiments, imgchang1 function to narrow the image, imgchang2 function enlarge image
zooming-and-shrinking
- 采用像素复制的方法,对图像进行缩小放大,可以自行输入缩放倍数,并将结果自动输出为JPG格式的图片。-Zooming and Shrinking Images by Pixel Replication.
picture
- 该代码实现了以2为因子的图像升采样和降采样功能。 降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。 升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。 降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和
test1
- 利用純C code 讀取image 並做Pixel Replication -Zooming and Shrinking Images by Pixel Replication
Image-zoom
- Image zoomig by pixel replication
DownUpSampling_ByFactor2
- 该代码实现了以2为因子的图像升采样和降采样功能。 降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。 升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。 降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和
pinghuachuli
- 利用matlab对图像进行采样处理,采用邻近像素复制平滑的方式-Using matlab image sampling, a neighboring pixel replication smooth way
DownUpSampling_ByFactor2
- 该代码实现了以2为因子的图像升采样和降采样功能。 降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。 升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。 降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和
sampling
- 对于图像的upsample和downsample程序,分别提供bilinear和pixel replication两种方式。-For images upsample and downsample program, respectively bilinear and pixel replication in two ways.
pixel_replication_method
- a zooming process using the pixel replication method
Project 1
- 1. Image reduction: ? Alternative line reduction ? Fractal linear reduction to reduce images to any smaller size 2. Use two images to perform image enlargement: ? Pixel replication ? Nearest enlargement ? Bilinear interpolation ? Bicubic interpolatio