搜索资源列表
linearandnearest
- 图像插值算法(最近邻域和双线性),很好用。-image interpolation algorithm (recent neighborhood and bilinear), is useful.
图像滤波处理代码
- 选择打开文件,可以打开相应的图像。当前只可处理8位灰度图像。 homework1 中值滤波中,边界没有处理。 均值滤波中,边界也处理了,边界的原值没有保存下来。边界模糊。 homework2 对同样的阈值soble算子检测边缘比梯度算子清楚。 homework3 幅度谱表现出一些可辨认的结构,相位谱看不出来。 忽略相位信息,反变换得到的图看不出与原图的影子。 忽略幅度信息,反变换得到的图与原图好像有一些相似。 homework4
Bilinear interpolation by LabVIEW
- Bilinear interpolation by LabVIEW
deltainsert
- 利用偏移量插值实现图像的透视变换(运用了双线性变换原理)-Offset interpolation using the image perspective transformation (using the bilinear transformation principle)
biliner
- delphi下用二次线性插值算法缩放图片的方法,与delphi自己的绽放功能对比,明显要好很多。-delphi under scaling with bilinear interpolation algorithm picture approach, and their blooming features delphi contrast, significantly better than many.
interpol1
- This program is an image interpolation (bilinear interpolation).
Butterworth
- 基于Butterworth模拟滤波器原型,使用双线性转换设计数字滤波器-Bilinear transformation design digital filters based on the Butterworth analog filters prototype,
image_pro_1
- 用Matlab实现的对图像双线性插值进行缩放,里面包含两次缩放-Bilinear interpolation of the image is scaled using Matlab, which contains two scaling
Bilinear-interpolation1
- 将RAW文件格式的图片采用双线性插值并将其转换为BMP格式的文件,采用C/C++编写。-RAW file format images using bilinear interpolation and converted to BMP format file, using C/C++ to write.
benzlxs
- 用matlab编写逆投影变换程序,三个m文件分别代表最近邻插值法,双线性插值法,立方卷积插值法,通俗易懂,含有测试图片,打开就能用-Inverse projection transformation program, matlab prepared three m documents represent the nearest neighbor interpolation, the bilinear interpolation and cubic convolution interpolatio
change
- 图像插值,最邻近,双线性,双三次算法函数-Image interpolation, nearest neighbor, bilinear, bicubic algorithm function
DownUpSampling_ByFactor2
- 该代码实现了以2为因子的图像升采样和降采样功能。 降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。 升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。 降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和
chuli
- 数字图像几何变换,程序比较简单,以后实现双线性插值的-Digital image geometric transformation, the procedure is relatively simple, after bilinear interpolation
graytwothree.m.tar
- 图像缩放中最常用的双线性插值算法,效果很好-The most commonly used image scaling bilinear interpolation algorithm works well
bilinearcode
- 基于双线性插值方法的图像缩小、放大程序,原创-Bilinear interpolation method based on image reduction, enlargement program, originality
matlab-_scaler
- 分别用最邻近插值算法和双线性插值算法在matlab上实现图像的缩放.word文档。附有算法原理以及实现效果。-Image scaling using the nearest neighbor interpolation algorithm and bilinear interpolation algorithms were implemented on matlab
HW_2
- Rotating Images by Nearest-neighbor and bilinear interpolation, Histogram Equalization, and Laplacian Enhance
bilinear-interpolation
- 双线性插值算法实现 MFC C++语言 邻近算法 三次立方-bilinear interpolation
resize
- 图像的缩放,采用两种方法,可以直接运行。向后映射,1.最近领域法,2.双线性插值法-Image scaling, two methods can be run directly. Backward mapping, a recent field of law, (2) bilinear interpolation
Source-Code
- 双线性插值,对图像进行放大缩小,upsampling,down sampling-Bilinear interpolation on the image to zoom, upsampling, down sampling
