-
三维计算机图形学点透视投影变换与双3次Bezier曲面绘制算法,很有用的哦。在VC++6.0下编译通过。...
三维计算机图形学点透视投影变换与双3次Bezier曲面绘制算法,很有用的哦。在VC++6.0下编译通过。-point perspective projection transform and double three times Bezier surface rendering algorithm, Oh, very useful. In VC 6.0 compiler passed.
- 2022-01-25 20:58:31下载
- 积分:1
-
教你怎样使用Maya
教你怎样使用Maya-teach you how to use the Maya
- 2022-01-25 15:32:05下载
- 积分:1
-
贝塞尔曲线
贝塞尔曲线-Bezier curves
- 2023-05-29 15:00:03下载
- 积分:1
-
New drawing tools is absolutely non
最新画图工具 绝对无毒 绿色放心下载 本人测试了哦了 免费的-New drawing tools is absolutely non-toxic green rest assured that I tested to download a free, oh
- 2023-04-05 13:15:03下载
- 积分:1
-
这里是一个VB的ocr示例,希望能够帮得上大家
这里是一个VB的ocr示例,希望能够帮得上大家-Here is a VB example of ocr, hope to be able to help everyone get on
- 2022-03-19 20:02:10下载
- 积分:1
-
又一个用JAVA3D开发的例子,有很多的控制对初学者很有帮助
又一个用JAVA3D开发的例子,有很多的控制对初学者很有帮助-JAVA3D also used to develop a case that a lot of very useful for beginners control
- 2022-03-05 07:58:07下载
- 积分:1
-
本程序包含了一些增强算法,空间域和频率域增强,以及生成噪声的一些程序...
本程序包含了一些增强算法,空间域和频率域增强,以及生成噪声的一些程序-This procedure contains a number of enhancement algorithm, spatial domain and frequency domain to enhance, as well as some of the procedures to generate noise
- 2022-03-24 05:49:28下载
- 积分:1
-
Overview : This code is machine vision research on traditional methods of presen...
总述:本代码属于机器视觉研究对一些传统方法进行了演示和突破(颜色的辩认) 建议:{强烈建议用程序打开“ 视觉分析色度分析图1.bmp”而后按“视觉分析颜色分析软件1-7”} 局限:但本演示只针对24位位图本代码包含两个部分1、视觉分析 (代码的主要思路[包括一些使用方法、结论图象、程序机制(使用AUTOCAD打开分析观看)、研究结论(matlab编写)])2、forimage(原代码vc7.0编写)-Overview : This code is machine vision research on traditional methods of presentation and breakthroughs (color identification) : (strongly recommended that the procedures to open the "visual analysis color analysis of 1.bmp" then by the "visual analysis color analysis software 1-7 ") limitations : the demonstration but only 24 against the bitmap code consists of two parts one, visual analysis (code the main ideas [including the use of methodology, conclusions image, procedural mechanisms (open analysis of the use of AutoCAD to watch), the conclusion of the study (prepared Matlab)]) 2, forimage (formerly code vc7.0 preparation)
- 2022-01-25 13:46:14下载
- 积分:1
-
这个程序是应用两种图形变换形式(即:1.保持观测系统2.改变观测系统)来绘制三维图形...
这个程序是应用两种图形变换形式(即:1.保持观测系统2.改变观测系统)来绘制三维图形-This procedure is the application of two types of graphics transform form (ie: 1. To maintain observing systems 2. To change the observing system) to draw three-dimensional graphics
- 2022-11-26 01:25: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