登录
首页 » matlab » scan_matching

scan_matching

于 2011-08-14 发布 文件大小:2603KB
0 194
下载积分: 1 下载次数: 227

代码说明:

  悉尼大学博士TimBaily编写的激光测距仪匹配的程序。其中包含C++的实现,内容包括:最小二乘优化,近邻匹配等基本算法的实现,是应用激光测距仪进行定位和地图构建不可多得的入门教程。 (scan-matching code written by matlab and c++, dealing with laser range data.)

文件列表:

scan_matching
.............\correlate_variance
.............\..................\version1_gauss_svd
.............\..................\..................\align_svd.m,1807,2004-11-20
.............\..................\..................\data.mat,6096,2004-11-20
.............\..................\..................\demo_gauss_svd.m,1130,2004-11-20
.............\..................\..................\gauss_variance_svd.m,857,2004-09-09
.............\..................\..................\make_gaussian_sum.m,730,2004-09-07
.............\..................\..................\sigma_ellipse.m,331,2004-10-20
.............\..................\..................\sog_correlate.dll,65536,2004-11-19
.............\..................\..................\sog_optimise.dll,73728,2004-11-19
.............\..................\..................\transform_to_global.m,479,2004-10-21
.............\..................\version2_importance_sampling
.............\..................\............................\data.mat,6096,2004-11-20
.............\..................\............................\demo_importance_gauss.m,1172,2004-11-20
.............\..................\............................\importance_gaussian.m,1097,2004-11-20
.............\..................\............................\make_gaussian_sum.m,730,2004-09-07
.............\..................\............................\multivariate_gauss.m,388,2004-10-22
.............\..................\............................\sample_mean.m,842,2002-02-11
.............\..................\............................\sigma_ellipse.m,331,2004-10-20
.............\..................\............................\sog_correlate.dll,65536,2004-11-19
.............\..................\............................\stratified_random.m,337,2003-12-05
.............\..................\............................\stratified_resample.m,790,2004-10-20
.............\..................\............................\transform_to_global.m,479,2004-10-21
.............\least_squares_align
.............\...................\align_least_squares.m,2457,2004-11-17
.............\...................\data.mat,1319672,2004-11-16
.............\...................\demo_least_squares.m,2234,2004-11-19
.............\...................\pi_to_pi.m,569,2004-07-19
.............\...................\transform_to_global.m,479,2004-10-21
.............\mexdemos
.............\........\demo_icp.m,1228,2004-11-19
.............\........\demo_icp_2.m,1654,2004-11-19
.............\........\demo_icp_3.m,1285,2004-11-19
.............\........\demo_k_neighbours.m,805,2004-11-18
.............\........\demo_nearest_neighbour.m,682,2004-11-18
.............\........\demo_sog_correlate.m,4641,2004-11-19
.............\........\demo_sog_optimise.m,1118,2004-11-19
.............\........\icp.dll,65536,2004-11-19
.............\........\k_neighbours.dll,61440,2004-11-18
.............\........\laserdata.mat,7558752,2002-01-21
.............\........\make_gaussian_sum.m,730,2004-09-07
.............\........\nearest_neighbour.dll,57344,2004-11-18
.............\........\pi_to_pi.m,569,2004-07-19
.............\........\sog_correlate.dll,65536,2004-11-19
.............\........\sog_correlate_m.m,1159,2004-11-19
.............\........\sog_correlate_variant.dll,65536,2004-11-19
.............\........\sog_optimise.dll,73728,2004-11-19
.............\........\transform_to_global.m,479,2004-10-21
.............\mexfiles
.............\........\icp
.............\........\...\icp.vcproj,4054,2004-11-18
.............\........\...\module.def,40,2004-11-18
.............\........\k_neighbours
.............\........\............\k_neighbours.vcproj,3971,2004-11-18
.............\........\............\module.def,49,2004-11-18
.............\........\mexfiles.ncb,142336,2004-11-19
.............\........\mexfiles.sln,2433,2004-11-19
.............\........\mex_icp.cpp,2295,2004-11-19
.............\........\mex_k_neighbours.cpp,2019,2004-11-19
.............\........\mex_nearest_neighbour.cpp,1176,2004-11-19
.............\........\mex_nearest_neighbour_old.cpp,1271,2004-11-18
.............\........\mex_sog_correlate.cpp,1934,2004-11-19
.............\........\mex_sog_correlate_variant.cpp,2439,2004-11-19
.............\........\mex_sog_optimise.cpp,2199,2004-11-19
.............\........\nearest_neighbour
.............\........\.................\module.def,54,2004-11-18
.............\........\.................\nearest_neighbour.vcproj,3996,2004-11-18
.............\........\sog_correlate
.............\........\.............\module.def,50,2004-11-18
.............\........\.............\sog_correlate.vcproj,4272,2004-11-19
.............\........\sog_optimise
.............\........\............\module.def,49,2004-11-18
.............\........\............\sog_optimise.vcproj,4327,2004-11-19
.............\Readme.txt,2151,2004-11-19
.............\source
.............\......\geometry2D.cpp,3724,2004-11-19
.............\......\geometry2D.hpp,2733,2004-11-19
.............\......\icp.cpp,1603,2004-11-19
.............\......\icp.hpp,2161,2004-11-19
.............\......\likelihood_function.hpp,3493,2004-11-19
.............\......\nn.cpp,3791,2004-11-19
.............\......\nn.hpp,1239,2004-11-19
.............\......\simplex.cpp,2649,2004-11-19
.............\......\simplex.hpp,1228,2004-11-18
.............\......\sog_match.cpp,3642,2004-11-19
.............\......\sog_match.hpp,1044,2004-11-19

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

