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
cvaux
OpenCV2学习笔记(二十):Win8.1 64位+OpenCV 2.4.9+Python2.7.9配置
Python接口,并且包括C++中不包括的C接口提供对OpenCV2.x中所有主要部件的绑定:CxCORE(almostcomplete),CxFLANN(complete),Cv(complete),
CvAux
liyuefeilong
·
2015-04-29 22:00
win8
python
opencv
X64
numpy
OpenCV show two cameras 同时显示两个摄像头
iostream> #include <stdio.h> #include <tchar.h> #include <cv.h> #include <
cvaux
.h
·
2015-02-27 04:00
Camera
OpenCV基础01
3.HTML帮助文档,Wiki/
CvAux
库(需要自己下载),包括:双目匹配,立体视觉跟踪,物体识别的PCA,Delaunay三角划分网格等。
Ben_Ben_Niao
·
2015-01-11 13:00
opencv 文件模块 解析
OpenCV包括以下几个模块,具体功能是:1、CV:主要的OpenCV函数2、
CVAUX
:辅助的(实验性的)OpenCV函数3、CXCORE:数据结构与线性代数支持4、HIGHGUI:图像界面函数5、ML
PINBODEXIAOZHU
·
2014-10-12 15:00
OpenCV混合高斯模型函数注释说明
OpenCV混合高斯模型函数注释说明 一、
cvaux
.h #defineCV_BGFG_MOG_MAX_NGAUSSIANS500 //高斯背景检测算法的默认参数设置 #defineCV_BGFG_MOG_BACKGROUND_THRESHOLD0.7
wangyaninglm
·
2014-08-18 21:00
使你的工程脱离OpenCV安装环境及lib独立编译(源代码编译)
转自http://www.rosoo.net/a/201111/15324.html以HMMDemo为例1、将OpenCv安装目录下的cv、
cvaux
、otherlibs/highgui三个目录复制到你的工程目录下
kaka20080622
·
2014-07-23 00:00
OpenCV 独立运行静态库编译
库的程序能够在没有安装OpenCV的机器上运行,这里做了测试OpenCV1.0,VS2005打开OpenCV/_make下opencv.sln,VS2005中生成,配置管理器中活动解决方案配置选择Release将cv,
cvaux
lien0906
·
2014-06-27 08:00
【OpenCV】OpenCV中获取图像的像素点并处理
comment(lib,"cxcore.lib")#pragma comment(lib,"cv.lib")#pragma comment(lib,"ml.lib")#pragma comment(lib,"
cvaux
.lib
u014395105
·
2014-06-23 16:00
emcv/opencv 移植到DM647/DM648
2.CCS建工程,把cxcore,cv,
cvaux
的文件加入工程中3.buildoption-> -mv6400+ ,lib加入rts6400.lib,rts64plus.lib;4.设置tcf文件,DDR2
sutaizi
·
2014-06-03 16:00
蚊子132 今天来介绍最简单的 CFileFind 程序实现
今天来介绍最简单的CFileFind程序实现函数功能:找到文件夹下的.jpg,写成视频#include"direct.h" //指定路径#include"cv.h" //找的是图像#include"
cvaux
.h
mynote
·
2014-05-30 13:00
视频
avi
amp
OpenCV编程->视频读取
// #include"stdafx.h" #include"cxcore.h" #include"highgui.h" #include"
cvaux
.h" #include"string.h" #
sunboyiris
·
2014-04-26 20:00
cvFindContours 获取轮廓中的所有点
cvFindContours函数计算图像的轮廓,遍历轮廓中的每个点#includeusingnamespacestd;#include"cv.h"#include"highgui.h"#include"
cvaux
.h
cxf7394373
·
2014-04-16 18:32
图像处理
OpenCV编程->haar+adaboost识别源码
include"stdafx.h"#include"iostream"#include"cv.h"#include"highgui.h"#include#include#include"cxcore.h"#include"
cvaux
.h
王孟贤
·
2014-04-10 10:00
Hog源码注释(hog.cpp的注解)
【原文:http://blog.csdn.net/pp5576155/article/details/7029699】首先关于HOG算法:#include"_
cvaux
.h"/*************
zhazhiqiang2010
·
2014-01-22 14:00
源码
opencv
HOG
opencv 手势识别
defineWIN32 #error"Thefileneedscvaux,whichisnotwrappedyet.Sorry" #endif #ifndef_EiC #include"cv.h" #include"
cvaux
.h
a1006570862
·
2014-01-14 12:00
opencv
ubantu
手势识别
学习opencv(1):高斯背景建模-1
高斯背景建模源代码在“OpenCV\
cvaux
\src\cvbgfg_gaussmix.cpp”中,它参考的文章是“AnImprovedAdaptiveBackgroundMixtureModelforReal-timeTrackingandShadowDetection
abcMx
·
2014-01-10 08:00
OpenCV的CvMat与cvSolve函数
// #include "stdafx.h" #include #include #include #include "
cvaux
.h" //必须引此头文件 #include
todayq
·
2013-12-23 17:00
OpenCV模块解析与构架图
图1OpenCV1.X库模块CV: 主要OpenCV函数,即:核心函数库
CVAUX
: 辅助函数库CXCORE: 数据结构与线性代数库(包含CvPoint、CvRect、CvSize、CvM
utimes
·
2013-11-11 21:00
opencv
构架图
模块解析
OpenCV错误:INK : fatal error LNK1104: cannot open file "
cvaux
.lib"
Windowsxp,OpenCV1.0,VC6.0 在做《OpenCV教程基础篇》的第一个例程的时候,出现了以下编译错误: 错误原因:C:\ProgramFiles\OpenCV\lib中根本就没有
cvaux
.lib
Q1302182594
·
2013-11-11 09:00
OpenCV问题集结版
把2.1以前的 cxcore, cv,
cvaux
, highgui 和 ml 重新划分。opencv_core -core
Linoi
·
2013-11-04 22:00
opencv 中的CV_IMPL
转自:http://www.sourcecodebrowser.com/opencv/2.1.0/cvlcm_8cpp.htmlcvlcm.cppFileReference#include"_
cvaux
.h"Gotothesourcecodeofthisfile.Classesstruct
missingu1314
·
2013-11-01 14:00
Opencv学习_2 (opencv结构&显示图像)
opencv结构:1:主要包含: cxcore cv machinelearning highgui cvcam
cvaux
2:cxcore: 基础结构:CvPoint
Lu597203933
·
2013-10-29 22:00
opencv
opencv
结构
图像显示
opencv结构
opencv入门一
OpenCV的结构和内容上面这幅截图是OpenCV源码的文件组成结构,可以看出其中包括cv,
cvaux
,
kof98765
·
2013-10-29 14:00
OpenCV操作矩阵和图像的函数之加和阿尔法融合(add)
include #include #include #pragmacomment(lib,"ml.lib") #pragmacomment(lib,"cv.lib") #pragmacomment(lib,"
cvaux
.lib
Augusdi
·
2013-09-10 14:00
关于轮廓的各种使用
#include"cv.h" #include"highgui.h" #include"
cvaux
.h" #include"cxcore.h" #include #include usingnamespacestd
wangtaohappy
·
2013-08-21 17:00
OpenCV 编码样式指南
前言本文档是对OpenCV中代码风格的简短说明,因为OpenCV的核心库(cv,
cvaux
)是用C和C++编写的,所以本文档仅对用C和C++代码的编写有效。
Linoi
·
2013-08-14 22:00
编码规范
opencv
样式指南
目标跟踪之:blob_tracking 跟踪代码中文注释
opencv自带的跟踪代码位置:opencv\samples\c\blobtrack_sample.cpp[cpp]viewplaincopy#include"
cvaux
.h"#include"highgui.h
燕子lovinglife
·
2013-07-17 17:34
OpenCV 获取CvMat的数据(用double数组设置CvMat矩阵)
include#include#include#include#includeusingnamespacestd;#pragmacomment(lib,"cv.lib");#pragmacomment(lib,"
cvaux
.lib
lsg32
·
2013-07-09 14:00
OpenCV的CvMat与cvSolve函数
//#include"stdafx.h"#include#include#include#include"
cvaux
.h"//必须引此头文件#include"cxcore.h"usingnamespacestd
Augusdi
·
2013-06-03 16:13
OpenCV
OpenCV的CvMat与cvSolve函数
// #include"stdafx.h" #include #include #include #include"
cvaux
.h"//必须引此头文件 #include"cxcore.h"
Augusdi
·
2013-06-03 16:00
关于轮廓的各种使用
#include"cv.h" #include"highgui.h" #include"
cvaux
.h" #include"cxcore.h" #include #include usingnamespacestd
poiiy333
·
2013-05-13 14:00
轮廓
Hog+Camshift的人体跟踪
#include#include#include#include#include#include#include#include#include#include"
cvaux
.h"#include#include
poiiy333
·
2013-05-13 13:00
行人检测
HOG
OpenCV中值滤波
#include#include#pragmacomment(lib,"ml.lib")#pragmacomment(lib,"cv.lib")#pragmacomment(lib,"
cvaux
.lib
Augusdi
·
2013-04-29 23:17
OpenCV
采用金字塔方法进行图像分割
#include"cv.h"#include"highgui.h"#include#pragmacomment(lib,"cv.lib")#pragmacomment(lib,"
cvaux
.lib")#
Augusdi
·
2013-04-28 23:57
OpenCV
采用金字塔方法进行图像分割
#include"cv.h" #include"highgui.h" #include #pragmacomment(lib,"cv.lib") #pragmacomment(lib,"
cvaux
.lib
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(lib,"
cvaux
.lib
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 1.0 在VS2005中编译为静态库所需的设置
首先,OpenCv项目中,cv,
cvaux
,cvcore,cxts,highgui,ml几个工程,是需要编译为静态库的,其它的是测试用的工程。
Augusdi
·
2013-04-28 11:00
vs2005hog+svm,vs2008 hog+svm 中的computer()函数出错折磨我好几天
#include"highgui.h" #include #include #include #include #include #include #include #include"
cvaux
.h
liulina603
·
2013-02-02 21:00
OpenCV中blob_tracking 跟踪代码中文注释
opencv自带的跟踪代码位置:opencv\samples\c\blobtrack_sample.cpp#include"
cvaux
.h" #include"highgui.h" #include
yueguanyun
·
2013-01-21 16:00
opencv
运动物体跟踪
blob_tracking
openCV无法解析的外部符号-CvSVM、HOGDescriptor
而CvSVM的依赖项则为ml.lib在版本2.0的openCV中,即为ml200d.lib,在版本2.1的openCV中,即为ml210d.lib HOGDescriptor的依赖项则为
cvaux
210d.lib
liulina603
·
2012-12-14 12:00
opencv cvhog详解
首先关于HOG算法:#include"_
cvaux
.h"/************************************************************************
Armily
·
2012-12-13 11:00
opencv里面的 CvMat 以及 cvSolve 的用法
// #include"stdafx.h" #include #include #include #include"
cvaux
.h"//必须引此头文件 #include"cxcore.h" usingnamespacestd
timidsmile
·
2012-12-02 14:00
西南石油大学第三届信息安全大赛之QR码
代码如下:(基于OPENCV来实现的)//由于图片太小,这里把图片放大了十倍#include #include #include"cv.h" #include"
cvaux
.h" #include"cxcore.h
l0g1n
·
2012-11-03 19:00
OpenCV 视频监控(Video Surveilance)的架构
打开opencv.dsw工程,可以在
CVAUX
下看到许多结构和类定义,VS部件多数以CvBlob
caiqi1123
·
2012-10-12 14:00
智能视频分析
OPENCV 随机数
cv200.lib")#pragmacomment(lib,"cxcore200.lib")#pragmacomment(lib,"highgui200.lib")#pragmacomment(lib,"
cvaux
200
woxincd
·
2012-09-27 16:00
windows下安装opencv
它的主要模块包括:cv——核心函数库
cvaux
——辅助函数库cxcore——数据结构与线性代数库highgui——GUI函数库ml——机器学习函数库opencv是跨平台的,支持包括windows、unix
Bruce_Zeng
·
2012-09-09 20:00
windows
properties
image
library
dependencies
2010
OpenCV模块
OpenCV模块cv–核心函数库
cvaux
–辅助函数库cxcore–数据结构与线性代数库highgui–GUI函数库ml–机器学习函数库
gxuan
·
2012-08-13 11:00
数据结构
三帧差法
// #include"stdafx.h" #include"highgui.h" #include"cv.h" #include"cxcore.h" #include"
cvaux
.h"
huangli19870217
·
2012-08-02 17:00
Algorithm
image
null
float
iostream
DST
上一页
1
2
3
下一页
按字母分类:
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
其他