搜索资源列表
Classify_Homework
- 模式识别作业——用平均样本法,平均距离法,最近邻法和K近邻法进行分类-pattern recognition operations -- with the average sample, the average distance, nearest neighbor and K-nearest-neighbor classification
classify.rar
- 分级聚类程序,可实现最小距离聚类法、最大距离聚类法、平均距离聚类法。,Hierarchical clustering procedure can achieve the minimum distance clustering, maximum distance clustering method, the average distance clustering method.
ClassifyHomework
- 模式识别,用平均样本法、平均距离法、最近邻法、K近邻法进行分类。-Pattern recognition, with an average of the sample method, the average distance method, nearest neighbor, K-NN classification.
mySnake-2
- 基于动态轮廓模型的虹膜定位.在数字图像中虹膜位置的有效定位是虹膜识别的关键问题。用一种基于主动轮廓线模型的方法定位虹膜的位置,先用灰度投影法检测出瞳孔内的一点作为瞳孔的伪圆心,该圆心只要能落在瞳孔内部即可。然后以该伪圆心为中心,在其周围等角度间隔地取N个点作为初始的snake基准点,按照snake 的运行机制不断进化,直到虹膜的内边界为止。最后,计算进化后的snake形心和snake上的控制点与该形心的距离,取其平均值作为瞳孔的半径,动态轮廓模型的形心作为瞳孔的圆心,即可准确定位出虹膜内边界的位
000
- Mahalanobis距離是一個可以準確找出資料分布上面極端值(Outliers)的統計方法,使用線性迴歸的概念,也就是說他使用的是共變數矩陣以及該資料分布的平均數來找尋極端值的產生,而可以讓一群資料系統具有穩健性(Robust),去除不必要的雜訊訊息,這邊拿前面共變數矩陣的資料為例,並且新增了兩個點座標向量來做Mahalanobis距離的比較-Mahalanobis distance is the information that can accurately identify the dis
ComparePoly
- C#编写的,用于两个相似多边形的比较,包括点到边距离的平均值、最大值,面积的比较,重心位置的偏移等-C# prepared for the comparison of two similar polygons, including point-to-edge distance from the average, maximum, area comparison, the offset center of gravity location, etc.
StuckiDither
- 目标是产生一组墨点使其平均灰度与原图像相应区域的灰度相当,以保证人眼在一定距离观察时几乎不能分辨出来,产生连续灰度级的错觉。 -Goal is to produce a set of dots to the original image corresponding average gray gray area equivalent to the guarantor when viewed from a distance the eye can hardly tell the differen
Matlab
- 线性调频(LFM)脉冲压缩雷达仿真,脉冲压缩雷达能同时提高雷达的作用距离和距离分辨率。这种体制采用宽脉冲发射以提高发射的平均功率,保证足够大的作用距离;而接受时采用相应的脉冲压缩算法获得窄脉冲,以提高距离分辨率,较好的解决雷达作用距离与距离分辨率之间的矛盾。-Linear frequency modulation (LFM) pulse compression radar simulation, pulse compression radar while increasing the role
judgeImg
- 图像重建判定函数,计算归一化均方距离判据d和归一化平均绝对距离判据r-Image reconstruction decision function,Calculating the normalized mean square distance criterion d and normalized average absolute distance criterion r
mean-shift
- 1.mean shift 的迭代过程只做了一次(为了简单) 2.对图像中的某一点进行平移时,只考虑了距离它小于2*hr的点,而不是图像中所有的 点。 3.实验过程中只用到了gauss核,虽然提供了method的选择,但在进行值域加权时只用 到gauss核,如果需要请自己改正。 4.meanshiftseg中,对分成一类的像素,取的是它们的平均值作为属于该区域的像素的 值。 5. 为了简单彩色图只做了第一维。其它类似的。-The iterative process 1.mean s