CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Bilinear Image Scaling
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Bilinear Image Scaling - List
[
GDI-Bitmap
]
SuperScaling
DL : 0
双线性图像插值源代码,实现图像的平滑缩放。-bilinear image interpolation source code, achieving a smooth image scaling.
Update
: 2008-10-13
Size
: 41.92kb
Publisher
:
心港
[
Special Effects
]
image-shuangxianxing
DL : 0
以VC为工具完成了对于图像的双线性缩放,实现了图像任意比例的缩放-to VC as a tool for the completion of the bilinear image scaling, image realize arbitrary proportion of Laval
Update
: 2008-10-13
Size
: 4.34kb
Publisher
:
张朋
[
GDI-Bitmap
]
SuperScaling
DL : 0
双线性图像插值源代码,实现图像的平滑缩放。-bilinear image interpolation source code, achieving a smooth image scaling.
Update
: 2025-02-17
Size
: 42kb
Publisher
:
心港
[
Special Effects
]
image-shuangxianxing
DL : 0
以VC为工具完成了对于图像的双线性缩放,实现了图像任意比例的缩放-to VC as a tool for the completion of the bilinear image scaling, image realize arbitrary proportion of Laval
Update
: 2025-02-17
Size
: 4kb
Publisher
:
张朋
[
Special Effects
]
ex6
DL : 0
自己编写的程序,实现dicom文件显示,窗宽窗位调整;利用双线性插值完成图像的缩放。-I have written procedures, to achieve DICOM documents show that window-width window level adjustment the use of bilinear interpolation image scaling.
Update
: 2025-02-17
Size
: 212kb
Publisher
:
gjf281
[
Picture Viewer
]
scr
DL : 0
自己编写的程序,实现dicom文件显示,窗宽窗位调整;利用双线性插值完成图像的缩放。-I have written procedures, to achieve DICOM documents show that window-width window level adjustment the use of bilinear interpolation image scaling.
Update
: 2025-02-17
Size
: 43kb
Publisher
:
lu
[
Special Effects
]
bilinear
DL : 0
用双线性插值法实现的图像缩放,内有详细的使用说明。非常好用-Bilinear interpolation method used to achieve the image scaling, which has detailed instructions. Very easy to use
Update
: 2025-02-17
Size
: 1kb
Publisher
:
舟子还
[
Graph program
]
Raw
DL : 0
本程序能够实现RAW文件和BMP图像的均衡化处理,RAW文件转化为BMP,图像缩放(最近邻差值方式、双线性插值、三次B样条插值),两幅图像的相似度比较-This procedure can be achieved RAW image files and BMP balanced treatment, RAW files into BMP, image scaling (the margin nearest neighbor approach, bilinear interpolation, three B-spline interpolation), two images of the similarity comparison
Update
: 2025-02-17
Size
: 68kb
Publisher
:
qzc
[
GDI-Bitmap
]
imageScalingAlgorithm
DL : 0
基于双线性插值的图像缩放算法论文,原理及其源代码-Based on the bilinear interpolation of the image scaling algorithm paper, principle and its source code
Update
: 2025-02-17
Size
: 1.81mb
Publisher
:
凌涵
[
Special Effects
]
pic_transport
DL : 0
利用临近点法,双线性法,双立方法等插值算法,实现了图像的平移、缩放和旋转功能-Using near-point, bilinear and bicubic interpolation algorithm to realize image translation, scaling and rotation
Update
: 2025-02-17
Size
: 248kb
Publisher
:
winxp
[
Special Effects
]
RGBImage
DL : 0
利用双线性插值和最近邻插值实现RGB图像的缩放,利用MATLAB编写-The use of bilinear interpolation and nearest neighbor interpolation to achieve RGB image scaling, using MATLAB to prepare
Update
: 2025-02-17
Size
: 3.09mb
Publisher
:
陈卫征
[
GDI-Bitmap
]
bilinear_interpolation
DL : 0
该文章阐述了双线性算法的原理以及并利用此算法实现了图像的缩放函数-The article describes the principle of bilinear algorithms and take advantage of this algorithm, as well as the image scaling function
Update
: 2025-02-17
Size
: 325kb
Publisher
:
林小分
[
Special Effects
]
Bilinear-interpolation-and-cubic-convolution
DL : 0
二次线性插值和三次卷积插值,高质量图像缩放技术之一,文中有大量代码,实用性很强。-Bilinear interpolation and cubic convolution,is one of Image scaling technology
Update
: 2025-02-17
Size
: 96kb
Publisher
:
张燕
[
GDI-Bitmap
]
image-scaling-procedure
DL : 0
用C++语言编写的图像缩放程序,采用双线性插值算法-Written in C++ language, image scaling procedure for the bilinear interpolation algorithm
Update
: 2025-02-17
Size
: 1.17mb
Publisher
:
shard
[
matlab
]
image
DL : 0
双线性插值图像放大程序,该程序只对二值图像进行放缩。-Bilinear interpolation image to enlarge the program, the program only for binary image scaling.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
sanmao
[
Special Effects
]
bilinear-scaler
DL : 0
任意倍数图像缩放matlab源码,采用双线性插值方法-Arbitrary multiples of image scaling Matlab source code, using the bilinear interpolation method
Update
: 2025-02-17
Size
: 5kb
Publisher
:
[
matlab
]
Programming-for-image-zoom
DL : 0
此程序利用两种方法对图像进行缩放:一种是领域插值法,另一种是双线性插值法,并对边界问题进行的必要的处理-This process using two methods of image scaling: one is the domain interpolation method, and the other one is bilinear interpolation, and the border of the necessary processing problems
Update
: 2025-02-17
Size
: 11kb
Publisher
:
梅浪奇
[
Special Effects
]
image-zoom
DL : 0
图像缩放是本人参与过的一个项目。本人利用常用的图像缩放算法(如最近邻插值法,双线性插值算法,三次插值算法,B-样条插值等)对图像进行缩放并分析各个算法的优缺点(本文有相应的算法源程序代码)。最后在对算法进行改进。-Image scaling is a project I worked on. I use common image scaling algorithms (such as nearest neighbor interpolation, bilinear interpolation algorithm, cubic interpolation algorithm, B-spline interpolation, etc.) for image scaling and analyze the advantages and disadvantages of each algorithm (corresponding algorithm source code in this article code). Finally, improvements in the algorithm.
Update
: 2025-02-17
Size
: 1.4mb
Publisher
:
小陈
[
Special Effects
]
bilinear-interpolation
DL : 0
采用双线性插值方法对图像进行缩小放大,从双线性插值原理上编程,matlab可运行。-using bilinear interpolation algorithm for image scaling, matlab can compile
Update
: 2025-02-17
Size
: 1kb
Publisher
:
huangyu
[
Picture Viewer
]
image-scaling
DL : 0
图像的缩放,涉及到最佳临近插值、双线性插值、二次方插值。- Image scaling, related to the best approach to interpolation, bilinear interpolation, two square interpolation.
Update
: 2025-02-17
Size
: 109kb
Publisher
:
孙毅宏
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.