图像处理程序大全 C++

上传者: zhuchao8773 | 上传时间: 2021-06-16 20:27:32 | 文件大小: 1.45MB | 文件类型: RAR
本资源含大量的图像处理代码(C++) int kind = 0; // 图像类型(8位kind=1,24位kind=3,初始化kind=0) LONG Bytes = 0; // 图像分配内存的最大值 BOOL Step; // 菜单上一步、下一步启动禁用标志 -> FALSE为下一步禁用 BOOL Step_All = TRUE; // 初始化上一步、下一步 -> TRUE为禁用 BOOL fdj = TRUE; // 可以使用放大镜的标志 int screen_width = GetSystemMetrics(SM_CXSCREEN); // 获取屏幕宽度 int screen_height = GetSystemMetrics(SM_CYSCREEN); // 获取屏幕高度 BOOL DirectDraw_Pause = FALSE; // DirectDraw显示时键盘中断标志 int Match_x = 0; // 模板匹配中左上方坐标 - 行 int Match_y = 0; // 模板匹配中左上方坐标 - 列 CString Match_result = ""; // 模板匹配结果 SOCKET m_socket; // 定义一个套接字 ///////////////////////////////////////////////////////////////////////////// // CMy002App initialization BOOL CMy002App::InitInstance() { // *** 判断程序是否已运行 *** HANDLE hMutex; // 定义一个句柄 // 创建一个互斥对象,并返回句柄 hMutex = CreateMutex(NULL, TRUE, "7 4 的程序"); // 主线程拥有互斥对象,相当于一次请求互斥对象 // hMutex = CreateMutex(NULL, FALSE, "7 4 的程序"); // 主线程不拥有互斥对象 // WaitForSingleObject(hMutex,INFINITE); // 请求互斥对象 if (hMutex) // 判断句柄是否有值 { if (ERROR_ALREADY_EXISTS == GetLastError()) // 判断程序是否已运行 { AfxMessageBox("该应用程序已运行! ", MB_ICONINFORMATION | MB_OK); ExitProcess(0); // 退出应用程序 } } ReleaseMutex(hMutex); // 释放互斥对象 // *** 登陆密码对话框 *** Password dlg; // 定义对话框对象 dlg.DoModal(); // 显示并运行模态对话框 - 用户登录对话框 // CG: The following block was added by the Splash Screen component. \ { \ CCommandLineInfo cmdInfo; \ ParseCommandLine(cmdInfo); \ \ C_SplashWnd::EnableSplashScreen(cmdInfo.m_bShowSplash); \ } AfxEnableControlContainer(); // Standard initialization // If you are not using these features and wish to reduce the size // of your final executable, you should remove from the following // the specific initialization routines you do not need. #ifdef _AFXDLL Enable3dControls(); // Call this when using MFC in a shared DLL #else Enable3dControlsStatic(); // Call this when linking to MFC statically #endif // Change

文件下载

资源详情

