2014年8月19日

MFC中char*,string和CString之间的转换

摘要: MFC中char*,string和CString之间的转换 一、 将CString类转换成char*(LPSTR)类型 方法一,使用强制转换。例如: CString theString( "This is a test" ); LPTSTR lpsz =(LPTSTR)(LP... 阅读全文

posted @ 2014-08-19 21:39 吴一达 阅读(270) 评论(0) 推荐(0)

图像分割之(四)OpenCV的GrabCut函数使用和源码解读

摘要: 图像分割之(四)OpenCV的GrabCut函数使用和源码解读 分类: 图像处理 计算机视觉 2013-01-23 17:19 12031人阅读 评论(33)... 阅读全文

posted @ 2014-08-19 17:04 吴一达 阅读(437) 评论(0) 推荐(0)

自然图像抠图/视频抠像技术发展情况梳理

摘要: 自然图像抠图/视频抠像技术发展情况梳理(image matting, alpha matting, video matting)--计算机视觉专题1 分类: Computer Vision 2014-04-... 阅读全文

posted @ 2014-08-19 16:09 吴一达 阅读(318) 评论(0) 推荐(0)

导航