-
很好用的DirectDraw画图代码
很好用的DirectDraw画图代码-good use of DirectDraw drawing code
- 2022-07-06 12:09:32下载
- 积分:1
-
图象的检测,模板匹配
命令行编译过程如下
vcvars32
rc bmp.rc
cl detect.c bmp.res user32.li...
图象的检测,模板匹配
命令行编译过程如下
vcvars32
rc bmp.rc
cl detect.c bmp.res user32.lib gdi32.lib
注意事项:
运行时,文件c: est.bmp必须存在
-Image detection, template matching command-line compiler as follows vcvars32 rc bmp.rc cl detect.c bmp.res user32.lib gdi32.lib Note: run-time, the file c: test.bmp must exist
- 2022-01-22 14:03:34下载
- 积分:1
-
园的扫描转换算法
园的扫描转换算法-Park scan conversion algorithm
- 2022-03-23 16:01:20下载
- 积分: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
-
MapObject2.2控件代码
MapObject2.2控件代码-MapObject2.2 control code
- 2022-03-19 12:21:03下载
- 积分:1
-
一个小的画直线的程序,鼠标点击取点,并支持坐标输入!
treetree42...
一个小的画直线的程序,鼠标点击取点,并支持坐标输入!
treetree42-a small painting of a linear process, from mouse clicks, coordinate and support the input! Treetree42
- 2023-03-08 21:20:03下载
- 积分:1
-
some skills of creator & vega !
creator vega 技术贴全书,介绍了许多vega的使用技巧。-some skills of creator & vega !
- 2023-01-16 17:10:03下载
- 积分:1
-
OPENCV下画直线的程序源码,对数据处理,绘图显示有用啊!简单易用!...
OPENCV下画直线的程序源码,对数据处理,绘图显示有用啊!简单易用!
- 2022-01-25 17:02:01下载
- 积分:1
-
使用GDI函数绘出基本几何元素,如点、线、矩形、圆、椭圆、多边形、圆弧等、并能够用颜色填充...
使用GDI函数绘出基本几何元素,如点、线、矩形、圆、椭圆、多边形、圆弧等、并能够用颜色填充
-Plotted using the GDI function, the basic geometric elements, such as point, line, rectangle, circle, ellipse, polygon, arc, etc., and can be filled with color
- 2023-07-07 01:45:05下载
- 积分:1
-
随机森林估计算法
头部姿势估计的程序,利用鼻尖确定头部的方向,进而确定姿势,采用随机回归森林算法。
- 2022-07-06 10:00:01下载
- 积分:1