搜索资源列表
bitmapEx_source
- 一种向CBitmap对象读取“*.bmp”文件的快捷方式。 1、建立自己的CBitmap派生类。 2、增加一个“Load from bitmap”的函数: BOOL CMyBitmap::LoadBitmap(LPCTSTR szFileName) { DeleteObject() HBITMAP hBitmap=NULL hBitmap=(HBITMAP)LoadImage(NULL,szFileName,IMAGE_BITMAP,0,0,L
ZoomPart
- VC++局部放大图像演示实例,WEB上有不少类似的应用,一般都使用插件实现,用VC实现倒是还没有见过,不过应该也不复杂,其实也就是一个放大镜效果,鼠标移动到图片上,会把接近的区域按比例放大,本例子中添加了两个快捷功能,点鼠标左键是缩小图像,右键是放大图像-VC++ to enlarge the image shows examples of local, WEB there are many similar applications, using plug-ins are generally a
inpaint_test
- 该程序在VS2010+OpenCV2.4.9环境下完成,能够通过人机界面的方式(鼠标和快捷键)实现对单通道或多通道图像的修复,代码执行效率高,修复效果好-To complete the program in VS2010+ OpenCV2.4.9 environment, can through the way of human-computer interface (mouse and keyboard shortcuts) of single channel and multi-channe