Welcome![Sign In][Sign Up]
Location:
Search - distance function

Search list

[Other resourcesmart_car

Description: 智能车源代码,实现按指示变速功能,包括lcd显示速度,路程,时间等功能的实现-smart cars source code, in accordance with instructions to achieve variable functions, including lcd display speed, distance, function of time to achieve
Platform: | Size: 3197 | Author: 梁生 | Hits:

[Other Embeded programsmart_car

Description: 智能车源代码,实现按指示变速功能,包括lcd显示速度,路程,时间等功能的实现-smart cars source code, in accordance with instructions to achieve variable functions, including lcd display speed, distance, function of time to achieve
Platform: | Size: 3072 | Author: 梁生 | Hits:

[OtherMahalanobisDistanceDiscrimination

Description: 马氏距离判别(MahalanobisDistanceDiscrimination)的演示过程,求均值向量,协方差矩阵及线形判别函数-Mahalanobis distance criterion (MahalanobisDistanceDiscrimina tion) demonstration process for the mean and covariance matrix and linear discriminant function
Platform: | Size: 3072 | Author: 陈伟 | Hits:

[VC/MFCAstar

Description: A*(A-Star)算法是一种静态路网中求解最短路最有效的方法。 公式表示为: f(n)=g(n)+h(n), 其中f(n) 是节点n从初始点到目标点的估价函数, g(n) 是在状态空间中从初始节点到n节点的实际代价, h(n)是从n到目标节点最佳路径的估计代价。 -A* (A-Star) algorithm is a static network shortest path in solving the most effective way. Formula is expressed as: f (n) = g (n)+ H (n), in which f (n) is a node n from the initial point to the target point of the valuation function, g (n) in state space from the initial node to node n of the actual cost, h (n) from n to the target node of the estimated cost of the best path.
Platform: | Size: 13312 | Author: 朱宝三 | Hits:

[Special Effectsbwdistsc

Description: This function computes Euclidean distance transform for 3D binary image with non-trivial aspect ratio (i.e. anisotropic pixels). The algorithm uses fast optimized line-scans and is actually faster than MATLAB s BWDIST implementation of search on optimized kd-tree for many cases. It also uses cell-array representation for internal data, and thus is less demanding to physical memory.
Platform: | Size: 49152 | Author: fangfei | Hits:

[Other40k_test

Description: 用C语言编写的40Khz超声波产生函数,用于超声波测距,-With C language function 40KHz ultrasound generated for ultrasonic ranging,
Platform: | Size: 1024 | Author: 王伟民 | Hits:

[Special EffectsDistanceTransformationByMATLAB65

Description: 在MATLAB提供的距离变换函数的基础上,对二值BMP图像进行不同距离度量的距离变换,并给出变换效果。程序已经在MATLAB6.5上运行通过。-Provided in MATLAB distance transform function based on the binary BMP images of different distance measure of distance transform, and gives the effect of transformation. Procedures have been adopted in MATLAB6.5 run.
Platform: | Size: 5120 | Author: 张朝晖 | Hits:

[AI-NN-PRmisc

Description: Probability distribution functions. estimation - (dir) Probability distribution estimation. dsamp - Generates samples from discrete distribution. erfc2 - Normal cumulative distribution function. gmmsamp - Generates sample from Gaussian mixture model. gsamp - Generates sample from Gaussian distribution. cmeans - C-means (or K-means) clustering algorithm. mahalan - Computes Mahalanobis distance. pdfgauss - Computes probability for Gaussian distribution. pdfgmm - Computes probability for Gaussian mixture model. sigmoid - Evaluates sigmoid function.-Probability distribution functions. estimation- (dir) Probability distribution estimation. dsamp- Generates samples from discrete distribution. erfc2- Normal cumulative distribution function. gmmsamp- Generates sample from Gaussian mixture model. gsamp- Generates sample from Gaussian distribution. cmeans- C-means (or K-means) clustering algorithm. mahalan- Computes Mahalanobis distance. pdfgauss- Computes probability for Gaussian distribution. pdfgmm- Computes probability for Gaussian mixture model. sigmoid- Evaluates sigmoid function.
Platform: | Size: 21504 | Author: 林枫 | Hits:

[Special EffectsOnMATCHHausdorff

Description: 说明: 该函数将对图象进行(基于Hausdorff距离匹配)操作。需要注意的是,此程序只处理256灰度级的图象。-Description: This function will be images (based on Hausdorff distance matching) operation. Note that this procedure only deal with 256 gray-scale image.
Platform: | Size: 2048 | Author: 沈巍 | Hits:

[RichEditdistance

Description: 自己写的求相同函数任意不同列数的两个矩阵之间距离的函数-Wrote it myself seeking out the same function arbitrary number of different distance between two matrices function
Platform: | Size: 1024 | Author: 夭淼 | Hits:

[Industry researchClusteringAlgorithmofWebClickFlowFrequencyattern.r

Description: :用户在访问Web站点时会碰到很多问题,主要原因是Web站点对用户需求缺乏适应性。为了提高Web用户的服务质量和用户的满意度,在用户访问网站点击流形成频繁序列模式的基础上,提出基于距离函数的聚类分析以及基于时间相似度函数的二次聚类分析算法。该算法可以求取频繁序列的相关性和反映用户对网页的兴趣的相似度,对下一步改善Web站点的结构及存在形式使站点达到更好的效果起先导作用-: Visit the Web site users will encounter a lot of problems, mainly due to Web sites the lack of adaptability to user needs. In order to improve the Web user s service quality and customer satisfaction, visit the Web site when users click-stream frequent sequential patterns formed on the basis of the distance function based on cluster analysis and time-based similarity function of the second cluster analysis algorithm. This algorithm can find frequent sequences relevance and reflect the user s homepage on the Internet for similarity, the next step to improve the Web site s structure and form so that site to achieve better results from the leading role
Platform: | Size: 152576 | Author: li | Hits:

[2D Graphic11111111

Description: 该判断多边形点时钟排列方向, 非常准确(不准确的还没有遇到过,快3年了)。 该函数用到的相关函数都在文档中: 1.PtoLDistance-点到直线的距离; 2.CalcPolygonRect-计算多边形外接矩形; 3.CalcSegmentRect-计算线段外接矩形; 4.Distance-计算两点距离; 5.ISZEROA-判断数值是否为零; 该函数数据类型为Windows的POINT,使用了标准模板vector-The polygon points to determine the direction of the clock with very accurate (inaccurate, not yet encountered, fast 3 years). The function of the correlation function used in the document: 1.PtoLDistance-point to the straight-line distance 2.CalcPolygonRect-calculated external rectangular polygon 3.CalcSegmentRect-computing segment external rectangle 4.Distance-computing two distance 5 . ISZEROA-judge whether the value is zero the function data type for the Windows-POINT, using the standard template vector
Platform: | Size: 3072 | Author: 兰海波 | Hits:

[matlabDISTRA

Description: matlab代码功能实现图像的距离变化,已经通过调试成功!-matlab code image of the distance function changes have been adopted successfully debug!
Platform: | Size: 4096 | Author: wewewe | Hits:

[Graph RecognizepatternClass

Description: 產生k個d維的常態分布樣本,產生某個事前機率為P(wi)的常態分布的discriminant function,計算任兩點間的Euclidean distance及Mahalanobis distance -Generated k-d-dimensional normal distribution of samples to generate a prior probability P (wi) of the normal distribution of the discriminant function, calculated between any two points in Euclidean distance and Mahalanobis distance
Platform: | Size: 38912 | Author: amy | Hits:

[matlabmahaladist

Description: Mahalanobis Distance Function for Matlab.
Platform: | Size: 1024 | Author: Igor | Hits:

[BooksMLE

Description: 3 books about distance function and Maximum Likelihood Estimation: Earth s Mover Distance, Kullback-Leibler, MLE
Platform: | Size: 1897472 | Author: ChipChipKnight | Hits:

[2D Graphiclevelset_withoutreinitialization

Description: 利用水平集函数来检测物体轮廓,一般水平集收敛用到signed distance function的,但是这里实现的程序不用每次都要进行reinitialization就可以使水平集函数趋于收敛。-The use of level set function to detect an object contour, the general level set signed distance function used in the convergence, but the program here do not realize every time to be able to make the level set reinitialization functions tend to converge.
Platform: | Size: 25600 | Author: 朴松林 | Hits:

[matlabMATLAB-distance-function-details

Description: matlab中distance函数的详细描述及其使用方法,以及将换算到直角坐标下的公式-in matlab,distance function details,using
Platform: | Size: 7168 | Author: | Hits:

[OtherLevenshtein-Distance

Description: SA算法实现编辑距离功能,压缩包内有两个版本,一个只实现编辑距离的求解,一个在实现编辑距离的计算同时,还将具体的编剧过程打印出来-Edit distance function SA algorithm, compressed package comes in two versions, one only solving edit distance, an edit distance calculation the same time, will also be specific screenwriter process print out
Platform: | Size: 11484160 | Author: yuhuan | Hits:

[Special EffectsDistance

Description: 图像距离函数,计算多种图像距离,如欧拉距离等。-Image distance function to calculate a variety of image distance.
Platform: | Size: 1024 | Author: coy | Hits:
« 12 3 4 5 6 7 8 9 10 ... 35 »

CodeBus www.codebus.net