搜索资源列表
已知两点求第三点的双字节无符号定点插值算法
- 两个点的线性插值定点数算法 说明:1、基本公式 y=( y2-y1 ) ( x-x1 ) / ( x2-x1 ) + y1 2、根据直线斜率的正负、内插外插的不同,分为6种情况。 3.参见文件夹中的“插值算法的6种情况”一图。-two points of linear interpolation algorithm for determining points : one, the basic formula y = (y2
供vb调用的高质量旋转图片vc动态库代码
- 用VC编写高质量图片旋转算法(双线性插值法),生成DLL源代码,并提供VB调用例子代码。-VC prepared high-quality images rotation algorithm (bilinear interpolation), generate DLL source code, and called for VB code examples.
myGeoTrans
- 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
guo_
- 双线性插值算法的实现-bilinear interpolation algorithm implementation
2
- 编写24位彩色图像的平移处理程序;编写基于最近邻插值算法的24位彩色图像放大处理程序;编写基于双线性插值算法的24位彩色图像放大处理程序;编写基于最近邻插值算法的24位彩色图像缩小处理程序;编写基于双线性插值算法的24位彩色图像缩小处理程序;编写基于最近邻插值算法的24位彩色图像旋转处理程序;编写基于双线性插值算法的24位彩色图像旋转处理程序;-The preparation of 24-bit color image translat
disp_fig
- 采用通过提取图像的边缘特征对两幅图像配准,并采用双线性插值算法来提高配准精度。用于两幅图像间变化不大的配准。-Adopted through the extraction of image edge characteristics of two image registration, using bilinear interpolation algorithm to improve registration accuracy. Betw
dblinear
- 用matlab实现了彩色图像的缩放,采用的是双线性插值算法!-Matlab achieved using the zoom color images, using bilinear interpolation algorithm!
zoomimage
- 基于双线性插值算法的图像放缩技术与实现电子书-Bilinear interpolation algorithm based on the zoom image technology and the realization of e-books
interpolation
- 双线性插值算法是一种空间域的错误掩盖算法,本程序实现了用双线性插值算法恢复受损图像的matlab程序-Bilinear interpolation algorithm is a spatial domain error concealment algorithm to achieve this program using bilinear interpolation algorithm to restore damaged image
shuangxianxingchazhi
- 图像旋转的双线性插值算法!实现图像的无损失旋转!
Nearest_neighbor_interpolation
- 最近邻算法和双线性插值算法 实现灰度图的缩放 -Nearest neighbor algorithm and the bilinear interpolation algorithm to achieve gray level scaling
GeoTrans
- MFC实现的图像的缩放,旋转。包括双线性插值算法的实现。-MFC to achieve the image scaling, rotation. Including the bilinear interpolation algorithm.
Bilinear
- 用VC++语言,实现了双线性插值算法,处理图像为bmp-Bilinear interpolation algorithm
DwindlePic
- 用Java实现的 双线性插值算法的源代码(可运行)-Implemented with Java source code for bilinear interpolation algorithm (runs)
Bayer
- 图像的双线性插值算法,VC++编写,作为基础知识掌握。-Bilinear image interpolation algorithm, VC++ written, as basic knowledge.
BackProj
- 图像重建中的紧邻插值,线性插值及双线性插值算法-Image reconstruction close to interpolation, linear interpolation and bilinear interpolation algorithm
im_R
- 通过双线性插值算法实现图像旋转,图像可以是灰度图也可以是RBG图像-Image rotation
Interpolation
- /************************************************************************* * 函数名称: * Interpolation() * 参数: * LPSTR lpDIBBits - 指向源DIB图像指针 * LONG lWidth - 源图像宽度(象素数) * LONG lHeight - 源图像高度(象素数) * FLOA
Image-Intepolation
- 利用双线性插值算法,实现图像的放大缩小,内附原理文档。-Bilinear interpolation algorithm to achieve image zoom, containing principles document.
双线性插值算法
- 双线性插值c++实现,环境为vs2013(]bilinear interpolation)