码迷,mamicode.com
首页 >  
搜索关键字:opencv vs2013    ( 7880个结果
OpenCV安装和测试
opencv
分类:其他好文   时间:2014-07-22 23:16:34    阅读次数:405
stream opencv mat (webcam)frame throught tcp by boost asio
客户端:/* * ===================================================================================== * * Filename: client.cpp * * Description:...
分类:Web程序   时间:2014-04-30 20:27:45    阅读次数:726
ASP.NET MVC 5– 使用Wijmo MVC 5模板1分钟创建应用
原文:ASP.NET MVC 5– 使用Wijmo MVC 5模板1分钟创建应用开始使用使用ComponentOne Studio for ASP.NET Wijmo制作MVC5应用程序,首先要做的是安装Studio for ASP.NET Wijmo 。测试环境 VS2013、MVC5、Frame...
分类:Web程序   时间:2014-04-29 16:25:45    阅读次数:488
如何安装windows sp1
不安装services pack1就没办法安装vs2013,一直以为sp1是去下载的,搞半天原来直接在windows update那里更新就会自动安装上sp1,晕死
分类:Windows程序   时间:2014-04-29 10:15:46    阅读次数:618
OpenCV 中 IplImage、CvMat、Mat中的type是怎么回事?
在使用opencv的过程中,无论使用原始的IplImage和CvMat类型,还是用最新C++版本的Mat类型,在创建和使用过程中,经常会遇到CV_8UC1、CV_8UC3、CV_32FC3等声明,我以前也经常遇到,曾经看懂了,现在又忘记了,现在把它写下来,方便以后查看,遇到同样问题的菜鸟也能尽快.....
分类:其他好文   时间:2014-04-28 10:38:57    阅读次数:539
Emgu CV 初试
Emgu CV是.NET平台下对OpenCV图像处理库的封装,也就是.NET版。可以运行在C#、VB、VC++等。安装完成后需要设置环境变量,比如我安装在D:\Emgu\emgucv-windows-universal-cuda 2.9.0.1922,然后再系统环境变量添加D:\Emgu\emguc...
分类:其他好文   时间:2014-04-28 04:50:47    阅读次数:929
OpenCV入门
此系列文章只是OpenCV tutorials的学习和总结。网址:http://docs.opencv.org/doc/tutorials/tutorials.html基础OpenCV入门包括以下内容:OpenCV介绍---------------------------------学习如何安装Op...
分类:其他好文   时间:2014-04-27 22:34:28    阅读次数:503
逆序输出一句话
对一句话里面的单词进行reverse,标点符号位置不变。符号包括:,.!? 例:输入:Hello, my dear friend! 输出:olleH, ym raed dneirf! 思路:由于需要逆序输出,因此想到利用栈数据结构来实现。代码如下(调试环境:VS2013):
分类:其他好文   时间:2014-04-27 21:05:01    阅读次数:596
OpenCV脸部、眼睛检测
/* 功能:实现对眼睛、脸部的跟踪。 版本:1.0 时间:2014-4-27 */ #include #include #include #include #include #include using namespace std; using namespace cv; void detectEyeAndFace( Mat frame ); //将下面两个文件复制到当前工...
分类:其他好文   时间:2014-04-27 20:40:47    阅读次数:659
OpenCV人脸检测
对人脸进行检测#include "opencv2/core/core.hpp" #include "opencv2/objdetect/objdetect.hpp" #include "opencv2/highgui/highgui.hpp" #include "opencv2/imgproc/imgproc.hpp" #include #include using names...
分类:其他好文   时间:2014-04-27 20:26:15    阅读次数:596
7880条   上一页 1 ... 786 787 788
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!