登录
首页 » Visual C++ » TRAOD_Algorithm

TRAOD_Algorithm

于 2020-11-08 发布 文件大小:6237KB
0 257
下载积分: 1 下载次数: 15

代码说明:

  基于轨迹划分的异常轨迹检测方法。首先采用两种分段粒度将每条轨迹分为若干子轨迹线段,然后,在基于距离的异常检测方法的基础上,引入调整系数的概念,采用密度与距离相结合的方法进行异常轨迹检测。 (Abnormal trajectory detection method based on trajectory partition.Firstly each trajectories should be divided into several substrajectories using two granularities. Then the notion of adjustment coefficient is introduced on the basis of distance based anomaly detection method, and the abnormal trajectories are detected combining density and distance. )

文件列表:

TRAOD_Algorithm
...............\Debug
...............\.....\DParameter.obj,10467,2010-12-26
...............\.....\DParameter.sbr,0,2010-12-26
...............\.....\MainFrm.obj,19885,2010-05-06
...............\.....\MainFrm.sbr,0,2010-05-06
...............\.....\OutlyingTRi.txt,0,2010-12-26
...............\.....\StdAfx.obj,105604,2010-05-06
...............\.....\StdAfx.sbr,1374959,2010-05-06
...............\.....\TRAOD_Algorithm.bsc,5448704,2010-12-30
...............\.....\TRAOD_Algorithm.exe,139362,2013-11-05
...............\.....\TRAOD_Algorithm.ilk,367528,2013-11-05
...............\.....\TRAOD_Algorithm.obj,23390,2010-05-06
...............\.....\TRAOD_Algorithm.pch,6876788,2010-05-06
...............\.....\TRAOD_Algorithm.pdb,525312,2013-11-05
...............\.....\TRAOD_Algorithm.res,7852,2010-12-26
...............\.....\TRAOD_Algorithm.sbr,0,2010-05-06
...............\.....\TRAOD_AlgorithmDoc.obj,15128,2010-05-06
...............\.....\TRAOD_AlgorithmDoc.sbr,0,2010-05-06
...............\.....\TRAOD_AlgorithmView.obj,32254,2013-11-05
...............\.....\TRAOD_AlgorithmView.sbr,32172,2013-11-05
...............\.....\TRAPartition.obj,48404,2013-11-05
...............\.....\TRAPartition.sbr,41585,2013-11-05
...............\.....\vc60.idb,263168,2013-11-05
...............\.....\vc60.pdb,380928,2013-11-05
...............\deer95.txt,1059998,2008-03-10
...............\DParameter.cpp,1071,2010-12-26
...............\DParameter.h,1258,2010-12-26
...............\elk93.txt,2513335,2008-03-10
...............\MainFrm.cpp,2516,2010-04-15
...............\MainFrm.h,1581,2010-04-15
...............\ReadMe.txt,4527,2010-04-15
...............\res


...............\...\TRAOD_Algorithm.rc2,407,2010-04-15

...............\resource.h,879,2010-12-26
...............\StdAfx.cpp,217,2010-04-15
...............\StdAfx.h,1054,2010-04-15
...............\TRAOD_Algorithm.aps,30012,2013-11-05
...............\TRAOD_Algorithm.clw,3009,2013-11-05
...............\TRAOD_Algorithm.cpp,4371,2010-04-15
...............\TRAOD_Algorithm.dsp,5084,2010-12-26
...............\TRAOD_Algorithm.dsw,555,2010-04-15
...............\TRAOD_Algorithm.h,1455,2010-04-15
...............\TRAOD_Algorithm.ncb,205824,2013-11-05
...............\TRAOD_Algorithm.opt,56832,2013-11-05
...............\TRAOD_Algorithm.plg,779,2013-11-05
...............\TRAOD_Algorithm.rc,12656,2010-12-26
...............\TRAOD_AlgorithmDoc.cpp,1922,2010-04-15
...............\TRAOD_AlgorithmDoc.h,1574,2010-04-15
...............\TRAOD_AlgorithmView.cpp,5566,2013-11-05
...............\TRAOD_AlgorithmView.h,2034,2010-12-26
...............\TRAOD_DataStruct.h,384,2010-05-06
...............\TRAPartition.cpp,18467,2013-11-05
...............\TRAPartition.h,2049,2010-05-06
...............\新建 文本文档.txt,27962,2010-04-26

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

发表评论

0 个回复

  • VC使用进度条空间
    一个简单的例子,演示如果通过VC使用进度条空间(A simple example demonstrates how to use progress bar space through VC)
    2020-06-22 08:40:01下载
    积分:1
  • timeanlysise
    基于小波变换以及快速傅立叶变换的时频分析程序,很实用(cwt fft)
    2016-03-01 17:51:12下载
    积分:1
  • sucess_in_fdct
    本程序是一幅512*512的lena.raw图像进行快速DCT和其逆变换,整个程序均调试通过,是在C语言环境下编写的,在整个关于快速DCT的源码中,本代码可以说是集大成者,很值得一看。(This procedure is mainly of a float or double type of data, rounding, the float data can be positive or negative, can be, take the whole principle of rounding.)
    2010-05-26 11:20:30下载
    积分:1
  • ae_seed_fill
    计算机图形学,扫描线种子填充算法,填充算法,填充算法(dd )
    2020-06-30 20:40:02下载
    积分:1
  • canny
    对静态图像应用canny算法提取边缘特征(The edge feature is extracted by canny algorithm of static image)
    2017-12-11 10:53:47下载
    积分:1
  • ImagePro
    本人研究生阶段做的项目,线结构光视觉传感器的标定中的激光光条中心的提取。 1、通过JPG、PCX、GIF解码方法,来打开BMP、JPG、PCX、GIF格式图像。 2、大津展之法阈值变换,效果较好。 3、三种细化方法,Rosenfold细化、Hildith细化、Pavlidis细化。 4、基于灰度重心法的全分辨率的激光光条中心亚像素坐标的提取。(Calibration )
    2010-03-12 11:43:58下载
    积分:1
  • Using-a-Boosted-Cascade
    行人目标检测 代码文件基于hog+svm检测技术。(people dectect and depending on hog+svm )
    2014-05-26 12:24:19下载
    积分:1
  • findpicture
    说明:  在大图中寻找到小图。 并圈出小图所在位置。 图片用picture控件显示。(In the big picture to find a small map. )
    2011-02-25 09:46:00下载
    积分:1
  • example
    常见C++ 课程的立体源码,其中含有函数,类与对象,继承与派生,多态,等C++常见的集中类型(plus)
    2009-12-16 10:04:33下载
    积分:1
  • disk
    对于给定的文件检索概率,编程计算磁盘文件的最优存储方案.(For a given probability of document retrieval, programming the calculation of the optimal disk file storage scheme.)
    2007-09-15 14:43:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载