登录
首页 » Visual C++ » TRAOD_Algorithm

TRAOD_Algorithm

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

  • surfacerendering
    这是vtk结合MFC在一个对话框内进行面绘的代码,读入图像的格式为DICOM(vtk This is a combination of the MFC dialog within the code face painting, Reading into the image of the DICOM format)
    2021-03-08 14:09:28下载
    积分:1
  • ComputerGraphicsofVC
    这个事关于Computer Graphics (计算机图形学)的教学代码!!!(The thing about Computer Graphics (computer graphics) teaching the code! ! !)
    2010-05-24 15:13:55下载
    积分:1
  • 20075814494849
    把一副画转化为由彩色字符(8个字符)组成的画。最简单、实用、绿色的软件!!!    提供VB源代码!!! (The grounds of color into a painting of characters (eight characters), composed of paintings. The most simple, practical, green software! ! ! VB source code provided! ! !)
    2009-05-18 02:39:50下载
    积分:1
  • quanjingpinjie
    说明:  全景图像拼接的源代码,可将多幅照片拼接为周视全景图像,很不错。(Panoramic image mosaic of the source code, multiple photos can be spliced for the week as the panoramic image, very good.)
    2010-04-08 02:16:23下载
    积分:1
  • scanfill
    光栅图形学中的扫描填充算法。list<Line> AET和list<Line>* NET构成了活性边表和新边表.算法先初始化各扫描线新边表,之后对于每条扫描线更新活性边表,并且配对交点来着色。 (Raster graphics scanning fill algorithm. list <Line> AET list <Line>* NET constitute the active side of the table and side table new algorithm to initialize each scan line side table new, after each scan line update the active side of the table, and the the paired intersection of coloring.)
    2013-05-16 14:10:30下载
    积分:1
  • InterSection
    检测空间中直线是否相交(动态)(detect whether linear space intersect (dynamic))
    2004-12-02 12:16:17下载
    积分:1
  • ITK_3D_image_registration
    对三维图像进行配准,输入为RAW文件,输出为RAW+mha文件(3D image registration, input as RAW file, output as RAW mha file)
    2018-01-31 21:53:45下载
    积分:1
  • hyit_DW
    VC++实现数字水印技术,在BMP位图中添加各种水印信息,程序分LSB和DWT嵌入方法。(VC++ implementation of digital watermarking technology, adding various watermarks in BMP bitmap, the program points LSB and DWT embedding methods.)
    2014-11-19 13:29:28下载
    积分:1
  • 对深度像进行滤波、渲染和着色
    对深度图像进行滤波、渲染和着色,更加可视化(depth image visualition and filtering for coming 3D reconstruction)
    2014-12-27 10:06:05下载
    积分:1
  • batch-replacement-Note-CAD
    程序可实现dwg文件注记的批量替换, 可根据需要进行扩展。(Dwg file program allows batch replacement Note)
    2010-06-06 23:33:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载