-
csgl development of the examples. Includes nehe, red book
csgl开发的例子.里面包括nehe,red book-csgl development of the examples. Includes nehe, red book
- 2022-03-16 13:11:40下载
- 积分:1
-
北方交通大学出版社出的《VC++图像处理程序设计》配套光盘
北方交通大学出版社出的《VC++图像处理程序设计》配套光盘-The disc correspond to the book which had been published by Northern Jiaotong University press
- 2022-09-09 06:45: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
-
Matlab image processing is very useful procedure, RGB images into gray
matlab图象处理中非常有用的程序,RGB图象转化为灰度图象的程序,在运用中很有效-Matlab image processing is very useful procedure, RGB images into gray-scale images procedures, in the use of very effective
- 2022-03-16 14:01:03下载
- 积分:1
-
一个外国人做的目标检测的源代码,很不错的,供参考…
一个外国人做的目标检测源代码,相当不错,仅供参考
- 2023-01-04 17:55:04下载
- 积分:1
-
DCT 数字水印 VC源代码 DCT 数字水印 VC源代码
DCT 数字水印 VC源代码 DCT 数字水印 VC源代码--DCT digital watermarking VC source code DCT digital watermarking VC source code
- 2023-06-26 00:35:04下载
- 积分:1
-
图象压缩的处理,非常好用的代码,值得研究
图象压缩的处理,非常好用的代码,值得研究-Deal with image compression, very useful code, to be studied
- 2023-09-06 20:40:03下载
- 积分:1
-
此程序段是采用局部模值最大法来进行边缘检测
此程序段是采用局部模值最大法来进行边缘检测-edge defect
- 2022-01-25 14:14:23下载
- 积分:1
-
给初学者一个简单易学的基于MFC三维动画例子,简单才是初学者的最爱...
给初学者一个简单易学的基于MFC三维动画例子,简单才是初学者的最爱-to an easy beginners based 3D animation MFC example, a simple beginners is the favorite
- 2022-04-24 06:21:06下载
- 积分:1
-
opengl场景管理程序源代码,来自www.physdev.com
opengl场景管理程序源代码,来自www.physdev.com-opengl scene management program source code, from www.physdev.com
- 2022-03-01 23:07:31下载
- 积分:1