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编程->haar+adaboost识别源码
. // #include"stdafx.h" #include"iostream" #include"
cv.h
" #include"highgui.h" #include #include #include"cxcore.h
sunboyiris
·
2014-04-10 10:00
OpenCV编程->haar+adaboost识别源码
//#include"stdafx.h"#include"iostream"#include"
cv.h
"#include"highgui.h"#include#include#include"cxcore.h
王孟贤
·
2014-04-10 10:00
三.使用OpenCv从摄像头获取视频和从文件播放视频
播放视频文件(avi):#include"
cv.h
" #include"highgui.h" intmain() { cvNamedWindow("AVI",CV_WINDOW_AUTOSIZE);
scottly1
·
2014-04-04 11:00
视频
opencv
树莓派
摄像头
归一化图像
以下是归一化的代码:#include"
cv.h
" #include"highgui.h" #include #include #include usingnamespacestd; #defineNUM837
xw20084898
·
2014-03-18 23:00
将视频文件转化为图片——批量读写图像
#include"
cv.h
" #include"highgui.h" #include #include #include usingnamespacestd; charimage_name[13];/
xw20084898
·
2014-03-18 20:00
使用OpenCV分离RGB颜色通道
示例图:分离出来的效果图如下:程序源代码:#include"
cv.h
"'#include"cxcore.h"#include"highgui.h"#includeusingnamespacestd;intmain
风吹夏天
·
2014-03-06 12:32
OpenCV
使用OpenCV分离RGB颜色通道
示例图:分离出来的效果图如下:程序源代码:#include"
cv.h
"' #include"cxcore.h" #include"highgui.h" #include usingnamespacestd
bluecol
·
2014-03-06 12:00
利用OpenCV给图像添加标注
// #include"stdafx.h" #include"
cv.h
" #include
jinshengtao
·
2014-03-05 15:00
opencv
实验数据
行人跟踪
直方图均衡化代码
#include#include"
cv.h
"#include"highgui.h"usingnamespacestd;//直方图均衡化intmain(){IplImage*src,*dst;IplImage
pymqq
·
2014-02-26 14:00
基于OpenCV的人脸检测代码
#include"
cv.h
" #include"highgui.h" #include staticCvMemStorage*storage
chenjiazhou12
·
2014-02-21 16:00
opencv
人脸检测
《学习OpenCV》练习8-1(有问题,未解决,求高人指教)
#include"
cv.h
"#include"highgui.h"#include"stdio.h"#include//函数cvFindDo
fredx93
·
2014-02-16 23:14
OpenCV
《学习OpenCV》打印矩阵
#include"
cv.h
"#include"stdio.h"intmain(){/*用cvCreateMat函数建立一个CvMat格式、10行*10列、3通道8位signed型的矩阵mat,返回一个指向
fredx93
·
2014-02-15 18:48
OpenCV
OpenCV提取显示一张图片(或者视频)的R,G,B颜色分量
#include"
cv.h
" #include"highgui.h" #include voidmain(intargc,char**argv) { IplImag
leixiaohua1020
·
2014-02-11 00:00
opencv
OpenCV提取显示一张图片(或者视频)的R,G,B颜色分量
#include"
cv.h
" #include"highgui.h" #include voidmain(intargc,char**argv) { IplImage*img=cvLoa
leixiaohua1020
·
2014-02-11 00:00
颜色
opencv
显示
RGB
OpenCV中的HOG+SVM物体分类
[cpp] viewplaincopy[cpp] view plaincopyprint #include "
cv.h
" #include "highgui.h" #include "stdafx.h
xw20084898
·
2014-01-19 22:00
opencv 手势识别
ifdef_CH_ #defineWIN32 #error"Thefileneedscvaux,whichisnotwrappedyet.Sorry" #endif #ifndef_EiC #include"
cv.h
a1006570862
·
2014-01-14 12:00
opencv
ubantu
手势识别
OpenCV使用中“内存泄露”的探索
举例来说,看下面的一个最简单代码:#include"
cv.h
" #include"highgui.
b5w2p0
·
2014-01-11 20:00
内存
内存管理
VC
控件
opencv小波变换代码
//#include"stdafx.h"#include"
cv.h
"#include"highgui.h"//二维离散小波变换(单通道浮点图像)voidDWT(IplImage*pImage,intnLayer
wanglang3081
·
2014-01-02 08:00
抠图
作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/#include "
cv.h
" #include "highgui.h" #include CvPoint prev_pt
古剑寒
·
2013-12-28 23:00
《学习OpenCV》第三章练习(参考代码)第1题
#include"
cv.h
" #include"highgui.h" int main(int argc, char** argv){ //abs(float), cvRound(double), cvFloor
JiaMing
·
2013-12-22 19:00
opencv
opencv
练习
learning
答案
第三章
学习OpenCV
第1题
第一题
课后习题答案
opencv 提取轮廓大于某个阈值的图像
#include"stdafx.h" #include"
cv.h
" #include"highgui.h" #include"stdio.h" #include"core/core.hpp" #include"opencv2
yeyang911
·
2013-12-18 17:00
opencv
提取轮廓大于某个阈值的图像
contourArea
kinect,openni,opencv 获取并显示深度与彩色图像
blog.csdn.net/chenxin_130/article/details/6696187 #include #include #include //【1】 #include #include"opencv/
cv.h
jing35030401
·
2013-12-18 15:00
蓝底照片换色
#include"stdafx.h" #include"
cv.h
" #include"highgui.h" intmain() { IplImage*img=cvLoadImage("C:\\ss.jpg
timidsmile
·
2013-11-26 21:00
opencv基本图像操作
// #include"stdafx.h" #include #include"
cv.h
" #include"highgui.h" usingnamespacestd; voidSmoothImage
wangyaninglm
·
2013-11-24 11:00
opencv识别正方形(矩形)代码
opencv识别正方形(矩形)代码//正方形检测源码//载入数张包含各种形状的图片,检测出其中的正方形#include"
cv.h
"#include"highgui.h"#include#include#
liulianglin
·
2013-11-19 09:00
C++
mfc
opencv
opencv
机器视觉
使用opencv 录摄像头数据到文件
#include"
cv.h
"#include"highgui.h"#includeusingnamespace std;intmain(){ CvCapture*capture=cvCaptureFromCAM
sdcxyz
·
2013-11-13 17:00
OpenCV错误:error LNK2001:unresolved external symbol _cvGEMM
由于包含了
cv.h
头文件,所以没有出现编译错误,这里说明缺乏的是cv.lib。
Q1302182594
·
2013-11-13 16:00
opencv包含头文件出错的粗略解读
fatalerrorC1083:无法打开包括文件:“
cv.h
”:Nosuchfileordirectory fatalerrorC1083:无法打开包括文件:“highgui.h”:Nosuchf
liulina603
·
2013-11-01 10:00
第一个opencv程序
源代码如下(hello.c):#include"
cv.h
"#include"highgui.h"intmain(intargc,char**argv){ IplImage*pImage; if(argc
kof98765
·
2013-10-29 11:00
OpenCV图像灰度化
OpenCV图像灰度化#include"stdafx.h"#include"highgui.h"#include"
cv.h
"#includeintmain(intargc,char*argv[]){
xiaofeilong321
·
2013-10-28 09:00
运动检测
#include"
cv.h
" #include"highgui.h" #include intmain(intargc,char**argv) { /*Amatrixdata*/ constfloatA
liulina603
·
2013-10-25 15:00
Opencv几个经典的入门级程序
相当于如下的步骤: header=cvCreateImageHeader(size,depth,channels); cvCreateData(header); 具体的代码如下:#include"
cv.h
xygl2009
·
2013-10-23 20:00
opencv
opencv缺少tbb.dll或者tbb_debug.d…
OPENCV_HOME}\opencv\build\common\tbb\ia32\vc10把tbb.dll文件复制到${OPENCV_HOME}\opencv\build\x86\vc10\bin就行了,结果今天调用
cv.h
ylf13
·
2013-10-10 12:00
OpenCV下图像的创建、保存和复制
9B%BE%E5%83%8F%E5%88%9B%E5%BB%BA%E3%80%81%E4%BF%9D%E5%AD%98%E5%92%8C%E5%A4%8D%E5%88%B6代码如下:#include"
cv.h
wuxiaoer717
·
2013-10-08 21:00
读取YU12文件中的Y分量内容,并一桢一桢的保存下来
#include"stdafx.h" #include #include"Lvector.h" #include #include #include #include"
cv.h
" #include"highgui.h
liulina603
·
2013-09-18 16:00
转:OpenCv图像差分源码
[cpp]viewplaincopy//图像差分#include#include#include"
cv.h
"#include"highgui.h"voidImage_Minus(IplImage*X,IplImage
燕子lovinglife
·
2013-08-30 14:23
GetQuadrangleSubPix 图像旋转
#include"
cv.h
" #include"highgui.h" #include"math.h" intmain(intargc,char**argv) { IplImage*src
IvanLJF
·
2013-08-25 00:00
关于轮廓的各种使用
#include"
cv.h
" #include"highgui.h" #include"cvaux.h" #include"cxcore.h" #include #include usingnamespacestd
wangtaohappy
·
2013-08-21 17:00
opencv参考手册里面有个 [人脸检测] 的程序
opencv参考手册里面有个[人脸检测] 的程序:#include"
cv.h
" #include"highgui.h" #include #include #include #include #include
a771948524
·
2013-08-20 09:00
opencv实现运动目标检测
#include"
cv.h
"#include"highgui.h"#includeusingnamespacecv;usingnamespacestd;intmain(){//读取图像Matframe,
diarymaggie
·
2013-08-19 22:29
图像处理
用opencv查看视频信息(视频的宽度、高度、帧率和总得帧数)
用opencv查看视频信息(视频的宽度、高度、帧率和总得帧数)#include"
cv.h
" #include"highgui.h" #include #include #include #include
a771948524
·
2013-08-19 20:00
OpenCV的行人识别&人脸识别
1.人脸识别程序:#include"
cv.h
" #include"highgui.h" #include #include #include #include #include #include #include
a771948524
·
2013-08-19 17:00
OpenCV的PCA人脸识别
#defineCV_NO_BACKWARD_COMPATIBILITY #include"
cv.h
" #include"highgui.h" #include #include #include
a771948524
·
2013-08-19 15:00
OpenCV播放视频 1加上滚动条 2加随视频播放自动滚动的滚动条
1:#include"stdafx.h" //CV模块中包含了图像处理,图像结构分析 //运动描述和跟踪,模式识别和摄像机标定 #include"
cv.h
" //包含了图像和视频的输入和输出 #include"highgui.h
a771948524
·
2013-08-17 19:00
opecv 证件照处理
测试图片: 方法1:#include"
cv.h
" #include"cxcore.h" #include"highgui.h" /* * * *opencvchina.com每周一练第十三期
a771948524
·
2013-08-17 17:00
opencv 使较暗的物体变亮
测试图片: code:方案1:#include"
cv.h
" #include"highgui.h" #defineHDIM256//binofHIST,default=256 intmain(
a771948524
·
2013-08-17 15:00
opencv识别正方形(矩形)代码(转)
//正方形检测源码 //载入数张包含各种形状的图片,检测出其中的正方形 #include"
cv.h
" #include"highgui.h" #include #include #include
qq61394323
·
2013-08-17 09:00
OpenCV读取图片并对比(可窗口显示)
#include"
cv.h
"#include"cxcore.h"#include"highgui.h"#include#include#include#defineCV_COMP_CORREL0#defineCV_COMP_CHISQR1
陆先森Alan
·
2013-08-13 16:15
嵌入式
OpenCV中cvRNG基本随机数
http://hi.baidu.com/bingshanzhu/blog/item/fefccce7d817af3fb938208d.html#include"stdafx.h"#include"
cv.h
Augusdi
·
2013-08-13 09:00
OpenCV
cvInRangeS函数演示————学习OpenCV笔记(四)
代码:#include"
cv.h
"#include"highgui.h"#includeinthmax=0,hmin=0,vmin=0,vmax=0,smin=0,smax=0;intmain(intargc
future_Vin
·
2013-08-11 15:01
OpenCV
上一页
9
10
11
12
13
14
15
16
下一页
按字母分类:
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
其他