文件名称:全景图像拼接程序源代码VC++
文件大小:33KB
文件格式:RAR
更新时间:2013-04-23 17:41:32
图像拼接
用于全景图像拼接的程序源代码/ cdib.cpp #include "stdafx.h" #include "math.h" // #include "process.h" #include "cdib.h" #include "GlobalApi.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif // 声明串行化过程 IMPLEMENT_SERIAL(CDib, CObject, 0); /************************************************************************* * * \函数名称: * CDib() * * \输入参数: * 无 * * \返回值: * 无 * * \说明: * 构造函数 * ************************************************************************ */ CDib::CDib() { m_hFile = NULL; m_hBitmap = NULL; m_hPalette = NULL; m_nBmihAlloc = m_nImageAlloc = noAlloc; Empty(); } /************************************************************************* * * \函数名称: * CDib() * * \输入参数: * CSize size - 位图尺寸 * int nBitCount - 象素位数 * * \返回值: * 无 * * \说明: * 构造函数 * 根据给定的位图尺寸和象素位数构造CDib对象,并对信息头和调色板分配内存 * 但并没有给位图数据分配内存 *
【文件预览】:
全景图像拼接源代码
----02.txt(4KB)
----06.txt(9KB)
----01.txt(85KB)
----04.txt(1KB)
----07.txt(6KB)
----03.txt(3KB)
----05.txt(21KB)
----08pinjie.txt(6KB)
----09.txt(16KB)