[{"title":"( 78 个子文件 1.45MB ) 图像处理程序大全 C++","children":[{"title":"图像处理程序","children":[{"title":"Image_DilationDIB.cpp <span style='color:#111;'> 4.28KB </span>","children":null,"spread":false},{"title":"002View.cpp <span style='color:#111;'> 77.86KB </span>","children":null,"spread":false},{"title":"Image_Template.h <span style='color:#111;'> 1.74KB </span>","children":null,"spread":false},{"title":"Splash.cpp <span style='color:#111;'> 3.15KB </span>","children":null,"spread":false},{"title":"Image_GradSharp.h <span style='color:#111;'> 1.29KB </span>","children":null,"spread":false},{"title":"Image_ErosionDIB.h <span style='color:#111;'> 1.62KB </span>","children":null,"spread":false},{"title":"Image_ZFT.h <span style='color:#111;'> 1.22KB </span>","children":null,"spread":false},{"title":"002.rc <span style='color:#111;'> 40.77KB </span>","children":null,"spread":false},{"title":"002Doc.h <span style='color:#111;'> 2.21KB </span>","children":null,"spread":false},{"title":"StdAfx.cpp <span style='color:#111;'> 205B </span>","children":null,"spread":false},{"title":"Image_Close.h <span style='color:#111;'> 1.55KB </span>","children":null,"spread":false},{"title":"resource.h <span style='color:#111;'> 7.53KB </span>","children":null,"spread":false},{"title":"Chat.h <span style='color:#111;'> 1.49KB </span>","children":null,"spread":false},{"title":"Image_MatchDIB_2.cpp <span style='color:#111;'> 1.62KB </span>","children":null,"spread":false},{"title":"DIB_API.cpp <span style='color:#111;'> 16.81KB </span>","children":null,"spread":false},{"title":"Image_MedianFilter.h <span style='color:#111;'> 1.31KB </span>","children":null,"spread":false},{"title":"002.clw <span style='color:#111;'> 16.39KB </span>","children":null,"spread":false},{"title":"Image_MatchDIB_1.cpp <span style='color:#111;'> 4.88KB </span>","children":null,"spread":false},{"title":"Image_ThresholdTrans.cpp <span style='color:#111;'> 7.07KB </span>","children":null,"spread":false},{"title":"Image_Open.cpp <span style='color:#111;'> 3.87KB </span>","children":null,"spread":false},{"title":"Image_Close.cpp <span style='color:#111;'> 3.88KB </span>","children":null,"spread":false},{"title":"DirectDraw.cpp <span style='color:#111;'> 7.34KB </span>","children":null,"spread":false},{"title":"Image_FDJ.cpp <span style='color:#111;'> 2.68KB </span>","children":null,"spread":false},{"title":"Image_MedianFilter.cpp <span style='color:#111;'> 1.62KB </span>","children":null,"spread":false},{"title":"Image_FDJ.h <span style='color:#111;'> 1.30KB </span>","children":null,"spread":false},{"title":"Image_Even.cpp <span style='color:#111;'> 1.42KB </span>","children":null,"spread":false},{"title":"Splash.h <span style='color:#111;'> 1.17KB </span>","children":null,"spread":false},{"title":"Chat.cpp <span style='color:#111;'> 6.40KB </span>","children":null,"spread":false},{"title":"002.opt <span style='color:#111;'> 323.00KB </span>","children":null,"spread":false},{"title":"Image_MatchDIB_2.h <span style='color:#111;'> 1.45KB </span>","children":null,"spread":false},{"title":"Password.cpp <span style='color:#111;'> 2.78KB </span>","children":null,"spread":false},{"title":"MainFrm.h <span style='color:#111;'> 2.09KB </span>","children":null,"spread":false},{"title":"002.cpp <span style='color:#111;'> 6.31KB </span>","children":null,"spread":false},{"title":"New_Password.h <span style='color:#111;'> 1.26KB </span>","children":null,"spread":false},{"title":"Image_Open.h <span style='color:#111;'> 1.54KB </span>","children":null,"spread":false},{"title":"002.aps <span style='color:#111;'> 854.02KB </span>","children":null,"spread":false},{"title":"Image_GrayStretch.h <span style='color:#111;'> 1.66KB </span>","children":null,"spread":false},{"title":"Image_ThresholdTrans.h <span style='color:#111;'> 1.72KB </span>","children":null,"spread":false},{"title":"Image_RotateDIB.h <span style='color:#111;'> 1.27KB </span>","children":null,"spread":false},{"title":"Image_RotateDIB.cpp <span style='color:#111;'> 1.05KB </span>","children":null,"spread":false},{"title":"Image_GradSharp.cpp <span style='color:#111;'> 1.11KB </span>","children":null,"spread":false},{"title":"Image_ZoomDIB.cpp <span style='color:#111;'> 1.13KB </span>","children":null,"spread":false},{"title":"Image_GrayStretch.cpp <span style='color:#111;'> 7.33KB </span>","children":null,"spread":false},{"title":"Debug","children":null,"spread":false},{"title":"002View.h <span style='color:#111;'> 5.92KB </span>","children":null,"spread":false},{"title":"Image_ZoomDIB.h <span style='color:#111;'> 1.27KB </span>","children":null,"spread":false},{"title":"New_Password.cpp <span style='color:#111;'> 2.18KB </span>","children":null,"spread":false},{"title":"ReadMe.txt <span style='color:#111;'> 4.59KB </span>","children":null,"spread":false},{"title":"StdAfx.h <span style='color:#111;'> 1.39KB </span>","children":null,"spread":false},{"title":"002.dsp <span style='color:#111;'> 7.88KB </span>","children":null,"spread":false},{"title":"DIB_API.h <span style='color:#111;'> 1.20KB </span>","children":null,"spread":false},{"title":"MainFrm.cpp <span style='color:#111;'> 8.10KB </span>","children":null,"spread":false},{"title":"IMAGE_PROCESS.cpp <span style='color:#111;'> 75.16KB </span>","children":null,"spread":false},{"title":"Image_MatchDIB_1.h <span style='color:#111;'> 1.66KB </span>","children":null,"spread":false},{"title":"线条图像.wmf <span style='color:#111;'> 4.16KB </span>","children":null,"spread":false},{"title":"res","children":[{"title":"Start.wav <span style='color:#111;'> 864.04KB </span>","children":null,"spread":false},{"title":"002.ico <span style='color:#111;'> 1.05KB </span>","children":null,"spread":false},{"title":"002Doc.ico <span style='color:#111;'> 1.05KB </span>","children":null,"spread":false},{"title":"柯南.bmp <span style='color:#111;'> 900.05KB </span>","children":null,"spread":false},{"title":"Thumbs.db <span style='color:#111;'> 14.50KB </span>","children":null,"spread":false},{"title":"Toolbar.bmp <span style='color:#111;'> 2.18KB </span>","children":null,"spread":false},{"title":"002.rc2 <span style='color:#111;'> 462B </span>","children":null,"spread":false},{"title":"Start.bmp <span style='color:#111;'> 799.86KB </span>","children":null,"spread":false},{"title":"cursor1.cur <span style='color:#111;'> 766B </span>","children":null,"spread":false}],"spread":false},{"title":"Image_ErosionDIB.cpp <span style='color:#111;'> 4.27KB </span>","children":null,"spread":false},{"title":"002.h <span style='color:#111;'> 1.41KB </span>","children":null,"spread":false},{"title":"ChildFrm.cpp <span style='color:#111;'> 2.30KB </span>","children":null,"spread":false},{"title":"002.ncb <span style='color:#111;'> 265.00KB </span>","children":null,"spread":false},{"title":"ChildFrm.h <span style='color:#111;'> 1.42KB </span>","children":null,"spread":false},{"title":"002.plg <span style='color:#111;'> 2.91KB </span>","children":null,"spread":false},{"title":"DirectDraw.h <span style='color:#111;'> 1.22KB </span>","children":null,"spread":false},{"title":"002Doc.cpp <span style='color:#111;'> 9.02KB </span>","children":null,"spread":false},{"title":"002.dsw <span style='color:#111;'> 514B </span>","children":null,"spread":false},{"title":"Image_Even.h <span style='color:#111;'> 1.27KB </span>","children":null,"spread":false},{"title":"Image_Template.cpp <span style='color:#111;'> 4.35KB </span>","children":null,"spread":false},{"title":"Image_ZFT.cpp <span style='color:#111;'> 3.50KB </span>","children":null,"spread":false},{"title":"Password.h <span style='color:#111;'> 1.21KB </span>","children":null,"spread":false},{"title":"IMAGE_PROCESS.h <span style='color:#111;'> 2.94KB </span>","children":null,"spread":false},{"title":"Image_DilationDIB.h <span style='color:#111;'> 1.63KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

  • weixin_38875838 :
    很棒棒w(゚Д゚)w
    2017-11-21
  • jiang561314 :
    不错,合适我
    2015-10-31
  • qq_28624265 :
    文件解压以后打不开,也没法在13上运行。。。
    2015-06-09
  • yzhfirst1 :
    怎么解压后看不到文件!!!!
    2015-05-05
  • qustqustjay :
    代码很基础,适合初学者,部分代码运行不了,谢谢!
    2014-12-30

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明