-
想要一个简单的字符识别的源代码,来自黑白图像…
想要一个简单的文字识别vc源代码,从黑白图像中识别出文字,就是背景是白色,文字是黑色。只需简单识别英文26个大小写字母就够了。 -want a simple character recognition vc source code, from black and white images to identify words, background is white, text is black. A simple identification English 26 case-insensitive enough.
- 2022-06-28 19:49:25下载
- 积分:1
-
vtk任意平面二维图像裁切
vtk任意平面二维图像裁切,不错的程序, MFC编写
- 2022-03-30 11:01:27下载
- 积分:1
-
数字图像处理的印章识别算法实例
印章识别算法实例 数字图像处理-chop recognition algorithm examples of digital image processing
- 2022-02-03 15:43:28下载
- 积分:1
-
VC03+matlab+acess混合编程,树叶图像识别,附说明文档
VC03+matlab+acess混合编程,树叶图像识别,附说明文档-VC03+ Matlab+ Acess mixed programming, leaves image recognition, with documentation
- 2022-06-02 17:40:45下载
- 积分:1
-
直方图均衡化即归一化matlab程序,编写的目的也是为了模式识别处理样本。...
直方图均衡化即归一化matlab程序,编写的目的也是为了模式识别处理样本。-Histogram equalization matlab that the normalization process, the preparation was also intended to deal with sample pattern recognition.
- 2022-03-23 12:17:41下载
- 积分:1
-
使用语法来准备树。通过点击屏幕上的图形按钮,我们…
使用IFS文法来编制棵树。通过单击屏幕窗口的绘图按钮,可以看到这棵树绘制出来的样子。-use grammar to prepare trees. By clicking the window screen graphics button, we can see this tree mapping out the victims.
- 2022-03-02 15:47:22下载
- 积分:1
-
三维文字编程,2004年旋转三维字符及visualc编译器的使用
- 2022-03-22 20:01:28下载
- 积分:1
-
A good target detection procedures, the use of OpenCV and VC++ Programming, is c...
目标检测的好程序,利用OpenCV和VC++编程,是目前比较流行的方法,效果很好的源码!-A good target detection procedures, the use of OpenCV and VC++ Programming, is currently the more popular methods, the effect of a very good source!
- 2022-04-13 01:44:02下载
- 积分:1
-
Bresenhan Line生成算法
Bresenhan Line生成算法-Bresenhan Line Algorithm
- 2022-07-16 13:56:14下载
- 积分:1
-
游程编码
系统实现方案:总体思想:将图像文件以二进制方式读入缓冲区,把二进制位转制为整数,对缓冲区数据进行编码,以特定的格式(unsigned short)写入输出文件;解压缩过程反过来即可。压缩文件存储格式:以每两个字节为单位储存(即每次写入16位unsigned short类型)。 0 1 2~15 ... 第0位 存储压缩信息(1压缩;0不压缩,原始数据)第1位 如果第0位为1(压缩),此位标明字符类别(0或1);如果第0位为0(原始数据),此位无意义,默认为0后14位 存储字符数量或者原始数据的值
- 2022-07-09 04:00:22下载
- 积分:1