-
OCR算法代码。
这不是一个完整的系统,没法生成可执行程序。
代码基于Linux/KDE开发,用到了C++标准模板库。
代码的目的是向读者展示一个O...
OCR算法代码。
这不是一个完整的系统,没法生成可执行程序。
代码基于Linux/KDE开发,用到了C++标准模板库。
代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作,
读者可以借鉴这些代码,改动后用到自己的系统中。
由于这是从一个完整的OCR系统中抽取的部分代码,
所以这些代码无法单独编译。
两个*.dat文件如下:
char_data.dat:字符特征数据
words_de.dat:词库(后处理用)
如果需要完整实用的中文OCR代码,可以和PRTsinghua@hotmail.com联系。-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 (after treatment) for a complete practical needs if the Chinese OCR code, and PRTsinghua@hotmail.com links.
- 2022-04-11 21:05:06下载
- 积分:1
-
本软件的主要功能是用B样条曲线去拟合输入的若干个数据点,同时用圆弧逼近该曲线生成数控加工G代码。
如上图所示:线上的红点为输入点,线旁的绿点为反算出的控制点...
本软件的主要功能是用B样条曲线去拟合输入的若干个数据点,同时用圆弧逼近该曲线生成数控加工G代码。
如上图所示:线上的红点为输入点,线旁的绿点为反算出的控制点,列表框中则是数控加工G代码。
本软件还有自动判错的功能如下图所示当文本框为空或输入的点数少于两个时将会分别弹出警告消息框。本软件主要的设计思路为利用一定的算法根据已知道的型值点反求控制点后根据控制点画出B样条曲线,本软件通过VB语言实现的
-Three B-spline fitting the data points are known
- 2022-07-02 17:29:54下载
- 积分:1
-
Sobel和Kirsch的边缘检测算法
Sobel和Kirsch的边缘检测算法-Sobel Edge Detection Algorithm
- 2023-04-06 09:00:04下载
- 积分:1
-
基于OpenCV编写的使用Kalman滤波器跟踪一个旋转的点程序。代码来自《OpenCV教程基础篇》一书...
基于OpenCV编写的使用Kalman滤波器跟踪一个旋转的点程序。代码来自《OpenCV教程基础篇》一书-OpenCV prepared based on the use of Kalman filter to track a rotating point of the procedure. Code from
- 2022-08-06 15:36:26下载
- 积分:1
-
对256色图像进行维纳滤波处理,适用于bmp图像,程序解压后,就可以引入vc环境调试运行...
对256色图像进行维纳滤波处理,适用于bmp图像,程序解压后,就可以引入vc环境调试运行-256 color images of the Wiener filter treatment for bmp images, decompression procedures, you can run the debug environment to introduce vc
- 2022-06-28 14:12:51下载
- 积分:1
-
vc2010 视频播放器
vc 调用Windows Media Player播放器可以多个视频播放
- 2023-02-11 02:45:21下载
- 积分:1
-
彩色图像量化KMEAN集群
kmean聚类彩色图像量化
- 2022-06-27 09:27:58下载
- 积分:1
-
一个简单的玫瑰花儿程序.rar
一个简单的玫瑰花儿程序.rar- A simple rose procedure rar
- 2023-07-19 16:25:02下载
- 积分:1
-
判断point与rgn关系的小程序,如果点在四边形内则画星,并统计。...
判断point与rgn关系的小程序,如果点在四边形内则画星,并统计。-judgment point CMN relations with the small programs, if the point is within the quadrilateral-painting, and statistics.
- 2022-03-16 18:36:36下载
- 积分:1
-
提出了一种新的皮肤分割和人脸特征提取方法…
提出一种新的非线性变换的彩色空间 ″″, 利用次高斯概率分布函数拟合皮肤色度信息, 得到候选区
YC C
r b
域。为了排除候选区域中的非人脸, 首先根据均值和方差信息分割出候选区域中的纹理特征信息, 再通过多尺度
)
(
信息定位眼睛, 然后根据人脸特征的几
形态边缘检测算子检测候选区域的边缘, 利用 边缘方向
PCA PCAED
( )
何形状信息定位其他特征 鼻、嘴 , 通过这些几何特征信息对肤色分割得到的候选区域进行验证, 最终得到正确
的人脸区域。利用3 个实验数据集测试该算法, 并与其它相应的算法相比较, 提出的非线性彩色空间对于肤色分
割具有很好的效果, 且对光照和姿态具有良好的不变性。另外, 利用 信息和几何特征信息检测人脸特征
PCAED
具有很高的定位精度, 定位检测率优于其他方法。实验结果表明, 该算法具有定位准确率高, 漏检率和误检率低
等特点。-
A novel approach for skin segmentation and facial feature extraction is proposed
The proposed skin segmentation is a method for integrating the chrominance components of
″″ . ″″
r b r b
nonlinear YC C color model The chrominance components of nonlinear YC C color space
,
are modeled using a subgaussian probability density function and then the face skin is seg
. ,
mented based on this function In order to authenticate the face candidate regions firstly tex
ture information in face candidate regions is segmented using mean and variance of luminance
,
- 2023-07-24 06:40:03下载
- 积分:1