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学习笔记6】
*/#include"stdafx.h"#include"
cv.h
"#include"highgui.h"#include#includeintmain(intargc,char**argv){IplImage
pleasetojava
·
2010-09-28 18:00
数据结构
Windows
图像绘制功能【OpenCV学习笔记5】
/*功能:展示OpenCV的图像绘制功能*/#include"stdafx.h"#include"
cv.h
"#include"highgui.h"#include#include#defineNUMBER100
superdont
·
2010-09-28 17:00
算法
image
Random
binding
delay
testing
数组的生成及其随机数【OpenCV学习笔记2】
//#include"stdafx.h"#include"
cv.h
"#include"highgui.h"#includevoidmain(){CvMat*a=cvCreateMat(3,4,CV_32F
superdont
·
2010-09-27 17:00
数据结构
c
Random
float
generator
Matrix
图像添加噪声【OpenCV学习笔记1】
#include"
cv.h
"#include"highgui.h"intmain(intargc,char**argv){//结构中载入图像:图像也是BMP图像(cvLoadImage)或者其它格式//
superdont
·
2010-09-27 14:00
image
null
generator
DST
图像处理
delay
Learning opencv: 简单视频截图并保存
#include"stdafx.h"#include"
cv.h
"#include"highgui.h"#include#include#includeusingnamespacestd;constchar
tyt2222008
·
2010-09-06 09:00
String
video
File
query
Learning OpenCV: 一个简单的人眼检测程序
人眼检测分两步骤: 1.人脸检测,得到一个人脸矩形区域2.在人脸矩形区域进行人眼检测 以下是部分源代码: #include"stdafx.h"#include"
cv.h
"#include"highgui.h
tyt2222008
·
2010-09-04 09:00
object
image
function
buffer
Parameters
each
直方图均衡化
#include"highgui.h"#include"
cv.h
"#include#includeusingnamespacestd;#defineHDIM256//直方图的维数intmain(){IplImage
wangyangkobe
·
2010-08-25 07:00
单通道直方图
#include"highgui.h"#include"
cv.h
"#include#includeusingnamespacestd;intmain(){IplImage*src=cvLoadImage
wangyangkobe
·
2010-08-25 07:00
opencv 灰度图像增强
#include"
cv.h
"#include"highgui.h"#defineHDIM256//binofHIST,default=256intmain(intargc,char**argv){IplImage
cometdlut
·
2010-08-11 11:00
function
image
null
include
DST
transformation
设置和取得CvMat的值(简单方法)
#include"stdafx.h"#include"
cv.h
"#include"highgui.h"#includeusingnamespacestd;voidaccess_data_in_easy_way
tyt2222008
·
2010-08-08 19:00
Arrays
Access
include
float
Matrix
macros
用opencv简单显示图像和视频(代码有注释)
#include"stdafx.h"#include"
cv.h
"#include"highgui.h"voiddisplayPic(char*argv){IplImage*img=cvLoadImage
tyt2222008
·
2010-08-07 23:00
图像亮度、对比度调节
#include "
cv.h
" #include "highgui.h" #include int ImageAdjust(IplImage *src,IplImage *dst,
byxdaz
·
2010-07-30 19:00
include
DST
在OpenCV中实现判断离散点
opencv代码实现: #include"
cv.h
"#include"highgui.h"#include//点插入队列中bool flagpoint(POINTpoint,PointQue&que){
byxdaz
·
2010-07-22 11:00
算法
OpenCV图像灰度化
OpenCV图像灰度化#include"stdafx.h"#include"highgui.h"#include"
cv.h
"#includeintmain(intargc,char*argv[]){
xufuyuan
·
2010-06-13 11:00
image
matlab
OpenCV编写毛玻璃效果实现(需进一步提高)
#include"
cv.h
" #include"highgui.h" #include #include #include #include //colorimageprocessingFrosted-glasseffect
utimes
·
2010-06-04 20:00
opencv
毛玻璃效果
双边滤波器 OPENCV
#include"highgui.h"#include#include"
cv.h
"#include"cxcore.h"#includevoidmain(intargc,char**argv){IplImage
henhen2002
·
2010-05-25 10:00
c
image
css
include
毛玻璃效果(不是很好)
#include"
cv.h
" #include"highgui.h" #include #include #include #include /////colorimageprocessing ///
heartfly
·
2010-05-22 09:00
利用OpenCV读入一个彩色视频文件并以灰度格式输出
#include"highgui.h"#include"
cv.h
"/**读入一个彩色视频文件并以灰度格式输出这个视频文件*"学习OpenCV",P32,例2-10*2010-05-16*/intmain
lichengyu
·
2010-05-16 13:00
video
null
include
2010
[OpenCV]Distance Transform(距离变换)
#include"
cv.h
" #include"highgui.h" #include charwndname[]="Distancetransform"; chartbarname[]="
heartfly
·
2010-04-15 16:00
[OpenCV]Hough变换
/*这是一个命令行程序,以图像作为文件输入变量 编译时选择“#if1”或“#if0”,可以使用标准和概率HOUGH变换两种方法*/ #include"
cv.h
" #include"highgui.h
heartfly
·
2010-04-15 11:00
摄像头 Roberts 算子 边缘检测 opencv
#include"cvcam.h"#include"
cv.h
"#include"highgui.h"#include/*voidexample2_4(IplImage*image){cvNamedWindow
zouwen198317
·
2010-03-11 11:00
c
image
video
null
callback
include
第一个Opencv 程序 对 摄像头视频流 取反
//对摄像头视频流取反#include"cvcam.h"#include"
cv.h
"#include"highgui.h"#includevoidexample2_4(IplImage*image){cvNamedWindow
zouwen198317
·
2010-03-11 00:00
c
image
video
null
callback
连通区域标记:c++版的bwlabel实现(基于opencv)
类似于matlab中的bwlabel标记连通区域的c++版本实现,基于opencv,如下: ////////////bwlabel.cpp#include"
cv.h
"#include"highgui.h
yysdsyl
·
2010-03-03 17:00
C++
c
image
object
matlab
variables
通用图像转为IplImage格式
#include"
cv.h
"#include"FreeImage.h"//通用图像加载函数,支持的图像有bmp,jpg,tif,png,gif,psd,pgm等等FIBITMAP*GenericLo
summersolstice
·
2010-01-05 13:00
image
null
byte
图像处理
IplImage和QImage的转换源代码
#ifndefQTIPL_H#defineQTIPL_H#include#include#include#include"
cv.h
"#includeusingstd::string;usingstd::
lzhlzz
·
2010-01-01 20:00
image
delete
qt
each
float
byte
Learning OpenCV Capture 2
#include"
cv.h
"#include"highgui.h"#includeintg_slider_position=0;IplImage*doPyrDown(IplImage*in,intfilter
loop_k
·
2009-12-21 13:00
c
image
filter
null
input
磁盘
OpenCV简单示例
//#include"stdafx.h"#include"highgui.h"#include"
cv.h
"#include"cxcore.h"#pragmacomment(lib,"cxcore200d.lib
xiaofengsheng
·
2009-11-16 01:00
image
null
加载 编译库
LINK”下链接lib库而直接在,程序中链接的方法是,将.h头文件和.lib库文件放在工程目录下,然后在源程序中#include头文件,在使用关键字#pragma编译库文件,如下程序所示:#include"
cv.h
hjh2005
·
2009-08-26 20:00
OpenCV----疑惑问题
贴出来和大家探讨一下:源程序如下:/*程序名:cvmat.c功能:说明矩阵的一些操作方法*/#include"
cv.h
"#include"highgui.h"#includevoidPrintMat(CvMat
zhenxiaohui
·
2009-07-28 08:00
测试
sorting
testing
OpenCV学习——椭圆拟合
www.diy567.com累了,去上面休息一下下,QQ空间,美文,非主流,网络日记,搞笑短信,祝福短信,热门短信,有意思啊#include"
cv.h
"#include"highgui.h"intslider_pos
xiaoer_1982
·
2009-06-23 14:00
qq
360
OpenCV学习——角点检测
www.diy567.com累了,去上面休息一下下,QQ空间,美文,非主流,网络日记,搞笑短信,祝福短信,热门短信,有意思啊#include#include"
cv.h
"#include"highgui.h
xiaoer_1982
·
2009-06-20 09:00
qq
OS
opencv 拟合矩形代码
#include"
cv.h
"#include"highgui.h"#includeintotsu(constIplImage*image, intx0,inty0,intdx,intdy);boolBoxInBox
mr_vision
·
2009-06-04 18:00
image
vector
float
FP
n2
DST
OpenCv 中Snake程序的例子
#include"
cv.h
"#include"highgui.h"#include#include#pragmacomment(lib,"highgui.lib")#pragmacomment(lib,
crond123
·
2009-03-03 10:00
image
File
null
delete
include
float
转:基于Opencv的MeanShift跟踪算法实现
基于Opencv的MeanShift跟踪算法实现#include"
cv.h
"#include"highgui.h"#include#includeIplImage*image=0,*hsv=0,*hue
koriya
·
2008-11-21 19:00
c
算法
object
image
float
avi
0420 测试记录 gcc 编译时 库文件 头文件问题及其解决方案
root@localhostc]#g++-L/usr/local/lib-I/usr/local/includes-omorphologymorphology.cmorphology.c:1:16:错误:
cv.h
bloghome
·
2008-04-20 17:00
function
测试
gcc
Path
reference
destructor
OPENCV 中的图像旋转与缩放
#include"
cv.h
"#include"highgui.h"#include"math.h"intmain(intargc,char**argv){ IplImage*src=0; IplImage
hunnish
·
2006-11-07 11:00
image
command
float
Matrix
DST
math.h
数字图像的直方图均衡化(C/C++源代码)
////performhistgramequalizationforsinglechannelimage//AssureDigitSamplecode//#include"
cv.h
"#
hunnish
·
2004-10-14 11:00
image
function
null
DST
transformation
数字图像的直方图均衡化(C/C++源代码)
////performhistgramequalizationforsinglechannelimage//AssureDigitSamplecode//#include"
cv.h
"#
iteye_19871
·
2004-10-14 11:00
单通道图像的直方图(C/C++源代码)
转自阿须数码////对单通道图像做直方图//#include"
cv.h
"#include"highgui.h"#include#includeintmain(
hunnish
·
2004-10-13 10:00
编程
c
image
null
matlab
float
彩色图像分割的FLOOD FILL方法(源代码)
#ifdef_CH_#pragmapackage#endif#ifndef_EiC#include"
cv.h
"#include"highgui.h"#include#include#endifIplImage
hunnish
·
2004-10-11 10:00
c
算法
image
null
UP
图像灰度值调整(C/C++源代码)
////performhistgramequalizationforsinglechannelimage//#include"
cv.h
"#include"highgui.h"/*ReferenceforcorrespondentMATLABfunction
hunnish
·
2004-09-23 16:00
image
matlab
reference
Matrix
DST
output
角点检测(corner detection)的源代码(需要OPENCV库的支持)
运行文件下载地址:http://www.assuredigit.com/program/corner.exe==========#include#include"
cv.h
"#include"highgui.h
touchmm
·
2004-08-31 14:00
角点检测(corner detection)的源代码(需要OPENCV库的支持)
运行文件下载地址:http://www.assuredigit.com/program/corner.exe==========#include#include"
cv.h
"#include"highgui.h
saybody
·
2004-08-31 14:00
上一页
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
其他