搜索资源列表
fenxingc
- 基于传统欧几里得几何学的各门自然科学总是把研究对象想象成一个个规则的形体,而我们生活的世界竟如此不规则和支离破碎,与欧几里得几何图形相比,拥有完全不同层次的复杂性。分形几何则提供了一种描述这种不规则复杂现象中的秩序和结构的新方法。-Based on the traditional Euclidean geometry, the door is always to study the natural sciences to imagine a body of rules, and we live
colorguide
- 简单的图形处理程序,供大家分享。程序运行后,首先从图中截取一块区域,然后程序会对这个区域计算像素均值和欧几里得差值,并得到结果。 -Simple graphical procedure for everyone to share. Program runs, the first interception of a regional map, and then the procedure will be calculated in the region and the pixel averag
jisuanjihedaolun
- 大量领域应用了计算几何的问题,包括欧几里得巡回售货员问题,最小生成树问题,隐藏线问题和线性规划问题-A large number of field applications of computational geometry problems, including Euclid roving salesman problem, minimum spanning tree problem, hidden line problem and linear programming problems, a
20091212
- 一种车牌号码图像二值化的新方法。利用数学形态学的开运算消除图像光照不均匀影响,根据欧几里得距离确定图像阈值。-Of a license plate number of the new image binarization method. Using mathematical morphology opening operation to eliminate uneven lighting image effects, according to Euclidean distance to dete
dt
- 这是一个用于实现欧几里得距离变换的C++源代码-C++ code used to do Euclidean distance transform
3DGraphicsProgrammingGuide
- 总目录 第一章 硬件接口 3D应用程序与硬件的交互作用 在计算机屏幕上显示图像 事件反应 使用不同的体系结构 第二章 3D变换 欧几里得空间,自由度和基本变换 平移 缩放 在平面内旋转 3D旋转 坐标系 变换次序 以矩阵形式表达变换 投影变换 第三章 2D图元光栅处理 第四章 2D和3D裁剪 第五章 视处理 第六章 建模 第七章 隐面消除 第八章 光线 第九章 构建3-D应用程序的实践方面 -Gener
PCA
- 特征提取使用PCA方法的人脸识别 使用欧几里得距离分类-Feature extraction method for face recognition using PCA with Euclidean distance classifier
label
- 图像分割处理:Roberts,Sobel,LOG,Prewitt算子处理,街区距离方法,欧几里得距离方法,边缘提取,去噪-Image segmentation: Roberts, Sobel, LOG, Prewitt operator handling, block distance method, Euclidean distance method, edge detection, noise reduction
matlab-face
- 基于PCA和欧几里得距离判据的模板匹配分类器-Euclidean distance criterion based on PCA and template matching classifier
Fingerprint_Matching
- 一种基于特征点的指纹识别方法.该程序利用2副指纹图像间对应的欧几里得距离,比通常基于细枝末节方法速度有了大幅提高。-Feature points based on fingerprint recognition. The program utilizes two fingerprint images Euclidean distance between the corresponding than the usual minutiae-based approach speed has been
colorguide
- 简单的图形处理程序,供大家分享。程序运行后,首先从图中截取一块区域,然后程序会对这个区域计算像素均值和欧几里得差值,并得到结果。-Simple graphical procedure for everyone to share. Program runs, the first interception of a regional map, and then the procedure will be calculated in the region and the pixel average d
panda-face-recognition
- gui界面软件,可计算欧几里得距离识别大熊猫面部,具有大量测试集和训练集样本库-gui interface software to calculate the Euclidean distance identification panda face, with a large test set and the training set of sample library
xiugai
- 针对于图像复制粘贴篡改检测,对图像数据进行降维处理,并进行块匹配,比较其图像块欧几里得距离-For copy and paste the image tamper detection, image data dimensionality reduction, and block matching, comparing its image block Euclidean distance
2765618
- 本程序完成了欧几里得算法求最大公约数,扩展欧几里得算法求乘法逆元和素性检验判断输入的数是否为素数()