-
Polygon clipping is one of those humble tasks computers do all the time. It s a...
Polygon clipping is one of those humble tasks computers do all the time. It s a basic operation in creating graphic output of all kinds. There are several well-known polygon clipping algorithms, each having its strengths and weaknesses. The oldest one (from 1974) is called the Sutherland-Hodgman algorithm. In its basic form, it is relatively simple. It is also very efficient in two important cases, one being when the polygon is completely inside the boundaries, and the other when it s completely outside.
- 2022-09-16 13:35:03下载
- 积分:1
-
坐标转换和单位转换的函数源代码
坐标转换和单位转换的函数源代码-coordinate conversion and unit conversion function source code
- 2022-02-28 11:51:13下载
- 积分:1
-
de Boor算法是de Casteljau算法的推广。它提供了…
De Boor s algorithm is a generalization of de Casteljau s algorithm. It provides a fast and numerically stable
way for finding a point on a B-spline curve given a u in the domain.
- 2023-03-19 23:05:04下载
- 积分:1
-
非常好的jpeg库函数
非常好的jpeg库函数-very good jpeg library functions
- 2022-07-17 20:57:06下载
- 积分:1
-
2维空间的delaunay剖分
比较好理解 虽然复杂度大了点 呵呵 ...
2维空间的delaunay剖分
比较好理解 虽然复杂度大了点 呵呵 -2-dimensional space subdivision delaunay Although better understanding of the complexity of a big point huh
- 2023-05-14 00:05:03下载
- 积分:1
-
用人工神经元来识别英文字母
用人工神经元来识别英文字母-artificial neurons to identify English alphabets
- 2022-12-02 04:50:03下载
- 积分:1
-
主成分分析和模糊支持向量机的人脸识别。
用于人脸识别的主成分分析和模糊支持向量机程序,通过测试,能完成工作-Face Recognition for the principal component analysis and fuzzy support vector machine procedures, to pass the test to complete the work
- 2022-03-21 01:09:35下载
- 积分:1
-
OCR算法代码。这不是一个完整的系统,没法生成可执行程序。代码基于Linux/KDE开发,用到了C++标准模板库。代码的目的是向读者展示一个OCR系统包括哪些部...
OCR算法代码。这不是一个完整的系统,没法生成可执行程序。代码基于Linux/KDE开发,用到了C++标准模板库。代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作,
读者可以借鉴这些代码,改动后用到自己的系统中。由于这是从一个完整的OCR系统中抽取的部分代码,所以这些代码无法单独编译。
两个*.dat文件如下:
char_data.dat:字符特征数据
words_de.dat:词库(后处理用)-OCR algorithm code. This is not a complete system, we can not generate executable. Based on the Linux code/KDE development, use the C standard template library. The code is intended to show readers an OCR system, including which parts work, readers can learn from these code changes after their use in the system. As this is from a complete OCR system taking part code, so code can not be compiled separately. 2*. dat following documents : char_data.dat : Character Feature Data words_de.dat : Thesaurus (reprocessing spent)
- 2022-10-19 07:10:03下载
- 积分:1
-
基于统计特征,和细化图象后提取特征的简单数字识别系统
基于统计特征,和细化图象后提取特征的简单数字识别系统-Based on the statistical characteristics, and refining the characteristics of the image after the extraction of simple digital identification system
- 2022-05-12 14:02:06下载
- 积分:1
-
图像边缘检测,提取,轮廓跟踪算法代码
图象的边沿检测,提取,轮廓跟踪算法代码-image edge detection, extraction, contour tracking algorithm code
- 2023-03-29 15:45:03下载
- 积分:1