-
3D引擎,包含读取3DS文件,是个比较好的C语言实现3D的范例
3D引擎,包含读取3DS文件,是个比较好的C语言实现3D的范例-3D engine, contains the read 3DS file, is a relatively good C language example of the realization of 3D
- 2022-08-19 03:12:57下载
- 积分:1
-
一个完整简明的PYTHON图像处理程序_2
一个完整简明的PYTHON图像处理程序_2-a concise PYTHON has made a complete image-processing program _2
- 2022-01-21 21:42:14下载
- 积分:1
-
Vega Prime插在VC2003和VP2的经典OpenGL代码例子下…
Vega Prime下插入OpenGL代码的经典例子,要求VC2003和VP2.2-Vega Prime inserted under the classic OpenGL code examples in the VC2003 and VP2.2
- 2023-08-07 20:10:03下载
- 积分:1
-
中点椭圆生成算法
中点椭圆生成算法-midpoint oval Algorithm
- 2022-03-23 17:59:11下载
- 积分:1
-
坐标输入对图像进行分割的行数和列数,而后对每个小块求直方图,文件输出...
坐标输入对图像进行分割的行数和列数,而后对每个小块求直方图,文件输出-Coordinates input to the image segmentation of the number of rows and columns, and then seek for each histogram plots, the document output
- 2023-06-05 07:40:03下载
- 积分: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
-
直方图均衡化,局部直方图均衡化,直方图匹配,中值滤波,...
直方图均衡化,局部直方图均衡化,直方图匹配,中值滤波,-histgram equalization,histogram matching
- 2022-04-21 00:43:32下载
- 积分:1
-
图象平滑锐化,清华学生写的。值得一看,他代码的行文都非常的清晰,不愧是重点大学的学生啊...
图象平滑锐化,清华学生写的。值得一看,他代码的行文都非常的清晰,不愧是重点大学的学生啊-smoothing image sharpening, Tsinghua students wrote it. An eye-catcher, he reads the code are very clear, and is indeed the focus of university students ah. .
- 2022-02-07 10:43:13下载
- 积分:1
-
图像旋转的实现程序
图像旋转的实现程序-image rotation program to realize
- 2022-01-25 19:57:42下载
- 积分:1
-
opencv the use of the beginner' s to refer to the video and camera calls
opencv的运用,在初学的可以参考,对视频和摄像头的调用-opencv the use of the beginner" s to refer to the video and camera calls
- 2023-07-23 22:30:02下载
- 积分:1