
PointGrey
文章平均质量分 79
TerryZ
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Point Grey Camera 技术支持往返信件
Hello, Thank you for contacting Point Grey Support. Could you please let me know which application you are using the camera with? If the application supports Direct Show interface, you will be able t原创 2013-07-25 01:13:54 · 2207 阅读 · 0 评论 -
CvImage中的陷阱和BUG----CvImage(IplImage* img)陷阱
记录使用IplImage* 定义图像,转换摄像头时,出现的错误 //源程序代码---转换图片格式 IplImage* ConvertImageToOpenCV(Image* pImage) { IplImage* cvImage = NULL; bool bColor = true; CvSize mySize; mySize.height = pImage->GetRow原创 2013-08-01 02:49:01 · 1629 阅读 · 0 评论