Welcome![Sign In][Sign Up]
Location:
Search - bilinear interpolation algorithm

Search list

[GDI-Bitmap供vb调用的高质量旋转图片vc动态库代码

Description: 用VC编写高质量图片旋转算法(双线性插值法),生成DLL源代码,并提供VB调用例子代码。-VC prepared high-quality images rotation algorithm (bilinear interpolation), generate DLL source code, and called for VB code examples.
Platform: | Size: 1445888 | Author: 李文庆 | Hits:

[Special EffectsmyGeoTrans

Description: 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 angle bilinear interpolation method
Platform: | Size: 2093056 | Author: 宋峥峥 | Hits:

[2D Graphiclinearandnearest

Description: 图像插值算法(最近邻域和双线性),很好用。-image interpolation algorithm (recent neighborhood and bilinear), is useful.
Platform: | Size: 930816 | Author: 王莞丽 | Hits:

[Algorithmguo_

Description: 双线性插值算法的实现-bilinear interpolation algorithm implementation
Platform: | Size: 563200 | Author: 郭国 | Hits:

[Special Effectsimresize

Description: 图像插值算法有三种方法,最近邻插值、双线性插值、卷积插值-Image interpolation algorithm has three methods, nearest neighbor interpolation, bilinear interpolation, convolution interpolation
Platform: | Size: 4096 | Author: 陈旭 | Hits:

[Special Effects11

Description: 一些自己编写的图像插值算法程序。包括最近邻插值,双线性插值和双三次插值。-Some have written procedures for image interpolation algorithm. Including the nearest neighbor interpolation, bilinear interpolation and bicubic interpolation.
Platform: | Size: 2048 | Author: 陈旭 | Hits:

[matlabzoom

Description: matlab实现双线性插值算法,在界面上实现读取存放缩放图片-matlab bilinear interpolation algorithm to achieve, in the interface to read stored zoom picture
Platform: | Size: 1024 | Author: 王正君 | Hits:

[Special Effects2

Description: 编写24位彩色图像的平移处理程序;编写基于最近邻插值算法的24位彩色图像放大处理程序;编写基于双线性插值算法的24位彩色图像放大处理程序;编写基于最近邻插值算法的24位彩色图像缩小处理程序;编写基于双线性插值算法的24位彩色图像缩小处理程序;编写基于最近邻插值算法的24位彩色图像旋转处理程序;编写基于双线性插值算法的24位彩色图像旋转处理程序;-The preparation of 24-bit color image translation process the preparation of nearest neighbor interpolation algorithm based on the 24-bit color images to enlarge the process the preparation of bilinear interpolation algorithm based on the 24-bit color images to enlarge the process prepared based on the nearest neighbor interpolation algorithm 24-bit color image shrinking process the preparation of bilinear interpolation algorithm based on the 24-bit color image shrinking process the preparation of nearest neighbor interpolation algorithm based on the 24-bit color image rotation process prepared based on the bilinear interpolation algorithm 24-bit color image rotation process
Platform: | Size: 10339328 | Author: 程博 | Hits:

[Special Effectsdblinear

Description: 用matlab实现了彩色图像的缩放,采用的是双线性插值算法!-Matlab achieved using the zoom color images, using bilinear interpolation algorithm!
Platform: | Size: 1085440 | Author: 张成峰 | Hits:

[matlabMatlab

Description: MATLAB最近临插值算法和线性插值算法,完全代码,关于matlab的插值算法图像放大-MATLAB interpolation algorithm and a recent clinical linear interpolation algorithm, complete code, matlab interpolation algorithm on the image to enlarge
Platform: | Size: 3072 | Author: matlab | Hits:

[Software Engineeringzoomimage

Description: 基于双线性插值算法的图像放缩技术与实现电子书-Bilinear interpolation algorithm based on the zoom image technology and the realization of e-books
Platform: | Size: 363520 | Author: Zero | Hits:

[Special Effectsbilinear_interpolation

Description: 双线性插值图像放大/缩小算法源程序。里面还包含了 Image 基本类及其基本操作,可供许多图像处理程序使用。-Bilinear interpolation image zoom in/out source algorithm. Which also contains the basic type of Image and its basic operation for many image processing programs.
Platform: | Size: 20480 | Author: breathomn | Hits:

[Special Effectsimage_resize_shrink

Description: Win32 框架下的双线性插值放大缩小算法的实现,里面还包含一个高效缩小算法函数。-Within the framework of the Win32 Zoom bilinear interpolation algorithm, which also includes an efficient algorithm to reduce function.
Platform: | Size: 54272 | Author: breathomn | Hits:

[Special Effectsinterpolation

Description: 双线性插值算法是一种空间域的错误掩盖算法,本程序实现了用双线性插值算法恢复受损图像的matlab程序-Bilinear interpolation algorithm is a spatial domain error concealment algorithm to achieve this program using bilinear interpolation algorithm to restore damaged image matlab program
Platform: | Size: 35840 | Author: 王二 | Hits:

[CSharpBilinear

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

[Special Effectsbilinear-interpolation-method

Description: 主要介绍图像放大处理中的双线性插值方法及例程-introduction of bilinear interpolation algorithm
Platform: | Size: 334848 | Author: 松风霞蔚 | Hits:

[Special EffectsDIP-Bilinear-Interpolation-Algorithm

Description: 数字图像处理双线性插值算法详细解析与实现源码-Bilinear interpolation algorithm of digital image processing detailed analysis and implementation source code
Platform: | Size: 331776 | Author: 张飞 | Hits:

[OtherImage-Interpolation-Algorithm

Description: 文档包括双线性插值算法和最近邻域算法的详细介绍,以及算法的相关计算。-Documentation includes bilinear interpolation algorithm and the nearest neighbor algorithm which is described in detail, as well as algorithms related calculations.
Platform: | Size: 5943296 | Author: 轻车 | Hits:

[Special Effectsbilinear-interpolation

Description: 采用双线性插值方法对图像进行缩小放大,从双线性插值原理上编程,matlab可运行。-using bilinear interpolation algorithm for image scaling, matlab can compile
Platform: | Size: 1024 | Author: huangyu | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net