-
一个进行图章识别的C++类,主要采用图章图像的矩特征进行图章比对,涉及到图像特征提取与匹配。...
一个进行图章识别的C++类,主要采用图章图像的矩特征进行图章比对,涉及到图像特征提取与匹配。-identification seal for a C++ class, mainly stamp image features seal moment than right, relate to feature extraction and image matching.
- 2023-02-16 20:25:04下载
- 积分:1
-
指纹识别程序。可以兼容windows操作系统。
比较小。
指纹识别程序。可以兼容windows操作系统。
比较小。-Fingerprint identification procedure. Are compatible with windows operating system. Relatively small.
- 2023-04-15 07:30:03下载
- 积分:1
-
图像处理的DWT算法,用于基础图像处理学习。matlab语言制作
图像处理的DWT算法,用于基础图像处理学习。matlab语言制作-image processing with DWTimage processing with DWTimage processing with DWT
- 2022-02-02 01:30:12下载
- 积分:1
-
人工智能OCR文字識別程序
人工智能OCR文字識別程序.rar
Module=recMain; recMain.bas
Form=frmMain.frm
Form=frmSplash.frm
Form=frmAbout.frm
Class=TextStream; TextStream.cls
Module=recWinApi; recWinApi.bas
IconForm="frmMain"
Startup="Sub Main"
HelpFile=""
Title="Text Recognition"
ExeName32="Text Recognition.exe"
Command32=""
Name="TextRecognition"
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
- 2022-08-25 16:32:16下载
- 积分:1
-
Protel2002简体中文正式版
Protel2002简体中文正式版-Simplified Chinese Protel2002 official version
- 2023-07-12 05:30:05下载
- 积分:1
-
VC practical Bitmap class CDCBitmap provide readers Bitmap functions
VC实用位图处理类CDCBitmap,提供读取显示位图等功能-VC practical Bitmap class CDCBitmap provide readers Bitmap functions
- 2023-05-14 06:00:03下载
- 积分:1
-
一个基于人工神经网络的有监督遥感影像地貌分类程序
一个基于人工神经网络的有监督遥感影像地貌分类程序-One based on artificial neural network has the supervision of remote sensing image classification procedures geomorphic
- 2022-08-09 18:04:21下载
- 积分:1
-
最初使用指南(Getting Started Guide)
是报表设计的大纲,使用Style Report的一个基本介绍,包括了基本的报表设计(使用可视化设...
最初使用指南(Getting Started Guide)
是报表设计的大纲,使用Style Report的一个基本介绍,包括了基本的报表设计(使用可视化设计器和编程方式)以及报表服务器的概况。
-The initial use of the Guide (Getting Started Guide) is an outline for report design, the use of a basic Style Report, including statements of the basic design (the use of visual design and programming methods), as well as an overview of the report server.
- 2022-02-11 19:22:00下载
- 积分:1
-
如何生成Hemite曲线,利用Visual C++开发,可以实现控制顶点的移动...
如何生成Hemite曲线,利用Visual C++开发,可以实现控制顶点的移动-how hermitian curve generated using Visual C development, can achieve a mobile control vertices
- 2023-08-04 07:25:03下载
- 积分:1
-
根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下...
根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下;
利用中点画圆算法实现边界程序:
void CArea_FillData::MidpointCircle(int xc, int yc, int r, int color)
{//画八分之一的圆
int x,y,d
x=0 y=r d=1-r
WholeCircle(xc,yc,x,y,color)
while(x
- 2023-03-14 21:40:04下载
- 积分:1