代码搜索:图像比对

找到约 10,000 项符合「图像比对」的源代码

代码结果 10,000
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; //设定偏移
www.eeworm.com/read/138714/13221347

txt 图像缩放.txt

//////////////////////////////////////////////////////////////// //参数说明: // HWND hWnd:窗口句柄 //程序说明:进行图像的缩放 BOOL Zoom(HWND hWnd) { //窗口处理函数 DLGPROC dlgInputBox = NULL; //偏移、源和目标内存
www.eeworm.com/read/138714/13221351

txt 图像镜像.txt

//////////////////////////////////////////////////////////////// //函数参数: //hWnd是窗口句柄 //Xdirection 是镜像方向 //函数说明:该函数根据输入的方向参数实现窗口图像的镜像处理 BOOL Mirror(HWND hWnd,BOOL XDirection) { //偏移和内存大小 DW