-
c语言实现的边缘检测算法
c语言实现的边缘检测算法-Edge Detection Algorithm
- 2023-08-16 15:00:03下载
- 积分:1
-
tracking face, using open cv and kalman filter
tracking face, using open cv and kalman filter
- 2022-08-08 15:37:19下载
- 积分:1
-
数字图像处理
武汉大学遥感信息工程学院实习程序,包括多种锐化平滑边缘检测算法,仅供学习参考
- 2022-10-05 17:55:10下载
- 积分:1
-
简单的gl_triangle示范。
Simple GL_Triangle demonstration.
- 2022-02-06 20:08:12下载
- 积分:1
-
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
-
一个用于图形学算法演示和面向对象概念深入理解的开源软件. 具体说明可看
一个用于图形学算法演示和面向对象概念深入理解的开源软件. 具体说明可看- Uses in the graph study algorithm demonstration and the
object-oriented concept thorough understanding operates source
software The concrete explanation is worthy of looking at
- 2022-05-06 11:30:16下载
- 积分:1
-
Verify if a point is inside a polygon (convex and non
Verify if a point is inside a polygon (convex and non-convex)
- 2023-04-19 13:15:03下载
- 积分:1
-
图像分割的阈值算法threshold
图像分割的阈值算法threshold-tar.gz-image segmentation algorithm threshold threshold-tar.gz
- 2022-01-26 03:51:28下载
- 积分:1
-
on VB image processing as a good use of the ah. We try to use what ah
关于VB图像处理的一个内容,很好用的啊.大家试试用一下啊-on VB image processing as a good use of the ah. We try to use what ah
- 2023-09-05 05:30:04下载
- 积分:1
-
savitzky-golay滤波
利用savitzky-golay实现数据平滑滤波处理,原理是取滤波点处左右各N点,共N+1点进行拟合,之后利用最小二乘法确定相关系数,从而得到滤波点处最后的数值。可推广至二维应用
- 2023-08-07 18:45:05下载
- 积分:1