登录
首页 » Visual C++ » TRAOD_Algorithm

TRAOD_Algorithm

于 2020-11-08 发布 文件大小:6237KB
0 287
下载积分: 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 个回复

  • HistMatch
    对比两个图片归一化直方图对比相似度,用巴氏距离计算(Contrast similarity)
    2013-04-28 17:26:38下载
    积分:1
  • jiancesuanfa
    说明:  边缘检测算法 速度快 你一定会满意的。以前是要收费的。现在免费给你们。 源码经过测试真确无误。 (edge detection algorithm faster you will surely satisfied. Prior to the charges. Now free to you. Source tested truthful.)
    2021-03-31 00:09:09下载
    积分:1
  • Waver
    用VB写的画出波纹的程序(Written by VB painted corrugated procedures)
    2020-06-29 15:00:01下载
    积分:1
  • problem-LastBossOrigin
    问题:找出一个短字符串在一个长字符串中的精确匹配。 要求:基于BWT压缩和FM索引技术的序列匹配,用Burrows-Wheeler transform算法解决该问题。(Problem: find the exact match of a short string in a long string. Requirements: BWT-based compression and indexing techniques sequence matching FM, with the Burrows-Wheeler transform algorithm to solve the problem)
    2020-12-26 00:09:04下载
    积分:1
  • DCT
    解决图像的DCT变换与逆变换,为JEPG压缩做铺垫(To solve the image DCT transform and inverse transform, in order to pave the way for JEPG compression)
    2009-10-24 18:38:40下载
    积分:1
  • kunkuo
    一种基于轮廓的步态识别文献,思路清晰便于实现(Based on the outline of gait recognition literature, to facilitate the achievement of clear thinking)
    2007-06-06 11:54:00下载
    积分:1
  • jpeg
    实现16位bmp图像转jpeg,并可以通过调节源码可实现压缩率(16bit bmp zipped to jpeg style )
    2010-05-20 10:54:59下载
    积分:1
  • isee_code01231
    一个类似ACDSee的看图工具,可以察看很多种格式的图形文件。由ISee开发组提供(ACDSee pictures of a similar tool, you can see a variety of graphics file formats. ISee provided by the development team)
    2020-06-26 12:00:02下载
    积分:1
  • Automatic-Building-Extraction.pdf
    3D 点云建筑物分割代码3D 点云建筑物分割代码3D 点云建筑物分割代码(3D point cloud, buildign segmentation3D point cloud, buildign segmentation3D point cloud, buildign segmentation)
    2020-08-01 21:08:35下载
    积分:1
  • Visual C++ CAD应用程序开发技术源代码ch6
    Visual C++ CAD应用程序开发技术源代码ch6(Visual C CAD application development technology source code ch6)
    2005-01-11 13:01:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载