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
CvMemStorage
opecv--cvFindContours
intcvFindContours(CvArr*image,
CvMemStorage
*storage,CvSeq**first_c
timidsmile
·
2011-10-02 14:00
算法
list
image
header
tree
null
第五章 - 图像形态学 - 基于图像金字塔的图像分割(cvPyrSegmentation)
本例程涉及到几个数据结构及方法,
CvMemStorage
、cvPyrSegmentation()、CvConnectedComp、cvGetSeqElem().
hitwengqi
·
2011-09-27 22:00
数据结构
c
struct
image
存储
DST
opencv 轮廓的长度,面积,外接矩形(平行坐标轴),处接最小矩形,处接圆 , 椭圆
usingnamespacestd; intmain() { IplImage*src=cvLoadImage("f:\\images\\test2.bmp",CV_LOAD_IMAGE_GRAYSCALE);
CvMemStorage
fdl19881
·
2011-08-29 17:00
image
null
DST
OpenCV学习笔记-图像分割
图像分割,采用金字塔实现,该函数为,PyrSegmentation 用金字塔实现图像分割 voidcvPyrSegmentation(IplImage*src,IplImage*dst,
CvMemStorage
superdont
·
2011-08-04 23:00
c
null
存储
出版
DST
opencv内存管理
cvCreateMemStorage调用过程:
CvMemStorage
*cvCreateMemStorage(intblock_size)—>void* cvAlloc(size_tsize)—>staticvoid
flyingworm_eley
·
2011-06-27 15:00
c
struct
function
语言
byte
平台
opencv 删除二值化图像中面积较小的连通域
CvSeq*contour=NULL;doubleminarea=100.0;doubletmparea=0.0;CFileDialogdlg(true);if(dlg.DoModal()==IDOK){
CvMemStorage
zimingjushi
·
2011-06-06 16:00
c
image
测试
null
DST
图像分割之最大连通域算法
CvSeq*contours=0;
CvMemStorage
* g_storage =NULL; g_storage=cvCreateMemStorage(0); cvFindContours(m_image
shandianling
·
2011-05-31 10:00
算法
image
null
wbc特征提取
/* CvBox2Dskin_rect;
CvMemStorage
*storage=cvCreateMemStorage(0); CvSeq*contour=0;
CvMemStorage
*storage2
dadaadao
·
2011-03-08 12:00
Stream
list
delete
Path
float
DST
CvMemStorage
动态内存存储及操作函数
转自:http://parisliu2008.blog.163.com/blog/static/950708672009102493222980/ CvMemStoragetypedefstructCvMemStorage{structCvMemBlock*bottom;/*firstallocatedblock*/structCvMemBlock*top;/*thecurrentmemorybl
fengbingchun
·
2011-02-25 16:00
数据结构
struct
header
存储
byte
图形
CvSeq相关函数
item/a72fc8ea030e79d4d439c906.html 函数原型说明CvSeq*cvCreateSeq(intseq_flags,intheader_size,intelem_size,
CvMemStorage
fengbingchun
·
2011-02-25 15:00
c
header
null
存储
扩展
OpenCV中常用到的轮廓处理函数汇总
opencv-doc-cn-0.9.7/ref/opencvref_cv.cn.htm ApproxChains用多边形曲线逼近Freeman链CvSeq*cvApproxChains(CvSeq*src_seq,
CvMemStorage
fengbingchun
·
2011-02-23 11:00
算法
工作
tree
header
null
存储
Cvbox2D
对给定的2D点集,寻找最小面积的包围矩形,使用函数:CvBox2D cvMinAreaRect2( const CvArr* points,
CvMemStorage
* storage=NULL );
mine1024
·
2010-11-30 10:00
存储
float
Learning OpenCV: 一个简单的人眼检测程序
include"stdafx.h"#include"cv.h"#include"highgui.h"#includevoiddetectEyes(IplImage*img){/*allocatestorage*/
CvMemStorage
tyt2222008
·
2010-09-04 09:00
object
image
function
buffer
Parameters
each
Learning OpenCV: 关于
CvMemStorage
OpenCV用
CvMemStorage
来应付动态对象的内存分配( handlememoryallocation fordynamicobjects) 用cvCreateMemStorage() 来创建一个
tyt2222008
·
2010-09-04 08:00
openCV中 cvSeq的用法说明
openCV中cvSeq的用法说明函数原型说明CvSeq*cvCreateSeq(intseq_flags,intheader_size,intelem_size,
CvMemStorage
*storage
wqvbjhc
·
2010-04-17 16:00
struct
header
tree
null
structure
Pointers
cvcontours上的所有点集合
IplImage*src=cvLoadImage("d:/1.bmp",0);IplImage*dst=cvCreateImage(cvSize(src->width,src->height),8,3);
CvMemStorage
mzwang123
·
2009-12-25 17:00
null
delete
DST
检测图像中的椭圆 并求其长短轴...
运行环境BCB6.0~ 需要OPENCV库支持
CvMemStorage
*storage=cvCreateMemStorage(0);CvSeq*contours;CvBox2Ds;charstring1
henhen2002
·
2009-06-28 14:00
c
String
list
null
360
OpenCV学习——金字塔图像分割
quot; #include "highgui.h" #include <stdio.h> void f( IplImage* src, IplImage* dst ) {
CvMemStorage
xiaoer_1982
·
2009-06-21 09:00
qq
F#
Blog
UP
houghlines的例子
path;//"c://p.bmp"; IplImage*src=cvLoadImage(filename,0); IplImage*dst; IplImage*color_dst;
CvMemStorage
longlongago2000
·
2008-09-19 10:00
c
测试
Path
float
DST
cvaux :error C2039: 'foreground_regions' : is not a member of 'CvFGDStatModel
在cvaux.h文件中,搜索关键字foreground_regions,
CvMemStorage
*storage;/*storagefor�foreground_regions?
juwen
·
2008-07-08 09:56
职场
编译错误
休闲
cvaux
houghlines的例子
path;//"c://p.bmp"; IplImage*src=cvLoadImage(filename,0); IplImage*dst; IplImage*color_dst;
CvMemStorage
longlongago2000
·
2008-05-17 00:00
CvSeq 的内存释放问题
cvCreateSeq(intseq_flags,intheader_size,intelem_size,
CvMemStorage
*storage)是创建该对象的函数。为
肥虫/solotim
·
2006-10-31 14:00
上一页
1
2
3
4
下一页
按字母分类:
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
其他