-
OpenGL代码为“油漆”
opengl的小程序 画图板
用于初学者
觉得很不错-opengl code for "paint"
- 2023-05-25 08:00:02下载
- 积分:1
-
用MATLAB实现如何用判别分析法确定最佳阈值
用MATLAB实现如何用判别分析法确定最佳阈值-MATLAB how discriminant analysis method to determine the optimal threshold value
- 2023-02-03 11:35:04下载
- 积分:1
-
这是一个实现GVF(广义梯度矢量流算法)的matla代码,
这是一个实现GVF(广义梯度矢量流算法)的matla代码,-This is a realization of GVF (generalized gradient vector flow algorithm) matla code,
- 2022-02-01 10:15:46下载
- 积分:1
-
Convert RGB 24bit to YUV4:2:0
rgb(24)到yuv420的快速转换。在很多时候这种转换都是很需要的。-Convert RGB 24bit to YUV4:2:0
- 2022-06-29 19:36:23下载
- 积分:1
-
基于图像处理的计算机集成数控技术商业源码。解压密码:sym...
基于图像处理的计算机集成数控技术商业源码。解压密码:sym-based on image processing computer integrated CNC commercial source. Extracting Password : sym
- 2023-02-07 07:35:03下载
- 积分:1
-
一个轻量级的图形库,包含点、线、填充、字符显示等功能,适用于资源要求严格且功能要求简单的场合,基于跨平台思想设计,同时提供了VC 6下的测试程序。...
一个轻量级的图形库,包含点、线、填充、字符显示等功能,适用于资源要求严格且功能要求简单的场合,基于跨平台思想设计,同时提供了VC 6下的测试程序。-A lightweight graphics library, including point, line, filling, character display and other functions, resource requirements applicable to the functional requirements of strict and simple occasions, based on the thinking of cross-platform design, while providing VC 6 under test procedures.
- 2022-05-19 20:54:11下载
- 积分:1
-
MPEG
MPEG-2中特征矢量和亮度,RGB直方图特征的提取-MPEG-2 in the feature vector and brightness, RGB histogram feature extraction
- 2023-08-29 09:30:02下载
- 积分:1
-
分形图形的vc实现
分形图形的vc实现-fractal graphics vc achieve
- 2022-03-24 23:45:00下载
- 积分:1
-
图形处理autocad简易版(有密码,正在向提供者要)
图形处理autocad简易版(有密码,正在向提供者要)-graphics processing autocad summary version (a password is to be providers)
- 2022-03-22 06:43:32下载
- 积分: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