搜索资源列表
KM
- KM算法求2分图最优匹配,程序源码。通过编译,运行成功。-KM algorithm for optimal two-match plans, procedures source. By compiling, running successfully.
hungry
- 用匈牙利算法解决二部图的最优匹配问题,可用于多任务的指派问题的解决.-Hungary algorithm used to solve the two plans optimal matching can be used for many tasks assigned to resolve the problem.
匹配模型
- 最优网络01匹配算法。-optimal matching algorithm.
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6
匹配模型
- 最优网络01匹配算法。-optimal matching algorithm.
KM
- KM算法求2分图最优匹配,程序源码。通过编译,运行成功。-KM algorithm for optimal two-match plans, procedures source. By compiling, running successfully.
hungry
- 用匈牙利算法解决二部图的最优匹配问题,可用于多任务的指派问题的解决.-Hungary algorithm used to solve the two plans optimal matching can be used for many tasks assigned to resolve the problem.
stereo
- 立体视觉代码。主要过程包括:harris角点检测,zncc最优策略匹配,扩散得到更多特征对应,计算disparity和对应颜色值。另外提供了两幅图片以及对应的特征匹配的结果和disparity图像。-Three-dimensional visual codes. The main process includes: harris corner detection, zncc optimal strategy for matching,
Boyer-Moore
- BM 算法是一个较优的模式匹配算法。一般,如果不考虑模式串的长度,一个具有时间复杂度O(n)的算法应该是最优的了,但是事实不是如此。BM算法可以实现更高效率的模式匹配。分析和实验说明,BM匹配算法对于那些字符集比较大,而模式串中出现的字符比较少的时候,工作效率最快。而且,考虑KMP匹配方式的优化,可以结合KMP匹配和BM匹配,进一步提高效率。 -BM algorithm is a better pattern matching al
kmMatch
- KM算法,实现二分图的最优匹配。 可实现最大匹配或者最小匹配。-KM algorithm, bipartite graph to achieve the optimal match. Can achieve maximum or minimum match to match.
TEX_3D
- ,提出了一种利用人眼的视觉特性,采用不规则块、随机覆 盖法和曲线最优匹配的纹理合成新方法L新方法分两个步骤:首先根据人眼的视觉特性,采用智能选择 工具从样本纹理中抽取出具有明显边界特征的不规则块,然后采用随机覆盖法和曲线最优匹配法来决 定如何把不规则块拷贝到目标纹理中L和已有的合成方法相比,新方法能更好地保持纹理的边界结构 特征L实验表明该方法可以快速高效地合成高质量的纹元式纹理-, A use of the visua
SURFACESMATCHINGALGORITHMBASEDONGENETICALGORITHMAN
- 针对基于最小二乘法的ICP 曲面匹配算法难以处理待比较曲面的局部大变形问题, 提出一种改进算 法。即采用遗传算法确定曲面初始相对位置以保证匹配优化结果为全局最优值, 利用ICP 算法匹配结果构造 偏差阈值, 以此阈值过滤点群后再以最小二乘法进行匹配处理, 消除局部大变形影响, 获得合理的变换矩阵。以此变换矩阵变换初始点群再进行误差计算, 从而获得理想的匹配结果-Least square method based on the I
VxWorks_memory
- 原创:VxWorks操作系统内存分配解析 嵌入式操作系统分配内存的算法有很多,如最先匹配算法,最优匹配算法,最坏匹配算法,伙伴算法,还有很多人研究了各式各样的各有优势的算法。目前,常用的有VxWorks操作系统使用的最先匹配算法,linux操作系统使用的伙伴算法等。-Original: VxWorks operating system, embedded operating system to resolve memory allo
graphic
- 本压缩文件为完整的二分图最优匹配的KM算法程序和求有向图的欧拉回路的算法程序-KM algorithm and Euler circuit of Digraph
Meanshif-Detection
- :Mean—shift算法是一种非参数密度估计算法,可以实现快速的最优匹配,在目标的实时跟踪领域起着非常 重要的作用。为了有效的将Mean—shift算法应用到灰度图像中,采用了以方向直方图建立目标模型的策略,提出了在灰 度图像中以Mean—shift为核心的目标跟踪算法。实验结果表明,该算法具有不受光照条件影响的优点,在低对比度的情 况下仍能实现稳定、实时的跟踪目标。-: Mean-shift algorithm is a
X
- 求解婚姻匹配模型时会遇到两匹配矩阵不为相等人数的情况,本程序可改善该点。利用匈牙利算法求解满足整体最优匹配的结果。(When solving a marriage matching model, it is possible to improve the point when the two matching matrix is not equal to the number of people. The Hungarian algor
MaxNum
- 最优匹配度,朋友圈算法,类似校内网好友关系(Optimal matching degree, circle of friends algorithm)
Kuhn_Munkres
- 自己写的基于matlab的二分图最优匹配求解问题的解决小程序(A small program for solving the optimal matching problem of two points based on MATLAB)
基于Cruise的整车最优匹配仿真分析
- 基于Cruise的整车最优匹配仿真分析,DOE最优分析(DOE optimisation with AVL Cruise)
区域最优选址
- 采用地图匹配算法实现最优路径选址的MATLAB程序(Map matching algorithm for optimal route location)