E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
cv.h
利用opencv进行usb相机的视频捕获
下面,我给出相应的参考代码:#include"stdafx.h"#include"
cv.h
"#include"highgui.h"#include"iostream"usingnamespacestd;
carson2005
·
2011-08-20 22:00
windows
api
XP
null
System
VC编译与链接的两个常见错误的解决
环境下编译与链接时经常遇到的两个错误的解决办法. 1.编译错误 问题描述:编译时,出现编译如下编译错误: fatal error C1083: Cannot open include file: '
cv.h
xbgd
·
2011-08-13 20:00
VC
[MO]opencv包含头文件出错的粗略解读
fatalerrorC1083:无法打开包括文件:“
cv.h
”:Nosuchfileordirectory fatalerrorC1083:无法打开包括文件:“highgui.h”:Nosuchfil
moc062066
·
2011-08-09 10:00
c
File
include
编译器
openCV摄像头代码
调用摄像头的基本框架#import"OpenCV/
cv.h
" #import"OpenCV/highgui.h" intmain() { IplImage*frame=NULL;//定义帧,
eminia
·
2011-08-04 22:00
框架
function
xcode
Google
null
iPhone
OpenCV学习笔记-形态学
OpenCV提供了通用的形态学函数cvMorphologyEx,该函数能够实现开运算,闭运算,形态梯度,礼帽操作,黑帽操作,例题如下:#include"StdAfx.h" #include"
cv.h
"
superdont
·
2011-08-04 17:00
null
出版
OpenCV学习笔记-用鼠标在窗口中画矩形
// #include"stdafx.h" #include"
cv.h
" #include"highgui.h" voidmy_mouse_callback( intevent,intx,inty
superdont
·
2011-08-03 17:00
image
callback
出版
小工具--OpenCV从视频中获取图像集
#include#include#include#include#include#include"
cv.h
"#include"highgui.h"intmain(){//获取视频CvCapture*capture
VictoryKNight
·
2011-07-29 12:00
video
null
工具
include
opencv学习1
#include"
cv.h
" #include"cvaux.h" #include"highgui.h" usingnamespacestd; voidPrintMat(CvMat*A) { inti,
boyhailong
·
2011-07-17 11:00
OpenCV下的图像对比度增强之完整代码
//#include"stdafx.h"#include"
cv.h
"#include"highgui.h"#include#includeintImageStretchByHistogram(IplImage
zhaiwenjuan
·
2011-07-10 14:00
filter
matlab
存储
图形
图像处理
fft
对视频流进行边缘检测
*/#include"stdafx.h"#include"
cv.h
"#include"highgui.h"#incl
ding_net
·
2011-06-22 23:00
OpenCV
把32位等任意格式图片灰度化并把图像数据保存为文本文件
//#include"stdafx.h"#include"
cv.h
"#include"highgui.h"#include"cxcore.h"#include"cvaux.h"#include#include
qtBMP
·
2011-06-16 15:00
null
DST
camshift目标识别VC++6.0实现
item/612fd5da19bd775894ee37a6.html作者:观澜阁目标识别(CamShift)2010年06月03日星期四上午11:10#include"stdafx.h"#include"
cv.h
dennymarat
·
2011-05-28 18:38
职场
休闲
camshift
vc++6.0
目标识别
CodeBlocks下如何配置OpenCV
www.opencv.org.cn/index.php/Codeblocks_MinGW_openCV理解了searchDirectories,LinkSetting等的设置以后,可以使用如下代码测试:#include"
cv.h
dupei
·
2011-05-18 00:00
杂项
CodeBlocks下如何配置OpenCV
www.opencv.org.cn/index.php/Codeblocks_MinGW_openCV 理解了searchDirectories,LinkSetting等的设置以后,可以使用如下代码测试:#include"
cv.h
dupei
·
2011-05-18 00:00
image
测试
null
search
白帽,黑帽
#include"
cv.h
"#include"highgui.h"#include"highgui.h"intmain(intargc,char**argv){cvNamedWindow("image"
yeqiu712
·
2011-05-04 15:00
image
null
include
图像开和闭操作
图形形态学之开运算和闭运算:开运算:去除较小的明亮区域闭运算:消除低亮度值的孤立点 #include"
cv.h
"#include"highgui.h"#include"highgui.h"intmain
yeqiu712
·
2011-05-04 14:00
image
null
图形
用opencv读取图像的每个像素值,鼠标点击获取每一个点,并显示像素
#include"
cv.h
"#include"highgui.h"#pragmacomment(lib,"cxcore200.lib")#pragmacomment(lib,"highgui200.
bxyill
·
2011-04-28 14:00
image
null
include
图像边缘检测Sobel,Laplace,Canny
#include"
cv.h
" #include"cxcore.h" #include"highgui.h" voidmain() { IplImage*pImage=NULL;
shandianling
·
2011-04-27 17:00
null
include
【Ubuntu+OpenCV】ubuntu/linux环境下,运用opencv实现图像的读入、显示--学习笔记【1】
#include"
cv.h
"#include"highgui.h"intmain(intargc,char**argv){char*wnd_name="show_image";char*file_
moc062066
·
2011-04-09 18:00
image
gcc
ubuntu
File
终端
【Ubuntu+OpenCV】ubuntu/linux环境下,运用opencv实现图像的读入、显示--学习笔记【1】
#include"
cv.h
"#include"highgui.h"intmain(intargc,char**argv){char*wnd_name="show_image";char*file_
ImageAlg
·
2011-04-09 18:00
OpenCV
使用opencv显示openni获取的图像
#include"stdafx.h"#include#include"
cv.h
"#include"highgui.h"#defineSAMPLE_XML_PATH"F:/KFQ/downloads/openni_src
kfqcome
·
2011-04-08 11:00
c
xml
image
Path
include
float
一个运用SVM进行回归的例子
#include"
cv.h
" #include"highgui.h" #include"ml.h" #include #include #include usingnamespacestd;
grunt1223
·
2011-04-08 11:00
ITeye
OpenCv图像差分
//图像差分#include#include#include"
cv.h
"#include"highgui.h"voidImage_Minus(IplImage*X,IplImage*Y,IplImage
hustspy1990
·
2011-04-03 10:00
image
psnr
//blog.csdn.net/huzia/archive/2008/09/01/2861877.aspx #include"stdafx.h"#include"highgui.h"#include"
cv.h
hachirou
·
2011-03-24 11:00
float
DST
关于MFC的一点配置
VisualStudio2008Express 没有MFC组件,需要下一个完整的VS2008 2.使用MFC前要这样写:#define_AFXDLL例如: #define_AFXDLL#include #include"
cv.h
tyt2222008
·
2011-03-17 19:00
express
mfc
include
Opencv常见的内存泄露错误
今天花了一个晚上的时间帮一个网友调试opencv的代码,出现了不少错误,其中主要的错误给出它的主函数来分析下:#include"iostream"#include"stdio.h"#include"
cv.h
bigloomy
·
2011-03-10 21:00
video
null
360
图像处理-Hough线变换和园变换
1.Hough线变换//Hough线变换#include"
cv.h
"#include"highgui.h"intmain(){//TODO:AddyourcommandhandlercodehereIplImage
hustspy1990
·
2011-03-06 00:00
command
null
存储
float
图像处理
图像处理-Canny算子、Sobel算子边缘检测
1.Canny算子边缘检测//Canny-边缘检测#include"
cv.h
"#include"highgui.h"intmain(){//TODO:AddyourcommandhandlercodehereIplImage
hustspy1990
·
2011-03-05 23:00
image
command
null
存储
图像处理
OpenCV使用简单举例-图像显示
OpenCV示例:读入一幅图像,显示并存入D盘根目录: #include"
cv.h
"#include"highgui.h"intmain(){//定义IplImage指针变量srcIplImage*src
hustspy1990
·
2011-03-04 17:00
图形
图像轮廓的提取和绘制
blog.csdn.net/gnuhpc/archive/2009/06/18/4278105.aspx document.write(ultimaFecha);#include"highgui.h"#include"
cv.h
fengbingchun
·
2011-02-22 14:00
list
null
存储
opencv中图片添加文字
#include"stdafx.h"#include#include"
cv.h
"#include"highgui.h"#pragmacomment(lib,"cv.lib")#pragmacomment
wangyangkobe
·
2011-02-21 16:00
image
include
基于opencv的CLAHE
#include"StdAfx.h"#include"
cv.h
"#include"highgui.h"#include"cvaux.h"#include"cxcore.h"#includeusingstd
migan2008
·
2011-01-20 15:00
image
Build
float
DST
7个hu不变矩c++程序小试
#include"
cv.h
"#include"cxcore.h"#include
dadaadao
·
2011-01-04 09:00
C++
c
float
n2
7个hu不变矩c++程序小试
#include"
cv.h
"#include"cxcore.h"#include
dadaadao
·
2011-01-04 08:00
openCV 与MFC交互
openCV1.0//配置目录//配置项目属性,LINK标签要加入cxcore.libcv.libml.libcvaux.libhighgui.libcvcam.lib//简单显示一幅图的源码#include"
cv.h
kennyrose
·
2010-12-02 09:00
image
mfc
数字图像的直方图均衡化(C/C++源代码)
////performhistgramequalizationforsinglechannelimage//AssureDigitSamplecode//#include"
cv.h
"#
fenggaoyuehei
·
2010-11-25 16:00
function
image
null
360
DST
transformation
基于Opencv的MeanShift跟踪算法实现
#include"
cv.h
"#include"highgui.h"#include#includeIplImage*image=0,*hsv=0,*hue=0,*mask=0,*backproject=
fenggaoyuehei
·
2010-11-25 16:00
学习Opencv第2章课后习题
#include"
cv.h
" #include"highgui.h" #include int g_slider_position=0; IplImage*doPyrDown(IplImage
fenggaoyuehei
·
2010-11-19 14:00
c
image
filter
null
input
磁盘
7个hu不变矩c++程序小试
#include"
cv.h
"#include"cxcore.h"#include
dadaadao
·
2010-11-11 15:00
C++
c
float
n2
视频目标检测与跟踪实现代码
视频目标检测与跟踪实现代码:#include"
cv.h
"#include"highgui.h"#include#include#include#include//varioustrackingparameters
babbxazzg
·
2010-11-06 23:00
OpenCV 之图像篇 常用函数
HighGUIReferenceManualhttp://www.ai.rug.nl/vakinformatie/pas/content/Highgui/opencvref_highgui.htm cpp文件前包含头文件#include"
cv.h
Williamyk
·
2010-11-04 20:00
image
File
reference
DST
output
tiff
Opencv获取并改变图像的像素值
#includeusingnamespacestd;#include"
cv.h
"#include"highgui.h"#pragma comment(lib,"cxcore.lib")#pragma comment
cxf7394373
·
2010-11-03 19:00
image
include
Opencv获取并改变图像的像素值
#includeusingnamespacestd;#include"
cv.h
"#include"highgui.h"#pragmacomment(lib,"cxcore.lib")#pragmacomment
cxf7394373
·
2010-11-03 19:00
C++
图像处理
简单图像融合1
#include"
cv.h
"#include"highgui.h"#include"stdio.h"intmain(intargc,char*argv[]){IplImage*image1=0;IplImage
babbxazzg
·
2010-10-23 22:00
image
include
OpenCV/第5章 图像形态梯度、礼帽、黑帽
OpenCV/第5章图像形态梯度、礼帽、黑帽//author:rorger//time:2010-10-2122:23:17延续上次的图像操作 #include"
cv.h
cartoonface
·
2010-10-21 22:00
image
null
2010
OpenCV/第5章 图像开和闭操作
章图像开和闭操作//author:rorger//time:2010-10-2021:25:41 图形形态学之开运算和闭运算:开运算:去除较小的明亮区域闭运算:消除低亮度值的孤立点 #include"
cv.h
cartoonface
·
2010-10-20 21:00
image
null
图形
2010
OpenCV/第5章 图像开和闭操作
第5章图像开和闭操作//author:rorger//time:2010-10-2021:25:41图形形态学之开运算和闭运算:开运算:去除较小的明亮区域闭运算:消除低亮度值的孤立点#include"
cv.h
cartoonface
·
2010-10-20 21:00
OpenCV
第5章/图像形态学-膨胀(dilate)和腐蚀(erode)
膨胀可以填补凹洞;腐蚀可以消除细的凸起; #include"
cv.h
"#include"highgui.h"#include"highgui.h"intmain(intargc,c
cartoonface
·
2010-10-08 22:00
image
2010
用opencv改变图片大小(像素、尺寸)
#include"
cv.h
" #include"highgui.h" #include"stdio.h" intmain(intargc,char*argv[]) { IplImage*
tyt2222008
·
2010-09-28 23:00
image
include
对视频流进行边缘检测【OpenCV学习笔记6】
*/#include"stdafx.h"#include"
cv.h
"#include"highgui.h"#include#includeintmain(intargc,char**argv){IplImage
superdont
·
2010-09-28 18:00
数据结构
struct
null
processing
DST
avi
上一页
12
13
14
15
16
17
18
19
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他