- 2D-FFT-C 二维快速傅里叶变换及其逆变换
- EJB_exam pdf文件 基于EJB设计模式的通用考试系统
- alu_Verilog It is the code for implementing the project titled "The Reconfigurable Instruction Cell Array(IEEE 2008)".
- erzhihua 利用直方图谷点阈值方法
- question67.java This a solution the problem 67 of Project Euler website: https://projecteuler.net/archives
- 141736210924497 提供了基于遗传算法的无功优化运行仿真程序
文件名称:Interpolation
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1.31kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
/*************************************************************************
* 函数名称:
* Interpolation()
* 参数:
* LPSTR lpDIBBits - 指向源DIB图像指针
* LONG lWidth - 源图像宽度(象素数)
* LONG lHeight - 源图像高度(象素数)
* FLOAT x - 插值元素的x坐标
* FLOAT y - 插值元素的y坐标
* 返回值:
* unsigned char - 返回插值计算结果。
* 说明:
* 该函数利用双线性插值算法来估算象素值。对于超出图像范围的象素,
* 直接返回255。
************************************************************************/-/************************************************************************** Function Name:* Interpolation ()* parameters:* LPSTR lpDIBBits- point to the source DIB image pointer* LONG lWidth- source image Width (pixels number)* LONG lHeight- source image height (pixel number)* FLOAT x- x coordinate of the element interpolation* FLOAT y- y coordinate of the element interpolation* Return value:* unsigned char- Back interpolation results.* Note:* This function is the bilinear interpolation algorithm to estimate the pixel value. For beyond the scope of the pixel image,* directly back to 255.************************************************************************/
* 函数名称:
* Interpolation()
* 参数:
* LPSTR lpDIBBits - 指向源DIB图像指针
* LONG lWidth - 源图像宽度(象素数)
* LONG lHeight - 源图像高度(象素数)
* FLOAT x - 插值元素的x坐标
* FLOAT y - 插值元素的y坐标
* 返回值:
* unsigned char - 返回插值计算结果。
* 说明:
* 该函数利用双线性插值算法来估算象素值。对于超出图像范围的象素,
* 直接返回255。
************************************************************************/-/************************************************************************** Function Name:* Interpolation ()* parameters:* LPSTR lpDIBBits- point to the source DIB image pointer* LONG lWidth- source image Width (pixels number)* LONG lHeight- source image height (pixel number)* FLOAT x- x coordinate of the element interpolation* FLOAT y- y coordinate of the element interpolation* Return value:* unsigned char- Back interpolation results.* Note:* This function is the bilinear interpolation algorithm to estimate the pixel value. For beyond the scope of the pixel image,* directly back to 255.************************************************************************/
相关搜索: 双线性插值
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Interpolation.cpp
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
