搜索资源列表
用双线性变换法设计IIR滤波器
- 双线性变换法无限长单位脉冲响应滤波器的设计,用到的模拟原型是切比雪夫和巴特沃斯低通滤波器。能够显示滤波器的幅频特性和相频特性曲线-bilinear transform infinite impulse response filter units in the design, use of simulation is a prototype and Chebyshev low-pass Butterworth filter. To dem
双线性曲线
- 一个生成双线性曲线的小程序,内部参数设置见源代码中的说明。-a bilinear curve generation of small procedures, internal parameter setting, see the source code for the note.
图像平滑,锐化及双线性内插算法
用C语言实现图像的平滑,锐化及双线性内插算法的实现,效果很好
双线性插值法matlab程序
- 双线性插值法matlab程序,图像插值方法
图像旋转双线性插值
- 图像平移,旋转,缩放,用到的是邻近值和双线性插值
双线性插值法实现图像平移
- 双线性插值法实现图像平移
双线性内插原理
- 数字图像处理的算法。- Digital picture processing algorithm.
数学曲面
- 双线性曲面、回转曲面-bilinear surface, Rotary Surface
图象插值方法的研究和实现
- 这是双线性插值法的MATLAB程序,实现了图像插值方法-This is bilinear interpolation MATLAB program, realized the Image Interpolation Method
texthalo
- 你可能会认为生成一个带柔和阴影的特效文字与生成一个带光圈的特效文字是完全不同的,其实他们所用到的技术是完全相同的,只是在设置上有些许变化。 在带柔和阴影的效果中,我用到了GDI+中的一些插值模式来生成模糊的文字轮廓,当位图绘制平面放大时,插值模式决定原来某点像素应该怎样和周围的融合。 低质量的插值只是简单的把一个像素变换成同色色块,高质量插值如高质量双线性插值与高质量双三次插值会考虑像素色的平滑与反走样,我发现高质量双线 性插值模式最好
graphic_demo
- 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier, spline,Bspling,Hermite曲线生成算法;单线性,双线性, Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充, 种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,
用双线性变换法设计IIR滤波器
- 双线性变换法无限长单位脉冲响应滤波器的设计,用到的模拟原型是切比雪夫和巴特沃斯低通滤波器。能够显示滤波器的幅频特性和相频特性曲线-bilinear transform infinite impulse response filter units in the design, use of simulation is a prototype and Chebyshev low-pass Butterworth filter. To dem
供vb调用的高质量旋转图片vc动态库代码
- 用VC编写高质量图片旋转算法(双线性插值法),生成DLL源代码,并提供VB调用例子代码。-VC prepared high-quality images rotation algorithm (bilinear interpolation), generate DLL source code, and called for VB code examples.
双线性曲线
- 一个生成双线性曲线的小程序,内部参数设置见源代码中的说明。-a bilinear curve generation of small procedures, internal parameter setting, see the source code for the note.
1000to250
- 这是我编的图像处理中双线性插值程序小程序,针对转为文本格式的1000分辨率图像转到250分辨率而进行的,请多多指教,-This is Part I of image processing procedures for small bilinear interpolation procedures to text format against the 1000 resolution images to 250 for the resolu
iirfilter
- 这是我在数字信号处理中编写的IIR数字滤波器,MFC界面,双线性变换和巴特渥斯滤波器。-in digital signal processing prepared by IIR digital filters, MFC interface bilinear transform and Bateoushi filter.
batchzoom
- 这是一个批量缩放(采用双线性插值)的工具程序,采用VC++编写,可以直接作为模式识别图像归一化工具使用,希望能给你带了方便!-This is a mass scale (using bilinear interpolation) process tools using VC++ preparation, Pattern recognition can directly image as a tool to use, with the h
bilinear_algorithm
- 图象处理中经常用到图象抽取和插值,本程序就是常用的双线性插值法的实现-image processing frequently used images collected and interpolation, the procedure is commonly used by the bilinear interpolation to achieve
双线性插值算法
- 双线性插值c++实现,环境为vs2013(]bilinear interpolation)
双线性插值
- 利用双线性插值,获取亚像素位置的灰度值。适用于得到sift、surf得到的特征点坐标处的灰度值获取(The gray value of sub-pixel position is obtained by bilinear interpolation)