当前位置:
首页
资源下载

搜索资源 - bicubic interpolation
搜索资源列表
-
0下载:
你可能会认为生成一个带柔和阴影的特效文字与生成一个带光圈的特效文字是完全不同的,其实他们所用到的技术是完全相同的,只是在设置上有些许变化。 在带柔和阴影的效果中,我用到了GDI+中的一些插值模式来生成模糊的文字轮廓,当位图绘制平面放大时,插值模式决定原来某点像素应该怎样和周围的融合。 低质量的插值只是简单的把一个像素变换成同色色块,高质量插值如高质量双线性插值与高质量双三次插值会考虑像素色的平滑与反走样,我发现高质量双线 性插值模式最好。-you may think that a generat
-
-
0下载:
利用临近点法,双线性法,双立方法等插值算法,实现了图像的平移、缩放和旋转功能,Using near-point, bilinear and bicubic interpolation algorithm to realize image translation, scaling and rotation
-
-
1下载:
几种传统的图像插值放大方法:最近邻插值法,双线性插值法,双三次插值法,Several traditional interpolation to enlarge the image : nearest neighbor interpolation, bilinear interpolation, bicubic interpolation.
-
-
1下载:
双三次样条插值算法代码,做图片的放大缩小可参考,代码写得不错。-Bicubic spline interpolation algorithm code, so refer to zoom the image, the code is well written.
-
-
0下载:
digital image interpolation techniques including nearest neighbor, bilinear, bicubic and spline interpolation. - digital image interpolation techniques including nearest neighbor, bilinear, bicubic and spline interpolation.
-
-
0下载:
mehod of interpolation by bilinear,bicubic method,
local histrogram,root mean square error,image negative
-
-
0下载:
-
-
0下载:
兴趣区域选取,扩展兴趣区选取的功能,不必局限于圆形或方形轮廓落形态-Most ROI Drawing Tools limit you to either drawing a circular ROI or a rectangular ROI perpendicular to the X-Y axis. ROI Draw s primary purpose is to expand upon the drawing of rectangular ROI s by allowing you to d
-
-
0下载:
用matlab实现对黑白以及彩色图象的放大缩小功能.其中包括三种算法:nearest neibor,Bilenear Interpolation 以及Bicubic Interpolation-Matlab achieved with black-and-white and color images zoom function. Which includes three algorithms: nearest neibor, Bilenear Interpolation and Bicubic
-
-
0下载:
Bicubic interpolation using CUDA
-
-
0下载:
该函数实现了数字图像处理中的双三次线性插值函数-the function implement the bicubic interpolation in digital processing
-
-
0下载:
bicubic interpolation without using cubic command
-
-
1下载:
插值
拉格朗日插值
有理函数插值
三次样条插值
有序表的检索法
插值多项式
二元拉格朗日插值
双三次样条插值-Rational function interpolation Lagrange interpolation cubic spline interpolation order polynomial interpolation table binary search method Lagrange interpolation bicubic spline in
-
-
0下载:
bicubic interpolation source. Visual c-bicubic interpolation source. Visual c++
-
-
0下载:
用matlab实现对矩阵的双三次插值算法实现-Bicubic interpolation matlab realize
-
-
0下载:
The manuscr ipt describes the implementation of bicubic interpolation for motion field interpolation techniques on WZVC codec.
-
-
0下载:
A code for implementing Bicubic Interpolation on images
-
-
0下载:
In mathematics, bicubic interpolation is an extension of cubic interpolation for interpolating data points on a two dimensional regular grid. The interpolated surface is smoother than corresponding surfaces obtained by bilinear interpolation or neare
-
-
0下载:
Super resolution using bicubic interpolation
-
-
0下载:
进行插值算法,将高分辨率图像插值将会得到低分辨率图像(Interpolation algorithm, high resolution image interpolation will result in low resolution image)
-