-
一个可以在桌面自由绘图的小程序,界面优秀
一个可以在桌面自由绘图的小程序,界面优秀-A free drawing on the desktop of small procedures, excellent interface
- 2022-03-29 04:13:01下载
- 积分:1
-
非均匀有理b样条曲线nurbs的C++源码库。
非均匀有理b样条曲线nurbs的C++源码库。-non-uniform rational b-spline NURBS curves of the C++ source library.
- 2022-05-27 05:27:01下载
- 积分:1
-
采用Visual Basic 6 编写的下雨效果,效果较好!值得一看。
采用Visual Basic 6 编写的下雨效果,效果较好!值得一看。-Using Visual Basic 6 prepared to rain effects, better! Worth a visit.
- 2022-03-26 16:29:31下载
- 积分:1
-
哈尔小波变换
基于haar小波变换的快速指纹识别算法的设计与实现。-Haar wavelet transform-based fingerprint recognition algorithm for the rapid design and implementation.
- 2022-08-02 19:53:57下载
- 积分: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
-
Vtk using VC6 under vtkPointWidget animation to achieve point to explain in deta...
VC6下vtk中用vtkPointWidget实现点的动画,讲解详细,是一个好的学习例子-Vtk using VC6 under vtkPointWidget animation to achieve point to explain in detail, is a good example to learn
- 2022-12-15 04:45:03下载
- 积分:1
-
很全的图像融合指标,综合熵、空间频率、互信息等等,一共7种!和两幅源图像!每个程序都测试过,效果很好,直接出结果...
很全的图像融合指标,综合熵、空间频率、互信息等等,一共7种!和两幅源图像!每个程序都测试过,效果很好,直接出结果-Are all indicators of image fusion, integrated entropy, spatial frequency, mutual information, etc., a total of 7! And the two source image! Each program is tested with good results, directly results from
- 2022-01-26 07:11:31下载
- 积分:1
-
c++编写的一个 人脸检测系统 有很高的参考价值
c++编写的一个 人脸检测系统 有很高的参考价值-c++ prepared a face detection system has high reference value
- 2022-02-21 07:34:26下载
- 积分:1
-
超级经典的国外图形学牛书,讲解现代实时图形各种先进技术.
超级经典的国外图形学牛书,讲解现代实时图形各种先进技术.-Texture And Modeling Third Edition
- 2022-03-19 05:07:33下载
- 积分:1
-
绘制双三次B样条曲线
绘制双三次B样条曲线-mapping bicubic B-spline curves
- 2022-05-24 19:52:46下载
- 积分:1