-
自己开发的,多边形扫描线填充算法,采用橡皮筋模式确定多边形轮廓,经调试通过,此代码效率很高...
自己开发的,多边形扫描线填充算法,采用橡皮筋模式确定多边形轮廓,经调试通过,此代码效率很高-its own development, filled polygon scan line algorithm, using rubber-band model to determine polygon outline, debugger, this code efficiency
- 2022-03-22 00:23:45下载
- 积分:1
-
因该是jpeg file format
因该是jpeg file format-because it is jpeg file format
- 2022-01-25 16:12:29下载
- 积分:1
-
图像文件格式处理代码
图像文件格式处理代码-image file format handling code
- 2022-09-16 14:50:03下载
- 积分:1
-
a simple drawing tools can refer to the realization of the basic graphics learni...
一个简单的绘图工具的实现
可以参考学习图形学基本算法-a simple drawing tools can refer to the realization of the basic graphics learning algorithm
- 2022-03-11 18:34:36下载
- 积分:1
-
用C语言编写的演示逐点比较法的源代码!
用C语言编写的演示逐点比较法的源代码!-C language demo point by point comparison of the source code!
- 2022-09-03 20:20: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
-
利用24位图的RGB分量的最低位来保存隐密数据,实现数字水印
利用24位图的RGB分量的最低位来保存隐密数据,实现数字水印-Figure 24 using the RGB components of the lowest private to preserve data, digital watermark
- 2023-03-31 23:55:04下载
- 积分:1
-
Qt绘图程序,使用QGraphicsView框架编写的绘图demo,实现了缩放,选择,移动等基本操作。
使用Qt QGraphicsView框架编写的一个绘图程序,实现了图形的创建,缩放,移动,旋转等基本操作。对于初学Qt绘图的朋友会有帮助。
- 2023-08-07 22:55:04下载
- 积分:1
-
maching cube的vc源代码,可以参考下做法,做算法用
maching cube的vc源代码,可以参考下做法,做算法用-maching cube of vc source code, can refer to the next practice, make algorithm
- 2022-03-18 08:12:01下载
- 积分:1
-
曲线文字,很好的例子。我是其他地方下来的。
曲线文字,很好的例子。我是其他地方下来的。-Curve text, very good example. I was down in other places.
- 2023-03-02 09:15:03下载
- 积分:1