CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - bilinear interpolation algorithm
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - bilinear interpolation algorithm - List
[
GDI-Bitmap
]
供vb调用的高质量旋转图片vc动态库代码
DL : 0
用VC编写高质量图片旋转算法(双线性插值法),生成DLL源代码,并提供VB调用例子代码。-VC prepared high-quality images rotation algorithm (bilinear interpolation), generate DLL source code, and called for VB code examples.
Update
: 2025-02-19
Size
: 1.38mb
Publisher
:
李文庆
[
Special Effects
]
myGeoTrans
DL : 0
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
Update
: 2025-02-19
Size
: 2mb
Publisher
:
宋峥峥
[
2D Graphic
]
linearandnearest
DL : 0
图像插值算法(最近邻域和双线性),很好用。-image interpolation algorithm (recent neighborhood and bilinear), is useful.
Update
: 2025-02-19
Size
: 909kb
Publisher
:
王莞丽
[
Algorithm
]
guo_
DL : 0
双线性插值算法的实现-bilinear interpolation algorithm implementation
Update
: 2025-02-19
Size
: 550kb
Publisher
:
郭国
[
Special Effects
]
imresize
DL : 0
图像插值算法有三种方法,最近邻插值、双线性插值、卷积插值-Image interpolation algorithm has three methods, nearest neighbor interpolation, bilinear interpolation, convolution interpolation
Update
: 2025-02-19
Size
: 4kb
Publisher
:
陈旭
[
Special Effects
]
11
DL : 0
一些自己编写的图像插值算法程序。包括最近邻插值,双线性插值和双三次插值。-Some have written procedures for image interpolation algorithm. Including the nearest neighbor interpolation, bilinear interpolation and bicubic interpolation.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
陈旭
[
matlab
]
zoom
DL : 0
matlab实现双线性插值算法,在界面上实现读取存放缩放图片-matlab bilinear interpolation algorithm to achieve, in the interface to read stored zoom picture
Update
: 2025-02-19
Size
: 1kb
Publisher
:
王正君
[
Special Effects
]
2
DL : 0
编写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
Update
: 2025-02-19
Size
: 9.86mb
Publisher
:
程博
[
Special Effects
]
dblinear
DL : 0
用matlab实现了彩色图像的缩放,采用的是双线性插值算法!-Matlab achieved using the zoom color images, using bilinear interpolation algorithm!
Update
: 2025-02-19
Size
: 1.04mb
Publisher
:
张成峰
[
matlab
]
Matlab
DL : 0
MATLAB最近临插值算法和线性插值算法,完全代码,关于matlab的插值算法图像放大-MATLAB interpolation algorithm and a recent clinical linear interpolation algorithm, complete code, matlab interpolation algorithm on the image to enlarge
Update
: 2025-02-19
Size
: 3kb
Publisher
:
matlab
[
Software Engineering
]
zoomimage
DL : 0
基于双线性插值算法的图像放缩技术与实现电子书-Bilinear interpolation algorithm based on the zoom image technology and the realization of e-books
Update
: 2025-02-19
Size
: 355kb
Publisher
:
Zero
[
Special Effects
]
bilinear_interpolation
DL : 0
双线性插值图像放大/缩小算法源程序。里面还包含了 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.
Update
: 2025-02-19
Size
: 20kb
Publisher
:
breathomn
[
Special Effects
]
image_resize_shrink
DL : 0
Win32 框架下的双线性插值放大缩小算法的实现,里面还包含一个高效缩小算法函数。-Within the framework of the Win32 Zoom bilinear interpolation algorithm, which also includes an efficient algorithm to reduce function.
Update
: 2025-02-19
Size
: 53kb
Publisher
:
breathomn
[
Special Effects
]
interpolation
DL : 0
双线性插值算法是一种空间域的错误掩盖算法,本程序实现了用双线性插值算法恢复受损图像的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
Update
: 2025-02-19
Size
: 35kb
Publisher
:
王二
[
CSharp
]
Bilinear
DL : 0
用VC++语言,实现了双线性插值算法,处理图像为bmp-Bilinear interpolation algorithm
Update
: 2025-02-19
Size
: 1.83mb
Publisher
:
duckling
[
matlab
]
Bilinear-interpolation-algorithm
DL : 0
图像的双线性插值放大算法中,目标图像中新创造的象素值,是由源图像位 置在它附近的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.
Update
: 2025-02-19
Size
: 325kb
Publisher
:
chenjun
[
Special Effects
]
bilinear-interpolation-method
DL : 0
主要介绍图像放大处理中的双线性插值方法及例程-introduction of bilinear interpolation algorithm
Update
: 2025-02-19
Size
: 327kb
Publisher
:
松风霞蔚
[
Special Effects
]
DIP-Bilinear-Interpolation-Algorithm
DL : 0
数字图像处理双线性插值算法详细解析与实现源码-Bilinear interpolation algorithm of digital image processing detailed analysis and implementation source code
Update
: 2025-02-19
Size
: 324kb
Publisher
:
张飞
[
Other
]
Image-Interpolation-Algorithm
DL : 0
文档包括双线性插值算法和最近邻域算法的详细介绍,以及算法的相关计算。-Documentation includes bilinear interpolation algorithm and the nearest neighbor algorithm which is described in detail, as well as algorithms related calculations.
Update
: 2025-02-19
Size
: 5.67mb
Publisher
:
轻车
[
Special Effects
]
bilinear-interpolation
DL : 0
采用双线性插值方法对图像进行缩小放大,从双线性插值原理上编程,matlab可运行。-using bilinear interpolation algorithm for image scaling, matlab can compile
Update
: 2025-02-19
Size
: 1kb
Publisher
:
huangyu
«
1
2
3
4
5
6
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.