搜索资源列表
-
0下载:
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 opti
-
-
0下载:
A novel texture-based Automatic Fingerprint Authentication System (AFAS) is proposed. A fingerprint image is preprocessed to enhance the image by Short Time Fourier transform (STFT) analysis. Then, three sets of invariant moment features, as a kind o
-
-
1下载:
掌纹识别的matlab程序,包括最大内切圆求法,KL变换,小波变换,欧式距离识别方法-Palmprint recognition matlab program, including the largest inscribed circle Method, KL transform, wavelet transform, euclidean distance to identify methods
-
-
0下载:
A novel texture-based Automatic Fingerprint Authentication System (AFAS) is proposed. A fingerprint image is preprocessed to enhance the image by Short Time Fourier transform (STFT) analysis. Then, three sets of invariant moment features, as a kind o
-
-
0下载:
这是一个用于实现欧几里得距离变换的C++源代码-C++ code used to do euclidean distance transform
-
-
0下载:
基于奇异值分解的人脸识别方法
梁毅雄 龚卫国 潘英俊 李伟红 刘嘉敏 张红梅
提出了一种将傅里叶变换和奇异值分解相结合的人脸自动识别方法.首先对人脸图像进行傅里叶变换,得到其具有位移不变特性的振幅谱表征.其次,从所有训练图像样本的振幅谱表征中给定标准脸并对其进行奇异值分解,求出标准特征矩阵,再将人脸的振幅谱表征投影到标准特征矩阵后得到的投影系数作为该人脸的模式特征.然后,对经典的最近邻分类器算法进行了改进,并采用模式特征之间的欧式距离作为相似性度量,从而完成对未知人脸的识别.采用ORL
-
-
0下载:
提出丁一种在距离空间内采用euclidean距离计算的手势识别算法。手势图像经过连缘检羽后,时边缘图像卖施euclidean
距离变换(ElYr)。在距离变换空间^计算距离映射图与样本之间的euclidean距离。罩后,时基于单目税觉的30十手
指语牟母手势进行识刺.最好识剐率达93.33%。-Abstract:A Hand C,estme re曲印id叩aI孚嘶tll皿is presented, which based ofl euclidean distance, computed
-
-
0下载:
利用欧氏距离计算三维模型的中轴,希望对大家有用!-Medial Axis (MA), also known as Centres of Maximal Disks, is a useful representation of a shape for image descr iption and analysis.
MA can be computed on a distance transform, where each point is labelled to its distance t
-
-
0下载:
SIFT keypoints of objects are first extracted from a set of reference images[4] and stored in a database. An object is recognized in a new image by individually comparing each feature from the new image to this database and finding candidate matching
-
-
0下载:
采用小波变换,利用小波系数,作为图像纹理特征的检索。并采用欧式距离,将最相似的图像,按序排列下来-The wavelet transform using the wavelet coefficients as the retrieval of image texture features. And euclidean distance, the most similar images in descending order down
-
-
0下载:
基于K-L变换的人脸识别技术主要思想是:提取输入人脸图像矩阵的特征向量,并与图像数据库中样本特征的向量求欧氏距离,距离小于阈值时便认为识别成功。本程序即为利用K-L原理实现人脸检测的实例。-The main idea of the face recognition technology based on KL transform is: extract the matrix of the input face image feature vectors and Euc
-
-
0下载:
Matching Pursuit and orthogonal matching pursuit, Calculation of the euclidean distance between the two matrices, Gabor wavelet transform and PCA face recognition code.
-
-
0下载:
Clustering analysis based on euclidean distance, Gabor wavelet transform and PCA face recognition code, Through repeated training TgKvpCIlate have higher recognition rate.
-
-
2下载:
(1) 读取图片 ,转换为灰度图像;
(2) 对 view1.png view1.png view1.png view1.png和 View5 .png .png 将图像 按照 4x4 像素 /方格 的形式 进行 分块;
(3) 考虑 边缘的相对稳定 性,以及 双目 成像 视差 规律 ,在第一幅图像分割得 到的块图像周围 20 个像素 个像素 的距离区间内由近到远进行搜索,寻找 与该块 欧氏距离最近的块作为新位置 ;
(4) 计算 视差 ,将每个小块 中代表点 的视差 信息转换到整个 区间
-