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
cvSmooth
Opencv
cvSmooth
平滑滤波函数
/*Smoothesarray(removesnoise)*/ CVAPI(void)
cvSmooth
(constCvArr*src,CvArr*dst, intsmoothtypeCV_DEFAULT
sunboyiris
·
2014-01-14 16:00
Opencv
cvSmooth
平滑滤波函数
/*Smoothesarray(removesnoise)*/CVAPI(void)
cvSmooth
(constCvArr*src,CvArr*dst,intsmoothtypeCV_DEFAULT(CV_GAUSSIAN
王孟贤
·
2014-01-14 16:00
学习Opencv2之载入一幅图像并进行平滑处理
OpenCv2.4.6 也可以运行实验目的:实现对一幅图像的显示,并对图像进行平滑处理问题描述:1)可以显示图像,执行报错错误提示:1>main.obj:errorLNK2019:无法解析的外部符号_
cvSmooth
u012211419
·
2013-11-19 12:00
OpenCV之
cvSmooth
函数平滑滤波
1、
cvSmooth
函数用法 定义原型 voidcvSmooth(constCvArr*src,CvArr*dst,intsmoothtype=CV_GAUSSIAN, intparam1
yangbingzhou
·
2013-10-20 14:00
opencv
滤波
cvSmooth
OpenCV之
cvSmooth
函数平滑滤波
1、
cvSmooth
函数用法定义原型 voidcvSmooth(constCvArr*src,CvArr*dst,intsmoothtype=CV_GAUSSIAN, intparam1,intparam2
b217dgy
·
2013-09-11 08:17
opencv
OpenCV之
cvSmooth
函数平滑滤波
1、
cvSmooth
函数用法定义原型voidcvSmooth(constCvArr*src,CvArr*dst,intsmoothtype=CV_GAUSSIAN,intparam1,intparam2
b217dgy
·
2013-09-11 08:17
OPENCV
OpenCV
opencv---
cvSmooth
部分源码
////////////////////////////////////////////////////////////////////////////////////// CV_IMPLvoid
cvSmooth
timidsmile
·
2013-07-17 15:00
cvSmooth
()
copy百度文库:函数
cvSmooth
可使用上面任何一种方法平滑图像。每一种方法都有自己的特点以及局限。
lengyuyan007
·
2013-05-05 18:00
cvSmooth
OpenCV之
cvSmooth
函数平滑滤波
1、
cvSmooth
函数用法定义原型voidcvSmooth(constCvArr*src,CvArr*dst,intsmoothtype=CV_GAUSSIAN,intparam1,intparam2
willis
·
2012-08-12 13:45
VC笔记
openCV平滑函数----
cvSmooth
void
cvSmooth
( const CvArr* src, CvArr* dst, int smooth = CV_GAUSSIAN, int param1
freeboy1015
·
2012-07-17 19:00
c
DST
OpenCVnotebook
cvSmooth
();160page;2.尺寸调整 放大,缩小图像。
cwj649956781
·
2012-04-16 20:00
数据结构
存储
UP
工具
2010
图像处理
opencv实现图像邻域均值滤波、中值滤波、高斯滤波
IplImage*in; in=workImg; IplImage*out=cvCreateImage(cvGetSize(in),IPL_DEPTH_8U,workImg->nChannels);
cvSmooth
abcjennifer
·
2012-03-03 12:00
利用OpenCV计算图像的垂直和水平积分投影
cxcore.lib") #pragmacomment(lib,"highgui.lib") intmain() { IplImage*src=cvLoadImage("lena.jpg",0); //
cvSmooth
sundy_2004
·
2012-02-18 22:00
include
自己常用的OpenCV函数(不断更新中)
(1)清空一个图片,设置为0 cvZero()(2)图像平滑
cvSmooth
,其函数声明为:
cvSmooth
(constvoid*srcarr,void*dstarr,intsmoothtype,intparam1
yongshengsilingsa
·
2011-12-27 15:00
文档
学习opencv第五章 函数(1)
平滑处理函数:CVAPI(void)
cvSmooth
(constCvArr*src,CvArr*dst,intsmoothtypeCV_DEFAULT(CV_GAUSSIAN),intsize1CV_DEFAULT
fdl19881
·
2011-08-22 09:00
null
DST
OpenCV学习笔记-平滑处理
平滑处理使用的函数为
cvSmooth
,例题如下:#include"StdAfx.h" #include #include #include voidmain() { IplImage*img_src=
superdont
·
2011-08-04 10:00
image
File
测试
出版
DST
cvSmooth
用法及介绍
Smooth各种方法的图像平滑voidcvSmooth(constCvArr*src,CvArr*dst, intsmoothtype=CV_GAUSSIAN, intparam1=3,intparam2=0,doubleparam3=0); src输入图像.dst输出图像.smoothtype平滑方法:CV_BLUR_NO_SCALE(简单不带尺度变换的模糊)-对每个象素领域 param1×
wyl_steven
·
2011-04-19 15:00
工作
DST
gauss 函数
平时,我们都是用matlab或者opencv的函数调用:imfilter或者
cvSmooth
,并不关心底层的实现。
hachirou
·
2011-03-26 17:00
function
matlab
float
Go
Matrix
图像处理
OpenCV应用笔记
1、使用
cvSmooth
函数,src与dst的depth要一致,否则会出现RaiseException错误。src和dst的位深不能为64位浮点。
hxgqh
·
2011-03-13 14:00
c
header
DST
openCV学习笔记(4)--
cvSmooth
函数
openCV平滑函数voidcvSmooth(constCvArr*src,CvArr*dst,intsmooth=CV_GAUSSIAN,intparam1=3,intparam2=0,intparam3=0,intparam4=0); 注解:(1)可能大家啊对CvArr的理解不是很深刻,可以将其看做C++中的基类,当然也包括IplImage(2)smooth支持的类型:CV_BLUR简单模糊对
superjimmy
·
2011-02-11 19:00
c
DST
上一页
1
2
下一页
按字母分类:
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
其他