搜索资源列表
Bresenham高效画线算法
- 画线的算法不少,但要作到高速、简单并不容易。斜率相乘法是最简单的方法之一,但计算每个点均要花费不少时间用于乘、除法运算;下面介绍的是Bresenham s高效画线算法,对每个点的坐标计算只要加、减法就能完成。-line drawing algorithm, but a lot to be done fast, simple is not easy. The slope is the most simple multiplication is one of the ways, but each p
hecheng
- 实现2幅图像的合成,方法有加法运算,减法运算,与运算,或运算-achieve two image synthesis, method addition operations, subtraction operation, and computing, or computing, etc.
SpecSubTD_Boll79
- 关于语音增强的一些算法心得,如谱减法自适应滤波以及听觉掩蔽效应等。-on speech enhancement algorithms some experiences, such as spectral subtraction adaptive filtering and auditory masking effect.
work2
- 用matlab编写的影像处理中的加法和减法。
topoplot
- 基于采集的脑电导联信号,用matlab去噪和伪迹,最后绘制脑地形图。 去噪文件夹: FastICA_25文件夹为 fastICA函数;pca为pca 函数; av_sub伪迹减法去噪; ica_step1,ica_step2&pca 为ica与pca的去噪程序; wave_entro为小波熵的计算程序; topoplot为地形图函数; topo为画地形图程序;eloc32,eloc16为函数调用32导/16导的头皮电极分布位置 get_txt将采集的脑
YM
- 数字图像处理的加法和减法,所有子程序都在这里了-digital image processing Adder and subtraction, all subroutine are here
lhgcxgmm.rar
- 自己采用opencv编写的程序,该程序主要实现运动目标的检测,采用背景减法里面的GMM混合高斯模型,Opencv prepared to adopt its own procedures, the procedures for major sports achieve target detection using background subtraction inside GMM Gaussian Mixture Model
MATLAB
- sar图像变化检测 基于减法代码 比较两幅图片的细微差别-sar image change detection code based on subtraction of two pictures comparing the nuances of
VideoMotionDetc
- 基于视频的移动目标检测与跟踪 基于opencv 检测可用 实现背景消减法-Video-based moving target detection and tracking opencv-based detection method can be used to achieve the background reduction
ImagePaintingProgramBasedonHalftoning
- 本实验要求编写一个能够完成两幅图像之间的四种算术运算的通用程序,还要求对于两幅图像的乘法,所编写的乘法程序能够完成一幅图像乘以一个常数的功能。图像中的算术操作主要以像素为基础在两幅和多幅图像间进行。在四种算术操作中,减法和加法在图像增强处理中最有用,两幅图像相除可以看成是一幅图像的取反与另一幅图像相乘,图像与一个常数相乘以增加其平均灰度,图像的乘法主要用于处理更广泛的模板操作的增强处理。实验中编写的程序实现了图像之间的四种算术运算,也可以通过增强的图像的效果来体现这四种算术运算的不同效果。-er
rentigenzong
- 人体跟踪源代码,有运动检测和跟踪结果。其中运动检测中有背景减法,二值化,性态滤波,纵向投影,横向投影,除去影子,新纵投影-Human tracking the source code, there are motion detection and tracking results. Motion detection in which the background subtraction, binarization, and homomorphic filtering, vertical proj
TrackerPointTest
- 使用Opencv实作自订点为追踪,使用相减法 其中点位可以使用滑鼠自订,也可以使用系统自动寻找-The use of a custom implementation Opencv point for tracking the use of subtraction point which can be used to customize the mouse, you can also use the system to find
Tracking_Cars_Using_Singal_Gaussian
- 通过单高斯来建立背景,然后用背景减法来提取情景,并对前景进行跟踪和计数。-We establis the background through the method of singal Gaussian,then use the background substration to get foreground,we are also successed to get the counts of cars and to track the cars.
brainfunctionimage
- 许多应用PET 与fMRI 技术的脑功能成像研究发现,数字加工任务会显著引起前运动皮质的激活。习惯上认为,这一 结果可能与任务执行过程中的动作反应,如手指按键、默读或眼动等有关。近年来的研究则表明,这一区域不仅具有动作功能, 同时也具有其它非动作的认知功能。在本研究中,对17 篇关于数字加工的脑功能成像研究进行了元分析,以考察前运动皮质在 数字加工中的作用。研究结果发现,运动前区的背外侧( PMd) 与腹外侧( PMv) 在大多数数字加工任务中有显著激活,而运动辅 助区(SMA)
gn
- 对原始噪声图像进行空间域图像增强,对比通过加法,减法,乘法,除法,对数变换,灰度变换,线性滤波,直方图均衡,中值滤波等算法的实现效果-Noise on the original image space domain image enhancement, contrast through the addition, subtraction, multiplication, division, logarithmic transform, gray level transformation, lin
yuzhifenge
- 利用快速二维嫡的图像分割方法因其运算量大而影响了它的实际使用, 本文经过参数变换用减法代替原来方法中的对数运算同时将算法代替原来的穷尽搜索获得阂值向量来提高求解速度和分割效率-Using fast two-dimensional entropy method of image segmentation because of its large amount of computation to affect its practical use, this after a parameter tra
pinjian
- 使用频减法检测图像的显著成分,确定显著成分的坐标位置,效果很好,里面的模板可以自己改变-Detection using image subtraction significant frequency component, determine the significant components of the coordinates, the effect is very good, which could have changed the template
moving-object-detection-method-
- 针对视频监控系统的运动目标检测部分,介绍了以OpenCV为平台,以背景减法与帧差法为基础的检测方法。它以背景减法建立和更新背景模型,利用感兴趣区域的设置提高实时性,引入修正的大津法自适应阈值改善二值化效果,并以帧差法为补充降低虚报率及光照变化的影响。实验表明,该方法可以快速有效地对运动目标实施报警。-OpenCV-based moving object detection method and application of some of the articles I read, I feel
HOG
- 为了准确地对监控场景中的运动目标进行语义上的分类, 提出了一种基于聚类的核主成分分析梯度方向直方图和二叉决策树支持向量机的运动目标分类算法.利用背景减法提取运动目标前景区域, 并识别出潜在候选运动目标.利 用提出的基于聚类的核主成分分析的梯度直方图描述子提取候选运动目标的特征, 以较低维数的数据有效地描述运动目标的有效特征. 将提取的运动目标特征输入二叉决策树支持向量机, 实现多类目标的准确分类. 通过在不同视频序列上的实验验证, 提出的算法对运动目标进行较好地分类, 而且在运算速度方面较传
语音增强算法,谱减法、小波变换
- 使用matlab语言实现的语音增强算法,包括谱减法以及小波变换的实现,对理解原理有很好的作用。(Voice Enhancement Algorithm written using matlab scr ipts, including spectral subtraction and wavelet transform implement.)