登录
首页 » C++ Builder » HMM

HMM

于 2012-11-14 发布 文件大小:399KB
0 108
下载积分: 1 下载次数: 12

代码说明:

  隐马尔科夫工具箱,设置路径后直接使用。在MATLAB中实现。(Hidden Markov toolbox, set path directly. Implemented in MATLAB.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • m11
    混合高斯(Mixture of Gaussian, MOG) 背景建模算法和Codebook 背景建模算法被广泛应用于监控视频的运动目标检测问题, 但混合高斯的球体模型通常假设RGB 三个分量是独立的, Codebook 的圆柱体模型假设背景像素值在圆柱体内均匀分布且背景亮度值变化方向指向坐标原点, 这些假设使得模型对背景的描述能力下降. 本文提出了一种椭球体背景模型, 该模型克服了混合高斯球体模型和Codebook 圆柱体模型假设的局限性, 同时利用主成分分析(Principal components analysis, PCA) 方法来刻画椭球体背景模型, 提出了一种基于主成分分析的Codebook 背景建模算法. 实验表明, 本文算法不仅能够更准确地描述背景像素值在RGB 空间中的分布特征, 而且具有良好的鲁棒性.(The background modeling algorithm of mixture of Gaussian (MOG) and codebook is widely used in moving object detection of surveillance video. However, the ball model of MOG usually assumes that the three components of RGB are independent, while the cylinder model of codebook assumes that the value of background pixel is distributed uniformly within the cylinder and the changing direction of brightness points to the origin of the coordinate system. These assumptions reduce the descriptive capability for background modeling. Therefore, the paper proposes an ellipsoid- based background model, which overcomes the MOG and codebook0s limitations. By using principal component analysis to depict the ellipsoid background model, a novel PCA-based codebook background modeling algorithm is proposed. Experiments show that this algorithm can not only give more accurate description of the distribution of background pixels but also have a better robustness.)
    2014-04-15 11:11:55下载
    积分:1
  • 002
    指纹图像因设备、图像增强处理等原因造成的纹线断裂会产生伪特征点,会对指纹识别产生负面影响。在结 合传统方法优点的同时,针对间距大、方向偏移小和间距大、方向偏移大的断裂情况,本文设计出窗口制约法和改进的 窗口制约法2 种不同的修复方法。实验结果表明,该方法使修复更加全面、完整,提高了伪特征点去除率,易于编程实 现,对细化指纹图像的断裂有很好的修复效果。(The broken ridge fingerprint image processing equipment, image enhancement and other causes will generate pseudo-feature points to be a negative impact on fingerprint identification. While combining the traditional method has the advantage, for the spacing, direction offset small spacing, direction offset large fracture situation, this design window constraints window method and the improved two kinds of constraints, different repair methods. Experimental results show the method to fix a more comprehensive and complete removal of pseudo-feature points, easy to program, well thinned fingerprint image fracture repair.)
    2013-03-17 22:06:01下载
    积分:1
  • opencvsharp检测圆
    opencvsharp检测圆
    2020-11-04下载
    积分:1
  • VCPP-image-processing-chapter07
    VisualC++数字图像处理技术详解第2版光盘-第七章(VisualC++ digital image processing technology Detailed Version 2 CD- Chapter VII)
    2016-04-16 13:35:33下载
    积分:1
  • StringMatch
    带通配符的字符串匹配,多重匹配,支持通配符“*”,“?”(String matching with wildcards, multiple matches, supports wildcards " *" , " ?" )
    2014-01-16 10:33:12下载
    积分:1
  • detectpoint
    光斑中心提取算法,在VS2010下,用opencv2.3.1编写的控制台程序,主要功能是利用hession矩阵和高斯滤波进行光斑中心点提取,里面附测试图片,提取精度为亚像素级别。(Spot center extraction algorithm, in VS2010, written by opencv2.3.1 console program, the main function is to use hession matrices and Gaussian filter for extracting the center spot, which is attached test images, the extraction accuracy of sub-pixel level.)
    2014-04-16 15:33:49下载
    积分:1
  • dgtIMGPROC
    说明:  这是一个包括bmp文件显示,图像二值化,细线化等集合的程序,可在tc中运行。 程序中有40 +的注释,你能很快的看懂程序(This is a bmp file, including display, image binarization, thinning and other collection procedures, can be run in the tc. 40 + program notes, you can quickly understand procedures)
    2011-02-26 14:01:30下载
    积分:1
  • MCU_1908
    针对CMOS 图像传感器输出的Bayer 格式的图像数据, 利用TI 公司的TMS320DM642 数字信号处理器的专用视频端口,可以实现图像捕获、数据传输的无缝连接的特点, 构建了以DM642 为核心的图像实时处理系统。在DM642 中采用两种通用方法(双线性插值、边缘检测) 和文中提出的信号相关的方法, 将从Bayer 公司的CMOS 图像传感器所捕获的8 位Bayer 格式图像数据, 转换为24 位RGB 格式彩色图像数据, 并通过PSNR(信噪比) 和NCD(归一化彩色差异规范) 两种评估方法进行检测。从实验结果可以看出文中提出的方法相对于通用方法提高了图像的信噪比, 锐化图像的边缘, 减少了图像高频信息的错误像素的数量, 提高视觉质量。(Bayer TMS320DM642)
    2020-12-12 11:59:16下载
    积分:1
  • erode
    C语言数学形态学的腐蚀运算,同时适用于二值图像与灰度图像。(C language mathematical morphology erosion operation also apply to binary images and gray-scale image.)
    2009-11-14 14:43:40下载
    积分:1
  • yuv420p
    YUV420p图像的融合渲染,支持任意位置的融合,并支持alpha的渲染(Fusion YUV420p image rendering, support converged anywhere and supports alpha rendering)
    2015-09-09 09:48:21下载
    积分:1
  • 696524资源总数
  • 103904会员总数
  • 44今日下载