-
人脸检测系统,基于Opencv,包含了多种图像处理方法。
人脸检测系统,基于Opencv,包含了多种图像处理方法。-Face Detection System, based on the Opencv, contains a variety of image processing methods.
- 2022-02-07 07:57:22下载
- 积分:1
-
一个十分有趣的弹跳球体
一个十分有趣的弹跳球体-a very interesting bouncing ball
- 2022-07-12 09:02:22下载
- 积分:1
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1
-
Reading painting dxf file format of the 16 old procedures can only read straight
读画dxf文件格式的16位老程序,只能读直线-Reading painting dxf file format of the 16 old procedures can only read straight
- 2022-05-18 04:49:01下载
- 积分:1
-
画椭圆的方法有很多,这是其中一种,用DDA算法画的
画椭圆的方法有很多,这是其中一种,用DDA算法画的-oval paintings are lots of ways, this is one of those painted with the DDA Algorithm
- 2023-09-05 05:10:03下载
- 积分:1
-
WebImgStamp(图章c#)图章自动生成
WebImgStamp(图章c#)图章自动生成-WebImgStamp (# seal c) seal automatic generation
- 2022-11-28 23:45:02下载
- 积分:1
-
VC++数字图像处理(第二版)人民优点出版社,全书源代码,包含测试图片...
VC++数字图像处理(第二版)人民优点出版社,全书源代码,包含测试图片-Image Procedures Codes By VC++
- 2022-02-13 21:52:03下载
- 积分:1
-
一个简单的绘图源码。我们可以看。,它涵盖了广泛
一个简单的绘图源码。大家可以看看。。里面的内容很丰富-A simple drawing source. We can look at. . Which covers a wide range
- 2022-04-21 12:43:20下载
- 积分:1
-
用API画抛射物体动画
用API画抛射物体动画-with projectile objects API painting animation
- 2022-02-15 02:31:16下载
- 积分:1
-
在高等数学中的笛卡儿叶形线(函数是:
x^3+y^3
在高等数学中的笛卡儿叶形线(函数是:
x^3+y^3-3*a*x*y=0)也可以用C语言进行编
写,只要把相应的坐标值放大即可。-in higher mathematics of Descartes exquisite line (function is : 3 x ^ y ^ 3-3* a* x* y = 0) can also use the C language for the preparation, As long as the corresponding coordinates can be enlarged.
- 2022-02-24 19:27:57下载
- 积分:1