-
The aim of Optical Character Recognition (OCR) is to classify optical patterns (...
The aim of Optical Character Recognition (OCR) is to classify optical patterns (often contained in a digital image) corresponding to alphanumeric or other characters. The process of OCR involves several steps including segmentation, feature extraction, and classification. This program use Image Processing Toolbox to get it.
For more information, visit: http://www.matpic.com
- 2022-02-16 07:59:46下载
- 积分:1
-
从字符文件中读取字符到指定数组,数组可以用来识别操作,带字符文件...
从字符文件中读取字符到指定数组,数组可以用来识别操作,带字符文件-Read character from character file to named array,and the array can be used in recognising and operating files which include characters.
- 2023-08-10 01:00:05下载
- 积分:1
-
将矢量字光珊化!
将矢量字光珊化!-to vector-Alexandra of the word!
- 2022-07-22 17:09:51下载
- 积分:1
-
using OpenCV image histogram function development
用OpenCV开发图像直方图功能-using OpenCV image histogram function development
- 2022-05-20 18:31:49下载
- 积分:1
-
这个是一个3D的人体跟踪软件,基于MATLAB,四个摄像机multi view tracking...
这个是一个3D的人体跟踪软件,基于MATLAB,四个摄像机multi view tracking-this is a 3D human tracking software, based on MATLAB. four multi camera view tracking
- 2023-03-21 04:35:03下载
- 积分:1
-
3D引擎代码,用于3d编程,具体内容见包里
3D引擎代码,用于3d编程,具体内容见包里-3D engine code for the 3d programming, the specific content of the bag
- 2022-07-01 06:15:38下载
- 积分:1
-
用VC做的一个不规则按钮的实例,希望对大家有所帮助!
用VC做的一个不规则按钮的实例,希望对大家有所帮助!-failed to translate
- 2022-04-17 17:14:37下载
- 积分:1
-
使用GDI+ 实现文字旋转的例子
使用GDI+ 实现文字旋转的例子-use GDI+ text rotation example
- 2022-12-02 15:15:03下载
- 积分:1
-
该程序用Delphi7.0实现,中文名称:血液红细胞识别与统计系统,可以识别一幅图片中的血红细胞并统计出个数,准确率达到90%以上,该程序包含了用Object...
该程序用Delphi7.0实现,中文名称:血液红细胞识别与统计系统,可以识别一幅图片中的血红细胞并统计出个数,准确率达到90%以上,该程序包含了用Object Pascal语言处理图像的一些基本常用技巧,值得一看-Delphi7.0 realize with the program, Chinese name: blood red blood cell identification and statistical systems to identify a picture of the red blood cells and a number of statistical accuracy rate over 90, the program includes the use of Object Pascal language processing images some basic common skills, worth a visit
- 2022-10-25 17:55:03下载
- 积分:1
-
OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibb...
OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value of the two adaptive threshold, OTSU algorithm can be calculated adaptive threshold (for conversion to gray scale images binary images), a simple and efficient manner. The following code from the earliest to provide Ryan Dibble, after a more than Joerg.Schulenburg, R. Z. Liu amend the correction. Algorithm for the importation of gray-scale image histogram analysis of histogram is divided into two parts, Part 2 makes the distance between the largest. Demarcation point out the threshold. Foreigners are written in the classical oh.
- 2022-12-21 06:30:02下载
- 积分:1