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
nchannels
IplImage中的widthStep大小计算及原理
一直以为IplImage结构体中的widthStep元素大小等于width*
nChannels
,大错特错!
xidianzhimeng
·
2013-11-20 15:00
opencv
IplImage
图像旋转与缩放实现
格式:/*Retrievesquadranglefromtheinputarray. matrixarr=(a11a12|b1)dst(x,y)depth,pImg->
nChannels
); dst=cvCl
utimes
·
2013-11-14 23:00
旋转
缩放
opencv
OpenCV的内存对齐机制
使用OpenCV有一年多时间了,一直以为IplImage结构体中的widthStep元素大小等于width*
nChannels
,大错特错!
b5w2p0
·
2013-09-03 12:00
内存
opencv
cvReshape和cvGetMat的使用心得
rectInImage.width; size.height=rectInImage.height; result=cvCreateImage(size,orgImage->depth,orgImage->
nChannels
panda1234lee
·
2013-08-19 16:00
opencv
在MFC中使用OpenCV,控件显示图像
如果用Mat图像数据类型,在一些地方做下改变: 1)在创建LPBITMAPINFO文件头中,bits=workImg->depth*workImg->
nChannels
;改成bits=GetDepth
anan1205
·
2013-07-22 16:00
mfc
opencv
OpenCV函数cvHoughCircles根据Hough变换检测圆
color=NULL;src=cvLoadImage("circle.jpg",1);dst=cvCreateImage(cvGetSize(src),IPL_DEPTH_8U,1);if(src->
nChannels
Augusdi
·
2013-06-04 15:04
OpenCV
OpenCV中的肤色检测
onezeros/article/details/6342567 第一种:RGBcolorspace第二种:RGcolorspace第三种:Ycrcb之cr分量+otsu阈值化第四种:YCrCb中133
nChannels
Augusdi
·
2013-06-01 21:00
OpenCV下的小波变换
usingnamespacestd; //二维离散变换小波源代码 voidDWT(IplImage*pImage,intnLayer) { //执行条件 if(pImage) { if(pImage->
nChannels
H349117102
·
2013-05-21 12:00
opencv
学习opencv之图像的创建,复制,保存
intiscolor=CV_LOAD_IMAGE_COLOR)第二个参数的具体意思为:–>0Returna3-channelcolorimage–=0Returnagrayscaleimage–depth,pImg->
nChannels
xiaozz_m608c
·
2013-05-20 16:00
8bit采样声音数据的音量计算
sampleBits-1)-1; switch(sampleBits) { case8://该例子只处理8bit采样的情况 { floatresultVol=0.0f; //该例子只有一个声道 if(
nChannels
wuzh1230
·
2013-05-16 17:00
sample
sound
volume
采样
音量
OpenCV在jni中使用混合高斯背景模型出现的通道匹配错误
错误如下:OpenCVError:Assertionfailed(
nchannels
==3)ingetBackgroundImage,file/opt/local/var/macports/build/
守护者
·
2013-05-15 14:00
android
jni
opencv
关于IplImage中widthstep的大小与width,
nchannels
等的关系的问题
width是图像宽度,可为任意值;widthstep是行字节数,应该是4的倍数,不一定等于width,
nchannels
为图像通道数。
StudyBao
·
2013-05-07 10:58
width
IplImage
widthstep
nchannels
OpenCV肤色检测
onezeros/article/details/6342567第一种:RGBcolorspace第二种:RGcolorspace第三种:Ycrcb之cr分量+otsu阈值化第四种:YCrCb中133
nChannels
Augusdi
·
2013-04-28 21:59
OpenCV
OpenCV肤色检测
onezeros/article/details/6342567 第一种:RGBcolorspace第二种:RGcolorspace第三种:Ycrcb之cr分量+otsu阈值化第四种:YCrCb中133
nChannels
Augusdi
·
2013-04-28 21:00
WAVEFORMATEX 格式说明
WAVEFORMATEXTheWAVEFORMATEXstructurespecifiesthedataformatofawaveaudiostream.WAVEFORMATEX为波形音频流格式的数据结构typedef struct{ WORD wFormatTag; WORD
nChannels
H_O_W_E
·
2013-04-07 07:00
【转】opencv中widthStep不一定等于width*
nChannels
的原因
opencv里图片属性widthStep属性有点奇怪,它稍大于width*
nChannels
。
muzhiai
·
2013-03-27 10:00
opencv
皮肤检测算法三种
rgbmodel//skinregionlocationusingrgblimitation voidSkinRGB(IplImage*rgb,IplImage*_dst) { assert(rgb->
nChannels
tanmengwen
·
2013-01-09 19:00
基于Hough变换检测圆
color=NULL; src=cvLoadImage("circle.jpg",1); dst=cvCreateImage(cvGetSize(src),IPL_DEPTH_8U,1); if(src->
nChannels
Bruce_Zeng
·
2012-10-22 16:00
测试
float
DST
WAVEFORMATEX 格式说明
WAVEFORMATEXTheWAVEFORMATEXstructurespecifiesthedataformatofawaveaudiostream.WAVEFORMATEX为波形音频流格式的数据结构typedef struct{ WORD wFormatTag; WORD
nChannels
xuqiang918
·
2012-09-18 10:00
数据结构
audio
alignment
attributes
compression
structure
OpenCV实现对图像的光照归一化处理
{inti;IplImage*pImageChannel[4]={0,0,0,0};intcount=15;char*name=newchar;while(countdepth,pSrcImage->
nChannels
bxyill
·
2012-09-17 08:21
实验室
OpenCV实现对图像的光照归一化处理
inti; IplImage*pImageChannel[4]={0,0,0,0}; intcount=15; char*name=newchar; while(countdepth,pSrcImage->
nChannels
bxyill
·
2012-09-17 08:00
String
null
include
运动模糊实现(VC++)
unsignedchar*LPsrc;//图象的宽度和高度int Width=src->width;int Height=src->height;int LineBytes=src->width*src->
nChannels
freeboy1015
·
2012-07-10 20:00
delete
存储
vc++
float
学习OpenCV——肤色检测
onezeros/article/details/6342567 第一种:RGBcolorspace第二种:RGcolorspace第三种:Ycrcb之cr分量+otsu阈值化第四种:YCrCb中133
nChannels
huangli19870217
·
2012-07-05 16:00
DST
OPENCV中子图像的获取拷贝以及源代码
cvSetImageROI(image,roi); //创建子图像 result=cvCreateImage(cvSize(roi.width,roi.height),image->depth,image->
nChannels
wk119911
·
2012-06-12 10:00
image
qt内存释放
IplImage*iplImg) { inth=iplImg->height; intw=iplImg->width; intchannels=iplImg->
nChannels
zm_nong
·
2012-05-06 22:00
Hough变换——Opencv版本
IplImage*src=0,*color_dst; CvMemStorage*storage=cvCreateMemStorage(0); CvSeq*lines=0; inti; if(workImg->
nChannels
abcjennifer
·
2012-04-24 10:00
DST
学习OpenCV——肤色检测
onezeros/article/details/6342567 第一种:RGBcolorspace第二种:RGcolorspace第三种:Ycrcb之cr分量+otsu阈值化第四种:YCrCb中133
nChannels
sangni007
·
2012-04-09 09:00
image
processing
float
reference
DST
Opencv实现Canny算子边缘检测
IplImage*color_dst=0; CvMemStorage*storage=cvCreateMemStorage(0); CvSeq*lines=0; inti; if(workImg->
nChannels
abcjennifer
·
2012-03-28 14:00
opencv中用Sobel算子进行边缘检测
(全局);OnEdgedetSobel() { IplImage*img=cvCreateImage(cvGetSize(workImg),IPL_DEPTH_16S,1); if(workImg->
nChannels
abcjennifer
·
2012-03-16 07:00
工作
OpenCV的内存对齐机制
使用OpenCV有一年多时间了,一直以为IplImage结构体中的widthStep元素大小等于width*
nChannels
,其实不然!
VictoryKNight
·
2012-03-08 14:00
编程
image
opencv实现图像邻域均值滤波、中值滤波、高斯滤波
)//邻域均值滤波 { IplImage*in; in=workImg; IplImage*out=cvCreateImage(cvGetSize(in),IPL_DEPTH_8U,workImg->
nChannels
abcjennifer
·
2012-03-03 12:00
ilpimage to bitmap
Iplimage To Bitmap (銀展提供)if (ipl->depth == 8){if (ipl->
nChannels
== 3){return gcnew System::Drawing
·
2012-02-13 14:00
bitmap
2个图片的叠加
NULL) { add1=cvCreateImage(cvSize(pImg->width,pImg->height),pImg->depth,pImg->
nChannels
j3smile
·
2012-01-10 09:00
VC中镂空图的实现方法(简略代码)
CvvImage img; img.CopyOf(m_pImgIn, m_pImgIn->
nChannels
); CRect rc(0, 0, m_pImgIn->width, m_pImgIn
jiav_net
·
2011-12-07 19:00
代码
WAVEFORMATEX 格式说明
WAVEFORMATEXTheWAVEFORMATEXstructurespecifiesthedataformatofawaveaudiostream.WAVEFORMATEX为波形音频流格式的数据结构typedef struct{ WORD wFormatTag; WORD
nChannels
chinabinlang
·
2011-09-09 10:00
数据结构
audio
alignment
attributes
compression
structure
cvCreatetrackbar()中的回调函数问题
"lenaGRAY.jpg",0);voidon_trackbar(intpos){IplImage*dst=cvCreateImage(cvGetSize(src),src->depth,src->
nChannels
shi19871987
·
2011-05-30 16:00
image
DST
图像特效之浮雕(OpenCV)
浮雕的方向和高度 voidkcvEmboss(constIplImage*src,IplImage*dst) { intw=src->width; inth=src->height; intcn=src->
nChannels
quarryman
·
2011-05-24 17:00
image
测试
OpenCV图像、矩阵、数组
一、结构IplImage |--int
nChannels
; //Numberofcolorchannels(1,2,3,4) |--int depth; //Pixeldepthinbits
flyingworm_eley
·
2011-05-07 21:00
image
vector
struct
Integer
float
alignment
openCV学习笔记(9)-- 图像剪切
src,cvRect(x,y,width,height)); 第二步:新建一个与需要剪切的图像部分同样大小的新图像cvCreateImage(cvSize(width,height),IPL_DEPTH,
nchannels
superjimmy
·
2011-03-01 19:00
image
null
DST
OpenCV中获取图像某一像素值
ThisisabasicexamplefortheOpenCV.FirstwemustknowthestructureofIplImage:IPLimage:IplImage |--int
nChannels
wangjie0377
·
2010-12-04 09:00
windows
image
struct
basic
alignment
structure
va_g729a音频压缩的设置
来进行音频压缩,使用WaveInOpen来录音时,对格式的设置必须是这样,才可以压缩和解压,否侧解压出来的是噪音wfxFormat.wFormatTag:=WAVE_FORMAT_PCM;wfxFormat.
nChannels
markman101
·
2010-09-28 14:00
WAVEFORMATEX 格式说明
WAVEFORMATEXTheWAVEFORMATEXstructurespecifiesthedataformatofawaveaudiostream.WAVEFORMATEX为波形音频流格式的数据结构typedef struct{ WORD wFormatTag; WORD
nChannels
guqiwei
·
2010-09-17 18:00
数据结构
audio
alignment
attributes
compression
structure
OpenCV对不同图像深度的处理
在处理一些需要图像相加运算的操作时,通常定义 IplImage*dst=cvCreateImage(cvGetSize(img),IPL_DEPTH_64F,img->
nChannels
)
loop_k
·
2010-03-21 14:00
image
测试
null
float
DST
WAVEFORMATEX
WAVEFORMATEX是由Microsoft注册的 typedef struct{ WORD wFormatTag; WORD
nChannels
; DWORD nSamplesPerSec
flyingqr
·
2010-03-18 14:00
Stream
buffer
audio
alignment
compression
playback
OpenCV基础数据结构
图像数据结构: 1) IPL 图像: IplImage |-- int
nChannels
; // 色彩通道数(1,2,3,4
Riddick
·
2010-01-08 21:00
数据结构
windows
OpenCV基础数据结构
图像数据结构: 1) IPL 图像: IplImage |-- int
nChannels
; // 色彩通道数(1,2,3,4
Riddick
·
2010-01-08 21:00
数据结构
windows
[转]openCV: 线性插值方法进行图像放大
:有一组离散数据{a(1),a(2),…,a(n)},我们想要知道a(k)和a(k+1)之间的数a(m)(kwidth*xs,(int)img->height*ys),img->depth,img->
nChannels
xiaofengsheng
·
2009-11-08 14:00
c
image
null
OpenCV----OpenCV基础数据结构
图像数据结构IPL图像:IplImage |--int
nChannels
; //色彩通道数(1,2,3,4) |--int depth; //象素色深: |
zhenxiaohui
·
2009-08-02 20:00
数据结构
windows
struct
null
Integer
float
OpenCV----访问图像元素
访问图像元素 假设需要读取在i行j列像点的第k通道.其中,行数i的范围为[0,height-1],列数j的范围为[0,width-1],通道k的范围为[0,
nchannels
-1].
zhenxiaohui
·
2009-07-25 17:00
c
image
struct
Class
float
wrapper
OpenCV基础数据结构(写得不错)
导读: OpenCV基础数据结构 图像数据结构 IPL 图像: IplImage |-- int
nChannels
; // 色彩通道数(1,2,3,4) |-- int depth; // 象素色深
xiaoer_1982
·
2009-06-22 08:00
数据结构
windows
上一页
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
其他