搜索资源列表
LoadDllRes
- Visual C++ 创建纯资源 DLL 包含资源(如图标、位图、字符串和对话框)的 DLL。 纯资源 DLL 的应用程序应调用loadLibrary 来显式链接到 DLL。若要访问资源,请调用资源特定的函数之一:LoadBitmap,LoadImage,LoadCursor,LoadIcon,LoadString //资源ID不加 “”。使用完资源后,应用程序应调用 FreeLibrary。 LoadDllRes.rar 演示了全过程。 -Visual C++ to cre
SIFT_VC.lib
- 本系统中VIS欠缺的SIFT_VC.lib文件。。。 http://www.pudn.com/downloads224/sourcecode/math/detail1055031.html-This is lib file, which is used in Video Intelligent System (VIS) based on the Microsoft Visual Studio 2008 compiler environment and OpenCV 2.0 library
Dialog
- 图像处理的一些算法实现——初步学习对话框编程- Preliminary study of the dialog programming
MFC_CLASS_DLL_OPENCV
- 本程序分为两部分 第一部分,DllClassText,在MFC中创建扩展 DLL,有两个类,一个为计算加减法,另一个为使用OPENCV方式打开图片,参数为图片路径.第二部分,dllClassApp,在MFC对话框程序中,调用第一部分生成的"DllClassText.dll",实现加减法和显示图片功能-This program is divided into two parts, the first part of DllClassText create an extended DLL in
Weather-Forecast-interface
- 界面编程,天气预报,自绘 weather(天气预报界面),基于VC++自绘技术,运行于VS环境。 如果一个运行在 Windows XP 上的应用程序清单指定要,使用 ComCtl32.dll 版本 6 或更高版本来启用可视化方式, 则需要 InitCommonControlsEx()。否则,将无法创建窗口。 界面中实现了BmpButton、CSetDialog 对话框,天气预报中的获取网络资源,感谢 (彬)泪闯天涯提供的参考代码。 代码里的注释还是
Repair
- 基于opencv的图像修复,用MFC编写的界面,实现图像在对话框的显示,额外添加了.dll .h和.lib文件,没装opencv的也可以运行,适合初学者-Opencv based image restoration, prepared with MFC interface, image displays the dialog box, add an extra. Dll. H and. Lib files, not installed opencv can also be run for beg
matlabdllX86
- 在MFC生成的对话框中调用经matlab编译生成的dll文件,并将matlab中的figure窗口以嵌入对话框的形式显示出来。-the dialog depends on MFC calls the .DLL file compiled by MATLAB compiler.And the window of figure is embeded in the MFC dialog.