Welcome![Sign In][Sign Up]
Location:
Search - Bilinear

Search list

[Other resourceBilinear

Description: bilinear interpolation
Platform: | Size: 669427 | Author: eric | Hits:

[matlab2D CUDA-based bilinear interpolation

Description: 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 graphics card of reasonably modern vintage. BUILDING INSTRUCTIONS: Change the 'MATLAB' (and if necessary, 'MEX') variables in the Makefile to appropriate values, then simply run 'make' at a prompt and an executable (mex/mexmac/mexmaci/dll?) file will be created. This code uses your GPU's built-in bilinear texture interpolation capability, and is very fast. For reasonably sized operations (taking, say, a 50x50 matrix up to 1000x1000) CUDA-based code is 5-10x faster than linear interp2 (as tested on a MBP 2.4GHz C2D, GeForce 8600M GT). With very (VERY) large matrices, however, it has the capability of completely crashing your computer or giving bizarre results. Be careful!
Platform: | Size: 37881 | Author: whitewalter | Hits:

[2D GraphicBilinear interpolation by LabVIEW

Description: Bilinear interpolation by LabVIEW
Platform: | Size: 14112 | Author: kf135881 | Hits:

[matlab图象插值方法的研究和实现

Description: 这是双线性插值法的MATLAB程序,实现了图像插值方法-This is bilinear interpolation MATLAB program, realized the Image Interpolation Method
Platform: | Size: 3072 | Author: 张正 | Hits:

[GDI-Bitmaptexthalo

Description: 你可能会认为生成一个带柔和阴影的特效文字与生成一个带光圈的特效文字是完全不同的,其实他们所用到的技术是完全相同的,只是在设置上有些许变化。 在带柔和阴影的效果中,我用到了GDI+中的一些插值模式来生成模糊的文字轮廓,当位图绘制平面放大时,插值模式决定原来某点像素应该怎样和周围的融合。 低质量的插值只是简单的把一个像素变换成同色色块,高质量插值如高质量双线性插值与高质量双三次插值会考虑像素色的平滑与反走样,我发现高质量双线 性插值模式最好。-you may think that a generation with a soft shadow effects of the letter and generate an aperture with the magic words are completely different, they actually have to use the technology is identical, the only set slightly changes. With soft shadows in effect, I used the GDI some of the interpolation model to generate fuzzy outline of the text, when the Bitmap Rendering Large Plane, interpolation mode decision of a point of what should pixels and around integration. Low-quality interpolation just simply put a pixel transform into the same color against a high-quality interpolation such as high-quality and high-quality bilinear interpolation bicubic interpolation will consider pixel color with a smooth anti-aliasing, I found quality bilinear interpolation mode best.
Platform: | Size: 955392 | Author: 陈兴锐 | Hits:

[GDI-BitmapSuperScaling

Description: 双线性图像插值源代码,实现图像的平滑缩放。-bilinear image interpolation source code, achieving a smooth image scaling.
Platform: | Size: 43008 | Author: 心港 | Hits:

[CommunicationBILINEAR

Description: 双线形变换法设计滤波器,需帐号就可自由下载此源码-Bilinear transform design filter, take account of this source can be downloaded free
Platform: | Size: 1024 | Author: 李寻 | Hits:

[ERP-EIP-OA-PortalBilinear

Description: bilinear interpolation
Platform: | Size: 668672 | Author: eric | Hits:

[Special Effectsbilinear

Description: 双线性插值方法,输出像素的值为其坐标2x2领域内像素值的加权平均。-Bilinear interpolation method, the output pixel values for the coordinates of the area of 2x2 pixels of the weighted average value.
Platform: | Size: 2048 | Author: chenqunqin | Hits:

[Special Effectsbilinear

Description: 用双线性插值法实现的图像缩放,内有详细的使用说明。非常好用-Bilinear interpolation method used to achieve the image scaling, which has detailed instructions. Very easy to use
Platform: | Size: 1024 | Author: 舟子还 | Hits:

[matlabbilinear

Description: a matlab code for bilinear zooming. by: d m
Platform: | Size: 1024 | Author: davood | Hits:

[matlabbilinear

Description: image resample code bilinear with Matlab
Platform: | Size: 223232 | Author: giros | Hits:

[Windows Developbilinear

Description: its interpolate an image by bilinear method
Platform: | Size: 1024 | Author: aaaa | Hits:

[Otherbilinear

Description: Bilinear interpolation to smoothen an image
Platform: | Size: 63488 | Author: nikunj patel | Hits:

[CSharpBilinear

Description: 用VC++语言,实现了双线性插值算法,处理图像为bmp-Bilinear interpolation algorithm
Platform: | Size: 1913856 | Author: duckling | Hits:

[Multimedia programbilinear

Description: bilinear pgm without using bilinear command
Platform: | Size: 9216 | Author: grishma | Hits:

[Special EffectsBilinear-interpolation-and-cubic-convolution

Description: 二次线性插值和三次卷积插值,高质量图像缩放技术之一,文中有大量代码,实用性很强。-Bilinear interpolation and cubic convolution,is one of Image scaling technology
Platform: | Size: 98304 | Author: 张燕 | Hits:

[matlabBilinear-interpolation-algorithm

Description: 图像的双线性插值放大算法中,目标图像中新创造的象素值,是由源图像位 置在它附近的2*2 区域4 个邻近象素的值通过加权平均计算得出的。 双线性内插 值算法放大后的图像质量较高,不会出现像素值不连续的的情况。然而次算法具 有低通滤波器的性质,使高频分量受损,所以可能会使图像轮廓在一定程度上变 得模糊。 -Bilinear interpolation algorithm to enlarge the image, the target image in the newly created pixel value is determined by the source image position in its area near the 4 2* 2 the value of neighboring pixels calculated by the weighted average. Bilinear interpolation algorithm to enlarge the image quality after the high pixel value does not appear the situation is not continuous. However, sub-algorithm has low-pass filter nature of the damage to the high frequency components, it may make the image contour to some extent become blurred.
Platform: | Size: 332800 | Author: chenjun | Hits:

[matlabbilinear

Description: implementing the bilinear transformation
Platform: | Size: 1024 | Author: amritha | Hits:

[matlabBilinear Interpolate for Image

Description: 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 program. The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Platform: | Size: 1655 | Author: qqst@tom.com | Hits:
« 12 3 4 5 6 7 8 9 10 ... 41 »

CodeBus www.codebus.net