-
jpeg图像编/解码
jpeg图像编/解码-jpeg picture arranges/decodes
- 2022-01-24 10:22:09下载
- 积分: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
-
屏幕的捕获其实就是抓屏程序,原理是获取桌面句柄,创建画布,最后进行位图存储。...
屏幕的捕获其实就是抓屏程序,原理是获取桌面句柄,创建画布,最后进行位图存储。-screen capture is actually Capturing the Screen procedures and the principles of access to the desktop handle, the creation of canvas, for the final bitmap storage.
- 2022-12-10 10:55:02下载
- 积分:1
-
fnss 快速网络仿真设置
提供方法来生成通常采用数据中心的拓扑。每个拓扑生成函数返回的 DatacenterTopology 的实例
- 2023-04-17 20:15:03下载
- 积分:1
-
此原码包含两部分:标识物体测量面积和周长,阈值分割和轮廓提取。...
此原码包含两部分:标识物体测量面积和周长,阈值分割和轮廓提取。-This source code contains two parts: marking objects measuring the area and perimeter, threshold segmentation and contour extraction.
- 2022-04-11 13:03:31下载
- 积分:1
-
AutoCAD ARX 自动裁切
AutoCAD ARX 自动裁切-ARX automatic cutters
- 2023-07-03 09:50:03下载
- 积分:1
-
用vb6编写的可以拾取屏幕任意位置像素颜色的程序,同时可以得到一个圆形区域像素灰度的平均值...
用vb6编写的可以拾取屏幕任意位置像素颜色的程序,同时可以得到一个圆形区域像素灰度的平均值-Written by vb6 can pick up anywhere on the screen pixel color procedures, can be a circular area the average pixel gray scale, etc.
- 2022-03-09 15:40:36下载
- 积分: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
-
精明的
能实现位图的边界提取,来完成图像处理功能-Canny
- 2023-08-15 07:30:03下载
- 积分:1
-
photoshop的图形解决方案
photoshop的图形解决方案-graphics solution of photoshop
- 2022-04-09 08:44:52下载
- 积分:1