搜索资源列表
GIS 领域最短路径搜索问题的一种高效实现
- 最优路径 地理信息系统-optimal path Geographic Information System
20090501SleepingKoala
- 所上传文件包包括6种vc++源代码:使用opencv的实现可视图的静态路径规划;简单的svm算法;基于vc2008的图像匹配(多工程结构);基于局部搜索的K-means聚类算法;三维匹配中的ICP算法;视觉tracking中的condensation算法-Upload file package, including the six kinds of vc++ source code: using opencv to view the realization of the static path
Search_matrix_based_on_the_adaptive_anti_collision
- 提出一种基于搜索矩阵的自适应防碰撞算法.该算法有效利用碰撞信息,通过构造搜索矩阵,克服自适应 二又树搜索算法逐位搜索效率低的缺点.同时提出碰撞堆栈的概念,根据时隙状态,来自适应调整搜索路径,从而 减少碰撞和空闲时隙数以及传输的比特量.理论和仿真实验表明,该算法有效实用,可有效减少识别时间,提高搜 索效率-Presents a matrix of adaptive search-based anti-collision algorithm. The algorithm is the e
AJAX_r
- 基于WebGIS最短路径的搜索算法 WebGIS 最短路径 商业应用 智能算法 在WebGIS上,搜索两个信息点之间的最短路径。本程序自带shp地图,可将计算结果演示。 开发环境是vs.net2008。Webgis组件采用aspmap。这个免费组件可以在本站搜索下载。那个资源名称为:“小巧的webgis控件,支持高性能的AJAX,可商业应用” 该源码也可用于毕业论文写作参考,毕业答辩的演示之用.-WebGIS most fault route-based algorithmic
Fusion_RT
- 一种基于势函数的路径搜索算法,能实现有障碍物环境中指定起点和终点位置的最短路径搜索。-Potential function based on the path search algorithm, to achieve environmental obstructions start and end position specified in the shortest path search.
homework5
- 实现迪杰斯特拉最短路径算法,校园导航图,校园个地点的搜索-Dijkstra shortest path algorithm to achieve the campus Map
PSO-image-segmentation-algorithm
- 为了提高算法的执行效率, 应用粒子群算法求取图像中任意两点间最短路径来定位目标边界, 并与经典的基于Dijkstra 动态规划图搜索的Liv e Wire 算法进行比较.-In order to improve the efficiency of the algorithm, particle swarm algorithm to strike any of images to locate the shortest path between two object boundaries, and
CPP--A-start2
- C++版的A*(A-star,即A星)算法。对于栅格数据的最优路径搜索有不俗的表现。集成到你的程序也很容易。里面有两个例子可供参考。-C++ version of A* (A-star A star) algorithm. Have good performance for the optimal path to the raster data search. Is also very easy to integrate into your program. There are two exa
RobotSim2006-8-9
- 这是我在几年前用Visual C++ 2003.net完成的机器人仿真项目,实现了:栅格环境的自定义生成、搜索,机器人的生成、路径行走和路径跟踪,障碍物的随机生成,动态规划法在路径跟踪中的应用,直线相交等图形学运算,OpenGL的应用,环境的保存和打开。-This is a project developed in Visual C++.net 2003 several years ago. In this project, it implemented: customedly generati
matlab_toolbox_calib
- matlab标定工具箱,用于图像标定。 设置 1.File-set path-add folder 添加解压缩的工具箱路径 2.Current Directory:设置为要标定图片的文件夹路径 3.command window 键入 calib 调出标定工具箱 开始标定 read images-extract grid corners-calibration (此为内参数) Comp.Extrinsic 标定外参数 注意事项: 1.wintx wint
MyCS-VGE
- 运用OpenGL实现的一个虚拟场景,里面有山体的渲染、水的渲染、旗帜的渲染、房屋的渲染、下雪场景的渲染、3ds的载入、数据库链接以及路径算法等。 使用方法: P键:在房屋附近的路径上(一定要站在道路上才有效)按P键后,系统自动随机生成一个喜洋洋在地图上,并搜索你目前位置到它的最短路径,并在地面上显示。 空格键:系统只允许人在平地上行走,要实现全方位自由漫游需按空格键。 G键:天气的变化,可以切换下雪天和晴天。 鼠标左键:射击,把出现的喜洋洋射死后,它就自动消失了。 鼠标滑
livewire
- 模拟Photoshop中的磁力套索的算法,主要是先用Opencv做梯度相关处理,然后用Djisktra最短路径搜索找到边缘。-Magnetic Lasso implementation using Python
CPP-Maze
- 迷宫实时演示程序,对给定迷宫实现路径的实时搜索。-Maze of real-time demo, for a given path of the maze to achieve real-time search.
LiveWireAlg
- 是一种路径搜索方法。 Livewire需要对应节点的状态:expanded(作为种子点算过),initial (没算过),active(作为种子的邻域被算过,可以继续更新) 或者frozen,frame(目标区),narrowband。也可以先设frozen区域,限制计算范围。 节点的速度值(fastmarching中 用于计算时间) 节点的时间(代价值) 为了连续地计算更新节点信息,需要将节点保存为可以找到其父节点(指针或数组中的值)的链表形式,通过此链表,找到待计算队列
LearnSVMStepbyStep
- 关于MATLAB工作搜索目录(路径)和当前目录(路径)两个概念意思如下: – 工作搜索目录(路径)是指当你使用某一个函数的时候,MATLAB可以进行搜索 该函数的所有的目录集-Work on MATLAB search directory (path) and the current directory (path) two concept meaning is as follows:job search directory (path) refers to when you use a
Graphics-A-STAR-algorithm-master
- A星寻路算法,实现图形中路径的搜索和规划最短路径的功能。-A star pathfinding algorithm, search functions and planning the shortest path in the graph path.
implementation
- 自动寻路A*算法的Python实现, A*算法,A*(A-Star)算法是一种静态路网中求解最短路径最有效的直接搜索方法,也是解决许多搜索问题的有效算法。算法中的距离估算值与实际值越接近,最终搜索速度越快。(Python implementation of automatic routing A* algorithm)
yjbz
- 一,把CAD自動標注文件解压到C盘,然后在AUTOCAD里----工具----选项----文件----支持文件搜索路径----添加 C:\CAD自動標注 二,输入AP 命令,加载C:\CAD自動標注\ad.VLX 三,输入命令ad 就可以用啦(1 Decompress the CAD automatic annotation file to Disk C, and then add it in AutoCAD -- tools -- options -- File -- support file