-
程序实现了反色,注意其中真彩图和调色板位图处理时的差别。...
程序实现了反色,注意其中真彩图和调色板位图处理时的差别。-program of anti-color, true color pictures attention Bitmap and palette handling differences.
- 2023-05-05 08:10:03下载
- 积分:1
-
实现画图板功能,能画矩形 椭圆等,功能简单,但很有用的
实现画图板功能,能画矩形 椭圆等,功能简单,但很有用的-this is a program that help us to draw picture,such as rectangle elipse
- 2022-02-11 13:33:43下载
- 积分:1
-
matlab程序 防御系统弹道导弹目标识别方面的matlab程序
matlab程序 防御系统弹道导弹目标识别方面的matlab程序-matlab program of ballistic missile defense system target identification procedures matlab
- 2022-03-19 03:25:00下载
- 积分:1
-
这是一个图像的分隔算法,绝对可用,欢迎下载,保证无毒
这是一个图像的分隔算法,绝对可用,欢迎下载,保证无毒-This is a separate image algorithm can be absolutely welcome to download, ensuring a drug-free
- 2023-07-15 16:15: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
-
这是直接把衣服的纹理图像映射到人体模型上得到的结果,对于准备游戏制作的人而言是在不错!...
这是直接把衣服的纹理图像映射到人体模型上得到的结果,对于准备游戏制作的人而言是在不错!-This is directly clothes texture mapping images of the human model on the results of preparations for the games produced by the people of the good!
- 2022-04-14 17:31:13下载
- 积分:1
-
Using directshow to capture the webcam wideo and rendering in real
Using directshow to capture the webcam wideo and rendering in real-time-Using directshow to capture the webcam wid eo and rendering in real-time
- 2022-01-25 22:07:38下载
- 积分:1
-
地图程序,很好的,采用visual net开发
地图程序,很好的,采用visual net开发-map, very good, using visual development net
- 2022-03-22 22:47:14下载
- 积分:1
-
Flash the same as the non
像Flash一样的无锯齿线条应该用模糊算法进行处理,模糊代码的Set/GetPixel算法-Flash the same as the non-serrated lines should be processed using fuzzy algorithms, fuzzy code, Set/GetPixel algorithm
- 2022-05-20 22:14:32下载
- 积分:1
-
中点画圆,线,圆,直线Bresenham
中点画圆,直线,bresenham画圆以及直线-midpoint Circle, Line, Circle and straight bresenham
- 2023-05-09 03:00:02下载
- 积分:1