-
如何快速获取屏幕上各颜色的红、绿、蓝值的VC源代码
如何快速获取屏幕上各颜色的红、绿、蓝值的VC源代码-how rapid access to the colors on the screen in red, green and blue values of the source code VC
- 2022-02-28 10:18:28下载
- 积分:1
-
三维图形,这使得常见的三
三维绘图程序,可实现常见立体图形的绘制,可实现旋转、平移、放大缩小等操作-3D graphics, which enables the common three-dimensional graphics rendering, can be realized rotation, translation, zooming etc
- 2022-07-23 20:52:15下载
- 积分:1
-
sift算法资料大全,包括论文和代码,中文和英文全有,还有两个实现代码...
sift算法资料大全,包括论文和代码,中文和英文全有,还有两个实现代码-sift resources
- 2022-08-03 17:06:01下载
- 积分:1
-
3D skeleton extraction of the basic algorithm code, will be four kinds of the mo...
3D骨架提取的基本算法代码,将4种最常见的算法均包含在内。-3D skeleton extraction of the basic algorithm code, will be four kinds of the most common algorithms are included.
- 2022-07-20 16:54:45下载
- 积分: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
-
彩色图像分割(unix)
彩色图像分割(unix)-color image segmentation (unix)
- 2022-03-02 12:20:21下载
- 积分:1
-
display screen 360 degrees
展示360度的画面-display screen 360 degrees
- 2023-03-06 21:20:03下载
- 积分:1
-
一个人脸识别的程序,VC环境下开发的,正确率达95 以上。
一个人脸识别的程序,VC环境下开发的,正确率达95 以上。-A program of face recognition, develpoed in VC environment.
- 2022-05-16 03:25:11下载
- 积分:1
-
用C实现的多边形填充算法,该算法效率很高,经过实际应用
用C实现的多边形填充算法,该算法效率很高,经过实际应用-C realized polygon filling algorithm, which is highly effective, practical applications after
- 2022-05-05 19:10:28下载
- 积分:1
-
将地形图和桩体素产生的二维阵列在这个日期rotate the t…
will generate a voxel terrain map and place this data in a 2d array rotate the terrain map data about x,y,z
- 2022-02-09 20:03:47下载
- 积分:1