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图像亮度、对比度调节
#include"
cv.h
" #include"highgui.h" #include intImageAdjust(IplImage*src,IplImage*dst, doublelow,doublehigh
Augusdi
·
2013-04-28 23:00
OpenCV的三帧差法
// #include"stdafx.h" #include"highgui.h" #include"
cv.h
" #include"cxcore.h" #include"cvaux.h"
Augusdi
·
2013-04-28 22:00
OpenCv xml读写
#include"highgui.h" #include"
cv.h
" #include #include #pragmacomment(lib,"cv.lib") #pragmacomment
Augusdi
·
2013-04-28 21:00
OpenCV的PCA人脸识别
#defineCV_NO_BACKWARD_COMPATIBILITY #include"
cv.h
" #include"highgui.h" #include #include #inc
Augusdi
·
2013-04-28 21:00
OpenCV操作SVM+HOG
blog.sciencenet.cn/blog-261330-548546.htmlhttp://blog.csdn.net/sangni007/article/details/7471222#include"
cv.h
Augusdi
·
2013-04-28 21:00
OpenCV操作PCA+SVM代码
// #include"stdafx.h" #include"
cv.h
" #include"highgui.h" #include"cvaux.h" #include"ml.h" usingnamespacecv
Augusdi
·
2013-04-28 21:00
OpenCv的连通域操作
#include"
cv.h
"#include"cxcore.h"#include"highgui.h"intmain(intargc
Augusdi
·
2013-04-28 19:45
OpenCV
OpenCv的连通域操作
#include"
cv.h
" #include"cxcore.h" #include"highgui.h" intmain
Augusdi
·
2013-04-28 19:00
OpenCv的连通域操作
#include"
cv.h
" #include"cxcore.h" #include"highgui.h" intmain
Augusdi
·
2013-04-28 19:00
OpeCV的连通区域标记-bwlabel方法实现
类似于matlab中的bwlabel标记连通区域的c++版本实现,基于opencv,如下:////////////bwlabel.cpp#include"
cv.h
"#include"highgui.h"
Augusdi
·
2013-04-28 15:58
OpenCV
OpeCV的连通区域标记-bwlabel方法实现
类似于matlab中的bwlabel标记连通区域的c++版本实现,基于opencv,如下:////////////bwlabel.cpp#include"
cv.h
" #include"highgui.h
Augusdi
·
2013-04-28 15:00
OpenCV(五): Opencv视频播放控制
【例1】创建一个滚动条 【代码】#include"stdafx.h" #include"
cv.h
" #include"highgui.h" intg_slider_pos=0; voidon_changed
xiaofeilong321
·
2013-04-27 15:00
滚动条
opencv
控制
视频播放
(代码5)图像平滑处理
#include"
cv.h
" #include"highgui.h" voidexample2_4(IplImage*image) { //Createsomewindowstoshowtheinput
tfy1028
·
2013-04-22 12:00
VS2010
opencv
写个OpenCV的小程序
#include #include"
cv.h
" #include"highgui.h" #defineLONGESTPATH512 /************************* *path:
bendanban
·
2013-04-16 22:00
64位WIN7下OpenCV & GSL的配置
msvcr90d.dll丢失的问题,解决方案是改用2.2,可以用预编译包安装不需要自己从Cmake开始项目属性需要重新配置,include改成C:\opencv2.2\include,头文件换为opencv/
cv.h
Augusdi
·
2013-04-15 15:00
visual studio 2008中头文件和库文件路径设置
如果要使用这些类,需要在文件中包含头文件的名字,如#include“
cv.h
”。但这个并不够,因为这个文件一般来说不在当前目录下,有两种方法解决这个问题。
Liuqz2009
·
2013-04-11 14:00
OpenCV显示图像的方法——否则程序运行好了都不知道图像怎么读取的
/*程序名:hello.c 功能:从磁盘中读入图像文件,并将图像显示在屏幕上 */ #include"
cv.h
" #include"highgui.h" intmain(intargc,char**argv
qianmianyuan
·
2013-04-08 17:00
opencv
OpenCV显示摄像头图像保存成bmp文件
#include"
cv.h
" #include"highgui.h" #include"stdio.h" #include"atlstr.h" #pragmawarning(disable:4996
Augusdi
·
2013-04-06 00:00
OpenCV显示摄像头图像保存成bmp文件
#include"
cv.h
" #include"highgui.h" #include"stdio.h" #include"atlstr.h" #pragmawarning(disable:4996
Augusdi
·
2013-04-06 00:00
动态链接库的建立(opencv haar应用方面建立dll遇到的问题)
3、分别建立xx.h,内容为:#include"
cv.h
" #include"highgui.h" #include //上面添加需要的头文件#ifndefXX_H #defineXX_H extern"C"int
t710smgtwoshima
·
2013-04-03 15:00
有学习opencv的必要
#include"
cv.h
" #i
zhufanqie
·
2013-03-19 21:00
(代码4)简单视频控制
#include#include#include#include"
cv.h
"#include"highgui.h"usingnamespacestd;int g_slider_position=0
tfy1028
·
2013-03-19 15:00
VS2010
opencv
(代码1)读入并显示图像
#include"
cv.h
"#include"highgui.h" intmain(intargc,char**argv){ IplImage*pImg;//声明IplImage指针 constchar
tfy1028
·
2013-03-18 20:00
VS2010
opencv
图像的旋转 OpenCV
#include"
cv.h
" #include"highgui.h" #include"math.h" #include intmain(intargc,char**argv) { IplImage
chenhezhuyan
·
2013-03-13 19:00
【OpenCV学习】DFT变换
#include "
cv.h
" #include "highgui.h" #include "cxcore.h" void cvShiftDFT(CvArr *src_arr,CvArr *dst_arr
pi9nc
·
2013-02-27 17:00
vs2005hog+svm,vs2008 hog+svm 中的computer()函数出错折磨我好几天
#include"stdafx.h" #include #include"
cv.h
" #include"highgui.h" #include #include #include #include
liulina603
·
2013-02-02 21:00
【OpenCV学习】抠图
#include"
cv.h
" #include"highgui.h" #include CvPointprev_pt={-1,-1}; CvPointpt_beg={-1,-1},pt_end
Armily
·
2013-01-23 16:00
腐蚀与膨胀
膨胀是将图像与核进行卷积,求局部最大值的操作;腐蚀是膨胀的逆运算,求局部最小值的操作,参考如下代码:#include"
cv.h
"#include"highgui.h"intmain(intargc,char
rosekin
·
2013-01-20 20:00
cvFindContours && cvDrawContours 的应用2-----图像内轮廓填充
//test #include"stdafx.h" #include"cxcore.h" #include"
cv.h
" #include"highgui.h" //内轮廓填充 //参数:
timidsmile
·
2013-01-19 21:00
OpenCV调用摄像头录像并保存下来
或者用其他键处理) vs2008win32控制台程序1#include"
cv.h
"2#include"cxcore.h"3#include"highgui.h"4#include56usingnamespac
lanshengsheng
·
2013-01-16 11:00
opencv把一个图像的一小块区域拷贝到另一个图像的指定区域
//opencv把一个图像的一小块区域拷贝到另一个图像的指定区域 #include"stdafx.h" #include"
cv.h
" #include"highgui.h" intmain() {
timidsmile
·
2013-01-08 20:00
opencv用图片or视频 进行人脸检测
// #include"stdafx.h" #include"
cv.h
" #include"highgui.h" #include #include #include #include #in
timidsmile
·
2013-01-08 15:00
角点检测 susan角点检测
程序参见:code:#include"stdafx.h" #include"
cv.h
" #include"highgui.h" #definemax_corners100 intmain(intargc
timidsmile
·
2013-01-05 21:00
opencv中的直线拟合函数 cvFitLine
点集的直线拟合代码参考:http://hi.baidu.com/yuzaihuan/item/283d12f260513b43922af269自己学习~code:#include"stdafx.h" #include"
cv.h
timidsmile
·
2012-12-31 16:00
[转] opencv 裁剪图片
// #include"stdafx.h" #include"
cv.h
" #include"highgui.h" #include CvPointpt1=c
timidsmile
·
2012-12-27 12:00
Hog+svm行人检测
//#include"stdafx.h"#include#include#include#include"
cv.h
"#include"highgui.h"#include"stdafx.h"#include
liulina603
·
2012-12-17 22:00
opencv官方代码boost算法的详细注释
#include"ml.h" #include"
cv.h
" #include"highgui.h" #include #include /** ThesampledemonstrateshowtotrainRandomTreesclassifier
gningh
·
2012-12-16 10:00
opencv harris角点检测
#include"
cv.h
"#include"highgui.h"#include"iostream"usingnamespacestd;intmain
lov_zhu
·
2012-12-07 11:00
OpenCv将图片写入到视频文件中
两门语言都喜欢)3:因为自己是接触hadoop项目需要opencv知识所以来学的,但在hadoop中用javacv更方便,所以先熟悉下opencv再转到javacv不多说上代码#include #include"
cv.h
SpeedMe
·
2012-12-06 07:00
cvFindCornerSubPix
cvGoodFeaturesToTrack的使用: // http://blog.csdn.net/lov_zhu2012.11.23 #include"stdio.h" #include"
cv.h
lov_zhu
·
2012-12-02 12:00
图像的ASCII码显示-----(下)
// #include"stdafx.h" #include"
cv.h
" #include"highgui.h" #include"cxcore.h" charascii_code
longzaitianya1989
·
2012-11-12 21:00
(转) 学习OpenCV——车牌检测(定位)
#include "highgui.h" #include "
cv.h
atupal
·
2012-11-12 14:00
TLD算法学习笔记(二)
openCV2.0需要用CMAKE编译,然后直接引用这样的文件#include"
cv.h
"#include"highgui"而2.3不需要了,直接#include<>引用库就可以了。
njust_qhzt
·
2012-11-10 00:00
算法
tld
opencv
opencv
opencv
学习OpenCV——车牌检测(定位)
#include "highgui.h" #include "
cv.h
longzaitianya1989
·
2012-11-07 21:00
openCV打开摄像头的两个方法
方法一:利用cvCreateCameraCapture()函数,只有一个设备的情况下默认为-1程序如下#include"stdafx.h" #include"
cv.h
" #include"highgui.h
caimagic
·
2012-11-03 21:00
c
c
opencv
机器视觉
摄像头
西南石油大学第三届信息安全大赛之QR码
代码如下:(基于OPENCV来实现的)//由于图片太小,这里把图片放大了十倍#include #include #include"
cv.h
" #include"cvaux.h" #include"cxcore.h
l0g1n
·
2012-11-03 19:00
cvMatchShapes解析
#include"
cv.h
"#include"highgui.
hgfgood
·
2012-11-03 14:42
opencv
cvMatchShapes
cvMatchShapes解析
#include"
cv.h
"#include"highgui.h"#in
hgfgood
·
2012-11-03 14:42
openCV
cvMatchShapes
【OpenCV学习】图像的形态处理学
********************************/#include"
cv.h
"#include"highgui.h"#include<stdlib.h>#include<
longzaitianya1989
·
2012-11-01 19:00
使用openCV画出一幅图像的直方图
//对单通道图像做直方图 // #include"
cv.h
" #include"highgui.h" #include #include intmain(intargc,char**argv) {
longzaitianya1989
·
2012-10-26 16:00
上一页
11
12
13
14
15
16
17
18
下一页
按字母分类:
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
其他