搜索资源列表
双线性插值法matlab程序
- 双线性插值法matlab程序,图像插值方法
图像旋转双线性插值
- 图像平移,旋转,缩放,用到的是邻近值和双线性插值
双线性插值法实现图像平移
- 双线性插值法实现图像平移
图象插值方法的研究和实现
- 这是双线性插值法的MATLAB程序,实现了图像插值方法-This is bilinear interpolation MATLAB program, realized the Image Interpolation Method
texthalo
- 你可能会认为生成一个带柔和阴影的特效文字与生成一个带光圈的特效文字是完全不同的,其实他们所用到的技术是完全相同的,只是在设置上有些许变化。 在带柔和阴影的效果中,我用到了GDI+中的一些插值模式来生成模糊的文字轮廓,当位图绘制平面放大时,插值模式决定原来某点像素应该怎样和周围的融合。 低质量的插值只是简单的把一个像素变换成同色色块,高质量插值如高质量双线性插值与高质量双三次插值会考虑像素色的平滑与反走样,我发现高质量双线 性插值模式最好
已知两点求第三点的双字节无符号定点插值算法
- 两个点的线性插值定点数算法 说明:1、基本公式 y=( y2-y1 ) ( x-x1 ) / ( x2-x1 ) + y1 2、根据直线斜率的正负、内插外插的不同,分为6种情况。 3.参见文件夹中的“插值算法的6种情况”一图。-two points of linear interpolation algorithm for determining points : one, the basic formula y = (y2
供vb调用的高质量旋转图片vc动态库代码
- 用VC编写高质量图片旋转算法(双线性插值法),生成DLL源代码,并提供VB调用例子代码。-VC prepared high-quality images rotation algorithm (bilinear interpolation), generate DLL source code, and called for VB code examples.
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
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
myGeoTrans
- VC source\Visual C++ 数字图像处理典型算法及实现-光盘资源\04\GeoTrans 中修改为可以任意角度旋转 双线性插值方法-VC source \ Visual C typical digital image processing algorithm and implementation-CD resources \ 0 4 \ GeoTrans modified to be arbitrary rotation
guo_
- 双线性插值算法的实现-bilinear interpolation algorithm implementation
changeTwo
- 使用双线性插值和三次卷积法对图象进行扩大两倍的处理,存储于一个dat文件中-use bilinear and cubic convolution interpolation method of image expanded twice the processing, storing in a paper dat
twoWays
- 双线性插值和三次卷积法将图象扩大两倍,c语言实现。-bilinear and cubic convolution interpolation method will expand the image twice, c language.
ls
- 文中根据hough变换定位条码图像后,利用双线性插值将条码旋转至水平。然后定位单个字符。用投影法识别单个字符 -According to the hough transform the barcode image positioning, the use of bilinear interpolation to the level of the bar rotation. And then positioning a single
ex6
- 自己编写的程序,实现dicom文件显示,窗宽窗位调整;利用双线性插值完成图像的缩放。-I have written procedures, to achieve DICOM documents show that window-width window level adjustment the use of bilinear interpolation image scaling.
Bilinearly_Interpolate
- fortran,数值计算,双线性插值程序-fortran, numerical calculation, bilinear interpolation procedures
math
- 图像插值程序,可以任意缩放,并使用了双线性插值和三次卷积插值,还可以旋转插值,用户界面友好,制作精美,绝对值得一看-Image Interpolation procedures can zoom, and the use of bilinear interpolation and cubic convolution interpolation, interpolation can also be rotating, user-frie
双线性插值算法
- 双线性插值c++实现,环境为vs2013(]bilinear interpolation)
双线性插值
- 利用双线性插值,获取亚像素位置的灰度值。适用于得到sift、surf得到的特征点坐标处的灰度值获取(The gray value of sub-pixel position is obtained by bilinear interpolation)