-
可对图像进行几何、正交变换,图像增强,形态学变换,边缘与轮廓检测等的VC++实现源代码...
可对图像进行几何、正交变换,图像增强,形态学变换,边缘与轮廓检测等的VC++实现源代码-Can image geometry, orthogonal transformation, image enhancement, morphological transformation, edge and contour detection, etc. VC++ Realize the source code
- 2023-06-03 13:45:03下载
- 积分:1
-
对屏幕的模拟显示,很不错得显示,采用direct3D技术编写。
对屏幕的模拟显示,很不错得显示,采用direct3D技术编写。
- 2023-07-31 23:30:03下载
- 积分:1
-
用RBF网络实现字符识别
用RBF网络实现字符识别-Realize character recognition using RBF Net.
- 2023-02-16 04:35:05下载
- 积分:1
-
这是计算机图形学的一个bessel画线算法。直接可以运行。
这是计算机图形学的一个bessel画线算法。直接可以运行。-This is a computer graphics Bessel line drawing algorithm. Direct run.
- 2022-03-11 03:52:10下载
- 积分:1
-
利用VC.NET的鼠标画工程曲线程序
利用VC.NET的鼠标画工程曲线程序-use VC.NET mouse painting process works curve
- 2022-03-15 10:42:54下载
- 积分:1
-
一个图像成分C #
一个C#图象组件-an image components C#
- 2022-08-05 15:47:02下载
- 积分: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
-
graphics algorithms straight Algorithm 3
图形学的算法直线生成算法3-graphics algorithms straight Algorithm 3
- 2022-03-12 10:25:52下载
- 积分:1
-
图像处理代码,包括二值化,灰度化,几何变化等
图像处理代码,包括二值化,灰度化,几何变化等-image processing code, including binary, gray, and geometric changes
- 2022-03-19 15:36:58下载
- 积分:1
-
AutoCAD Graphic Interchange File dxf file sample yen Read
AutoCAD图文交换文件dxf文件 圆 读取示例-AutoCAD Graphic Interchange File dxf file sample yen Read
- 2023-06-10 19:30:03下载
- 积分:1