搜索资源列表
Bilinear
- bilinear interpolation
2D CUDA-based bilinear interpolation
- This MEX performs 2d bilinear interpolation using an NVIDIA graphics chipset. To compile and run this software, one needs the NVIDIA CUDA Toolkit (http://www.nvidia.com/object/cuda_get.html) and, of course, an NVIDIA gra
Bilinear interpolation by LabVIEW
- Bilinear interpolation by LabVIEW
图象插值方法的研究和实现
- 这是双线性插值法的MATLAB程序,实现了图像插值方法-This is bilinear interpolation MATLAB program, realized the Image Interpolation Method
texthalo
- 你可能会认为生成一个带柔和阴影的特效文字与生成一个带光圈的特效文字是完全不同的,其实他们所用到的技术是完全相同的,只是在设置上有些许变化。 在带柔和阴影的效果中,我用到了GDI+中的一些插值模式来生成模糊的文字轮廓,当位图绘制平面放大时,插值模式决定原来某点像素应该怎样和周围的融合。 低质量的插值只是简单的把一个像素变换成同色色块,高质量插值如高质量双线性插值与高质量双三次插值会考虑像素色的平滑与反走样,我发现高质量双线 性插值模式最好
SuperScaling
- 双线性图像插值源代码,实现图像的平滑缩放。-bilinear image interpolation source code, achieving a smooth image scaling.
BILINEAR
- 双线形变换法设计滤波器,需帐号就可自由下载此源码-Bilinear transform design filter, take account of this source can be downloaded free
Bilinear
- bilinear interpolation
bilinear
- 双线性插值方法,输出像素的值为其坐标2x2领域内像素值的加权平均。-Bilinear interpolation method, the output pixel values for the coordinates of the area of 2x2 pixels of the weighted average value.
bilinear
- 用双线性插值法实现的图像缩放,内有详细的使用说明。非常好用-Bilinear interpolation method used to achieve the image scaling, which has detailed instructions. Very easy to use
bilinear
- a matlab code for bilinear zooming. by: d m
bilinear
- image resample code bilinear with Matlab
bilinear
- its interpolate an image by bilinear method
bilinear
- Bilinear interpolation to smoothen an image
Bilinear
- 用VC++语言,实现了双线性插值算法,处理图像为bmp-Bilinear interpolation algorithm
bilinear
- bilinear pgm without using bilinear command
Bilinear-interpolation-and-cubic-convolution
- 二次线性插值和三次卷积插值,高质量图像缩放技术之一,文中有大量代码,实用性很强。-Bilinear interpolation and cubic convolution,is one of Image scaling technology
Bilinear-interpolation-algorithm
- 图像的双线性插值放大算法中,目标图像中新创造的象素值,是由源图像位 置在它附近的2*2 区域4 个邻近象素的值通过加权平均计算得出的。 双线性内插 值算法放大后的图像质量较高,不会出现像素值不连续的的情况。然而次算法具 有低通滤波器的性质,使高频分量受损,所以可能会使图像轮廓在一定程度上变 得模糊。 -Bilinear interpolation algorithm to enlarge the image, the t
bilinear
- implementing the bilinear transformation
Bilinear Interpolate for Image
- The following Matlab project contains the source code and Matlab examples used for image processing zooming an image using bilinear interpolation . An image in your root directory can be zoomed by calling the above progr