搜索资源列表
huiduzhifangtu
- 自己编的一些关于图像灰度直方图处理的MATLAB源程序,包括加权距离,累加直方图,欧氏距离,直方图相交法,中心距法共5种方法,可选择适合的选用。
计算两个矩阵之间的欧氏距离
- 计算两个矩阵之间的欧氏距离,对学生模式识别的人有帮助。-Calculated between the two Euclidean distance matrices, pattern recognition to students who have helped.
Matlabbased-gesturerecognition 用matlab做的手势识别
- 用matlab做的手势识别 基于梯度方向直方图特征提取 欧氏距离判断-Gesture recognition with matlab do the gradient direction histogram feature extraction based on Euclidean distance to determine
hand_try.rar
- 这个是准备做笔迹识别用的程序,很齐全哦~~想做gabor 再用kpca,最后用欧氏距离,Prepared to do this is to use handwriting recognition process, it is complete Oh ~ ~ gabor want to reuse kpca, the last with Euclidean distance
MyTuXing2
- 图像处理平台,用VC++写的,包括矩,欧氏距离等等,欢迎大家下载学习使用-Image processing platform, using VC++ to write, including the moment, Euclidean distance, etc., are welcome to download the learning to use
CalcVecDistance
- vc+opencv计算欧氏距离和马氏距离-vc+ opencv calculating Euclidean distance and Mahalanobis distance
cbir
- 用的是局部颜色特征,再说细点是用里面的区域颜色直方图的方法。把图像归一化到256X256,把图像分成4X4块,计算16个区域的颜色直方图、、、 最后计算相似度是用欧氏距离.-Using local color feature, repeat fine-point is inside the regional color histogram method. The normalized image to 256X256, the image is divided into 4X4 blocks
image-retrieval
- 基于颜色进行图像检索的一个简单实现 使用欧氏距离-Color-based image retrieval using the implementation of a simple Euclidean distance
111
- 思路简要说明: 1、图像二值化 将图片中的各点用0或1表示,1为有效点,0为背景。这里使用的是最大类间方差法 (otsu),在资料中有介绍。 2、去除干扰点 3、分割 将整个的图片分为每个单独的字,在下一步中才能一一识别。 4、与样本库进行对比,寻求最近似匹配 这步是比较核心的地方,由于要识别的图形每次都是随机变化的,我们不能进行完 全匹配识别,所以使用的是‘欧氏距离’来进行最近似匹配,资料中的《自由手写体 数字识别》里面有详细说明。
findkeypoint
- 摘要:拐点是数字图像中的一个重要信息载体 提出一种新的拐点检测算法 该算法并非寻找连续空间中曲率的离散近似计算方法,而是源于离散曲线的外观特征,推导出离散曲线上拐点处k个点对间欧氏距离平方和局部最小这一重要性质。基于该性质,本算法首先利用Freeman链码的性质.过滤掉物体边界上明显不可能成为拐点的象素,然后在剩余的边界点中通过寻找该局部最小值定位出拐点。给出了本算法与四种著名拐点检测算法的对比实验。 -Abstract: The inflection point is a digital
Counter
- KNN classifiers, training is training set, testing is test set, D is the distance, D=1 is mandistance D=2 is 欧氏距离 D=3是 infinite norm K is the number of selected neighbors- KNN classifiers, training is training set, testing is test set,
fenleiqi
- 本程序给出了从背景中分离出行人的matlab源代码.采用提取好的背景和行人的HOG特征,而这些特征又分为未分块和分块两组,所谓分块就是将图片进行细分,提取的特征更细.最后用最小欧氏距离法分类.-This procedure gives the background to separate from the travel people matlab source code. By extracting a good background and pedestrian HOG features, a
rice
- 对图像求反,并采用欧氏距离,应用分水岭对米粒进行分割-rice water
Content-basedImageRetrieval
- 基于内容(颜色)的图像检索,用VC++实现算法——欧氏距离,可以在指定的目录下搜索相似的图案,旗帜,冬景等,是图像检索的最简单的模型,感兴趣的可以下载看看。-Content-based (color) image retrieval, using VC++ algorithm- Euclidean distance, you can search the directory specified similar pattern, flags, winter landscape, are the s
numberbie
- 本程序实现了手写数字体的识别,识别算法采用最小欧氏距离法-Realized by the number of fonts handwriting recognition, recognition algorithms using the minimum Euclidean distance method
LED--Brightness-test
- 本程序主要是通过模板匹配的方法来对LED显示模块上的每个灯进行亮度检测。主要是根据模板图像和已知的图像的欧氏距离来进行检测。-This procedure is mainly through template matching method to the LED display module detects the brightness of each lamp. Mainly based on the template image and the known image of the Eucl
PCA-about-image
- PCA代码,关于二维数字图像的匹配问题。从给定的图像库中,计算出投影空间(已降维处理),然后计算库中每幅图像在投影空间中的投影,测试图像也进行投影空间投影,计算测试图像的投影与库中每幅图像的投影的欧氏距离,距离最小的那个最匹配。-2-D digi image PCA
distance
- 距离变换,包括路径距离、欧氏距离、棋盘距离变换算法-distance caculate
欧氏距离
- 欧氏距离法识别数字。模板和数字差别不能太大。(Euclidean distance method to identify numbers.The difference between template and number cannot be too large)
Euclidean distance
- 图像的欧氏距离计算,运用mat类对像素点间的距离进行计算(Calculation of Euclidean distance of images)
