代码搜索:图像捕捉
找到约 10,000 项符合「图像捕捉」的源代码
代码结果 10,000
www.eeworm.com/read/438013/7737652
doc 图像信息.doc
www.eeworm.com/read/299929/7819955
vi 图像读取.vi
www.eeworm.com/read/295991/8129434
bmp spot图像.bmp
www.eeworm.com/read/295991/8129438
bmp tm图像.bmp
www.eeworm.com/read/295991/8129447
bmp 图像平滑.bmp
www.eeworm.com/read/295991/8129449
bmp 图像锐化.bmp
www.eeworm.com/read/295991/8129496
bmp 图像细化.bmp
www.eeworm.com/read/144118/12813628
doc 图像处理.doc
www.eeworm.com/read/138714/13221320
txt 图像平移.txt
//参数说明:
//lpDIBBits 源图像数据去指针
//lWidth 宽度
//lHeight 高度
//lXOffset X轴线偏移
//lYOffset Y轴线偏移
//函数说明:该函数实现图像的平移操作
BOOL TranslationDIB1(LPSTR lpDIBBits, LONG lWidth, LONG lHeight, LONG lXOffset, LONG
www.eeworm.com/read/138714/13221341
txt 图像旋转.txt
////////////////////////////////////////////////////////////////
//参数说明:
// HWND hWnd:窗口句柄
//程序说明:图像的旋转
BOOL Rotation(HWND hWnd)
{
//定义对话框处理程序
DLGPROC dlgInputBox = NULL;
//设定偏移