-
一个用C++读取 jpg&bmp 实例程序,非常实用,适合初学者
一个用C++读取 jpg&bmp 实例程序,非常实用,适合初学者-C++ jpg&bmp 读取
- 2022-07-28 04:11:42下载
- 积分:1
-
图形编辑器,支持2D模式,能进行简单的图形编辑
图形编辑器,支持2D模式,能进行简单的图形编辑-graphics editor, support 2D mode, can perform simple graphics editor
- 2023-04-14 00:20:03下载
- 积分:1
-
VC++ 实现的一分类分析程序,具有简单的人分类分析功能。
VC++ 实现的一分类分析程序,具有简单的人分类分析功能。
- 2022-07-28 08:56:20下载
- 积分:1
-
English OCR recognition controls, can be identified on the Verification Code. De...
英文OCR识别控件,可对验证码进行识别。带有演示源码。 int startX = 0
int startY = 0
int width = -1
int height = -1
try
{
startX = Convert.ToInt32(textStartX.Text)
startY = Convert.ToInt32(textStartY.Text)
width = Convert.ToInt32(textWidth.Text)
height = Convert.ToInt32(textHeight.Text)
}
catch (Exception ex)
{
Console.WriteLine(ex.StackTrace)
}
String result = Marshal.PtrToStringAnsi(OCRpart(textImage.Text, -1, startX, startY, width, height))
textResults.Text = result -English OCR recognition controls, can be identified on the Verification Code. Demonstration with source code. int startX = 0 int startY = 0 int width =-1 int height =-1 try (startX = Convert.ToInt32 (textStartX.Text) startY = Convert.ToInt32 (textStartY.Text) width = Convert. ToInt32 (textWidth.Text) height = Convert.ToInt32 (textHeight.Text) ) catch (Exception ex) (Console.WriteLine (ex.StackTrace) ) String result = Marshal.PtrToStringAnsi (OCRpar
- 2023-04-27 23:15:04下载
- 积分:1
-
《OpenCV 目标识别:理论和实现》,OpenCV开发团队负责人的报告 英文PPT,pdf格式...
《OpenCV 目标识别:理论和实现》,OpenCV开发团队负责人的报告 英文PPT,pdf格式-OpenCV_Object_Detection_Theory_and_Practice,English slides, pdf format
- 2022-10-01 07:20:04下载
- 积分:1
-
二维码编码平台,是为所有二维码用户提供二维码编码和译码平台,提供技术支持与开发援助。二维码种类包括:PDF417,Qr_Code,DataMatrix和MaxC...
二维码编码平台,是为所有二维码用户提供二维码编码和译码平台,提供技术支持与开发援助。二维码种类包括:PDF417,Qr_Code,DataMatrix和MaxCode,Aztec等-platform for all 2D code users with two-dimensional coding and decoding platform provide technical support and development assistance. 2D code types include : PDF417, Qr_Code. DataMatrix and MaxCode, Aztec, etc.
- 2022-06-16 08:53:08下载
- 积分:1
-
in VC environment, directly read data, and the map and show that the experimenta...
在VC++环境下,直接读取点数据,并显示成图,有实验数据,适合初学者.-in VC environment, directly read data, and the map and show that the experimental data, for beginners.
- 2022-08-23 23:35:31下载
- 积分:1
-
基于区域统计的融合规则,内含源码和源图像以及contourlet工具箱,直接出结果...
基于区域统计的融合规则,内含源码和源图像以及contourlet工具箱,直接出结果-Fusion rule based on regional statistics, containing source code and source images, and contourlet toolbox, directly results from
- 2022-02-02 15:39:33下载
- 积分:1
-
VTK用户指南中文版图像的第六章和三
vtk user guide中文版第六章 图像及三维体数据的可视化-vtk user guide Chinese version of Chapter VI of the image and three-dimensional volume data visualization
- 2022-03-25 18:40:51下载
- 积分:1
-
抛物线和Hermite曲线的生成算法
抛物线和Hermite曲线的生成算法-parabolic curve and the Hermite Algorithm
- 2022-04-26 18:18:23下载
- 积分:1