登录
首页 » Unix_Linux » GMMP-and-tracking

GMMP-and-tracking

于 2014-02-22 发布 文件大小:21KB
0 225
下载积分: 1 下载次数: 2

代码说明:

  活动目标检测源码,用混合高斯算法编写,适用于复杂场景视频监控(alive target detection,used in GMM algorithm)

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

发表评论

0 个回复

  • py-faster-rcnn-master
    图像检测的算法,Faster R-CNN算法,先对整张图像进行卷积计算,然后通过感兴趣区域池化层(RoI Pooling Layer)将选择性搜索算法推荐出来的候选区域和卷积网络计算出的特征映射图进行融合,得到候选区域对应的特征矢量,这种共享卷积计算的操作极大地减少了卷积计算的次数。而且这些特征矢量的维度统一,方便后续的分类工作。通过感兴趣区域池化层处理卷积特征,并将得到的特征送往两个并行计算任务进行训练,分类和定位回归。通过这些方法和改进的框架,Fast R-CNN 用更短的训练和测试时长,取得了比 R-CNN 更好的效果(Faster R-CNN algorithm first convolutes the whole image, then fuses the candidate regions recommended by the selective search algorithm and the feature mapping maps calculated by the convolution network through the RoI Pooling Layer to get the corresponding feature vectors of the candidate regions, which greatly reduces the number of convolution calculations. Moreover, the dimension of these feature vectors is unified, which facilitates the subsequent classification work. The convolution feature is processed by the pooling layer of the region of interest, and the obtained feature is sent to two parallel computing tasks for training, classification and positioning regression. Through these methods and improved framework, Fast R-CNN uses shorter training and testing time and achieves better results than R-CNN.)
    2020-12-11 15:39:18下载
    积分:1
  • ROFdenoise
    功能:应用Rudin-Osher-Fatemi模型进行图像去噪,在ROFtest.m 中输入图像,附带文档ROFscheme内容为此模型的数值分析过程,比较详细,适合初学者(Classic 􏰉 Rudin-Osher-Fatemi model denoising, the including documentation is the numerical analysis process of the model in detail, suitable for beginners)
    2021-04-09 23:28:59下载
    积分:1
  • ART
    CT图像重建的几种ART迭代算法,包括一般的简单ART和联合ART。(Some kinds of ART iterations algorithm in CT reconstruction including simple ART and SART.)
    2021-01-22 16:08:39下载
    积分:1
  • GetMax_HtoThrod
    利用最大熵方法求图像二值化的阈值 输入的图像名称,读取名称是M的图像文件 统计各个灰度级出现的概率 (Using the maximum entropy method for image binarization threshold input image name, the name is M read image files in various gray-scale statistical probability)
    2007-12-10 21:23:47下载
    积分:1
  • HazeRemoval
    暗通道去雾代码,使用c++实现 根据cvpr论文改写(Channel code to the dark fog)
    2011-08-22 08:48:18下载
    积分:1
  • ICA
    ICA用于图像特征提取 通过定义一个衡量分量独立性和非高斯性的目标函数来实现的(ICA for image feature extraction components by defining a measure of independence and non-Gaussian nature of the objective function to be achieved)
    2009-10-09 16:07:43下载
    积分:1
  • jiyuzuixiaoerchengfagaijindesuijituoyuanjiance
    为了提高数字图像中椭圆检测的效率和准确性,提出了一个基于最小二乘法的改进的随机椭圆检测算法. 该算法随机选取图像中的3 个边缘点,在以这3 个点为中心的窗口内,从边缘点中拟合出可能椭圆,并通过随机选 取的第4 个边缘点来确认可能椭圆. 利用直接最小二乘法椭圆拟合的特性,引入可能椭圆边缘点收集和椭圆重新 拟合的迭代过程来提取最终的椭圆参数. 通过对含有不同噪声的仿真图片和包括残缺椭圆的实际图片的实验表 明,新算法的改进是有效的. 与原算法相比,新算法降低了对参数的依赖性,提高了检测的速度、稳定性和准确性, 同时保留了原算法的抗噪声能力.(: An imp roved randomized ellip se detection algorit hm based on least square approach was proposed to enhance t he efficiency and accuracy of ellip se detection in digital images. This algorit hm randomly se2 lect s three edge point s in t he image , and t hen uses least square approach to fit all t he edge point s in three windows , which are defined by t he t hree edge point s. The forth edge point is randomly selected to judge whet her a possible ellip se exist s in t he image. Utilizing the characteristic of direct least square fit ting of ellip se , an iteration process of edge point collecting and ellip se refit ting of possible ellip se was int roduced to ext ract t he final ellip se’s parameters. Artificial images wit h different level s of noise and nature images containing incomplete ellip ses were employed to test t his algorithm. Experimental result s show that t he improvement s are notable. Compared with the original algorit hm , t he propo sed algorit hm reduces)
    2020-11-01 11:19:55下载
    积分:1
  • Sparse-and-Redundant-Representations
    这本教科书,介绍了稀疏和多余的申述,对信号和图像处理应用的重点。的理论和数值基础处理前的应用进行了讨论。信号源的数学建模一起讨论如何使用适当的模型,如去噪,恢复,分离,插值和外推法,压缩,采样,分析和合成,检测,识别,多任务。这次报告会是优雅和迷人的。(Sparse and Redundant Representations From Theory to Applications in Signal and Image Processing )
    2012-04-18 15:09:27下载
    积分:1
  • hm2_2
    读取一幅图像,对其进行DCT高通、低通滤波,输出处理后图像(Read an image, do the DCT high-pass, low-pass filtering, output processed image .)
    2015-01-09 21:49:39下载
    积分:1
  • 1
    说明:  利用matlab进行数字图像处理,滤除方格形条纹噪声,滤除效果还可以,但需要后期处理。(Digital image processing using matlab, square-shaped stripe noise filter, filter effects can be, but need post-processing.)
    2011-04-10 15:54:27下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载