-
programming graded color Generation
编程渐变色生成-programming graded color Generation
- 2022-02-03 09:35:39下载
- 积分:1
-
关于bmp文件信息头和数据的读取
关于bmp文件信息头和数据的读取-bmp file information on the first read and the data
- 2022-07-01 13:55:08下载
- 积分:1
-
小型CAD绘图系统
小型CAD绘图系统-small CAD system
- 2022-01-24 18:32:29下载
- 积分:1
-
颜色一致性矢量
颜色一致向量的核心代码,有限对图像进行平滑处理,然后计算图像连通区域,最后讲像素分为一致性像素和不一致像素。-Color coherence vector
- 2022-03-25 05:25:50下载
- 积分:1
-
程序开始运行时显示启动画面
程序开始运行时显示启动画面-proceedings began running display screens
- 2022-03-10 04:21:04下载
- 积分: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
-
人脸的检测与定位算法源码,主用是采用人脸的灰度信息进行人脸的检测,并定位鼻子眼睛和嘴...
人脸的检测与定位算法源码,主用是采用人脸的灰度信息进行人脸的检测,并定位鼻子眼睛和嘴-Face detection and location algorithm source code, the main use is the human face of gray information Face Detection, positioning the nose and eyes and mouth
- 2022-04-12 03:48:57下载
- 积分:1
-
一个很好的图片刘汉旗
一个很好的图片刘汉旗-a good picture Ambrose flag
- 2022-01-25 22:15:15下载
- 积分:1
-
印章识别算法实例.rar
印章识别算法实例.rar-chop recognition algorithm examples. Rar
- 2023-07-25 16:15:03下载
- 积分:1
-
hough检测opencv源码
基于opencv的Hough直线提取的源代码,可实现多种格式图像的Hough算法直线提取操作。软件:Visual Stdio 2010结合opencv1.0实现。
- 2022-08-05 21:16:19下载
- 积分:1