发表评论

0 个回复

  • rcos
    说明:  升余弦脉冲的设计实例,升余弦脉冲是一种具有零ISI的脉冲波形,此程序用来产生升余弦脉冲。(Raised cosine pulse design example, raised cosine pulse is a pulse waveform with zero ISI, the program used to generate raised cosine pulses.)
    2011-04-01 14:08:39下载
    积分:1
  • chepaifenge
    汽车车牌字符分割代码源程序——一种改进型的投影法对车牌字符进行字符分割。(Car license plate character segmentation code source- an improved projection method for character segmentation of license plate characters.)
    2012-05-01 17:34:22下载
    积分:1
  • C-program-of-PID-algorithm
    本文件详细说明了PID算法Matlab仿真程序和C程序(Matlab simulation program and C program of PID algorithm)
    2013-10-15 16:23:52下载
    积分:1
  • yuop
    说明:  可以很好的结合现有的信号数据进行分析和处理,得到一定优化效果(Can be a good combination of existing data analysis and signal processing, to a certain optimal results)
    2010-04-11 15:21:22下载
    积分:1
  • Backpropagation_Batch
    反向传播神经网络。。。。。。。。。。。。。。。。。(Backpropagation Batch。。。。。。。。。。。。。。。。。)
    2011-07-17 09:37:59下载
    积分:1
  • m
    说明:  参加数模过程中自己找的关于数学建模的一些代码(Participate in the process of digital-analog on the mathematical modeling on your own some of the code)
    2011-04-26 09:39:11下载
    积分:1
  • limcond
    matlab subroutine incldes limit conditions ito the global stifness matrix and load victor for a quzdrilateral element
    2013-08-15 02:23:22下载
    积分:1
  • grid_world
    jacfar for reinforcement learning training
    2015-03-14 06:19:35下载
    积分:1
  • CHA-ZHI2
    分形插值曲面的MATLAB程序 这时pdf程序资料(MATLAB program of fractal interpolation of time pdf program information)
    2013-12-16 09:59:59下载
    积分:1
  • gabpmatlab
    用matlab编的 有什么错误请大家赐教 多多交流!!(Use of matlab for any errors, please enlighten us more exchanges! !)
    2009-05-25 10:38:38下载
    积分:1
  • 696516资源总数
  • 106459会员总数
  • 0今日下载