|
21 | 21 | - [动作](./actions/README.md) |
22 | 22 | - 系统 |
23 | 23 | - [等待](./actions/system/Wait.md) |
24 | | - - [启动应用程序](./actions/system/StartProcess.md) |
| 24 | + - [启动应用](./actions/system/StartProcess.md) |
25 | 25 | - [添加用户](./actions/system/UserAdd.md) |
26 | 26 | - [打开应用](./actions/system/OpenApplication.md) |
27 | 27 | - [打开文件](./actions/system/LaunchFile.md) |
|
118 | 118 | - [特征匹配](./actions/detection/FeatureDetect.md) |
119 | 119 | - [模板匹配](./actions/detection/MatchTemplate.md) |
120 | 120 | - [查找轮廓](./actions/detection/FindContours.md) |
| 121 | + - [颜色辨识](./actions/detection/ImageColorDiscrimination.md) |
121 | 122 | - 绘图 |
122 | 123 | - [绘制矩形](./actions/draw/DrawRect.md) |
123 | 124 | - [填充颜色](./actions/draw/FillColor.md) |
|
239 | 240 | - [周长筛选](./actions/algorithm/FilterPerimeter.md) |
240 | 241 | - [形状筛选](./actions/algorithm/FilterVertex.md) |
241 | 242 | - [椭圆筛选](./actions/algorithm/FilterEllipse.md) |
242 | | - - [随机数](./actions/algorithm/RandomNumber.md) |
| 243 | + - [随机数字](./actions/algorithm/RandomNumber.md) |
243 | 244 | - [随机坐标](./actions/algorithm/RandomPoint.md) |
244 | 245 | - [图像差值](./actions/algorithm/ImageDifference.md) |
245 | 246 | - [颜色统计](./actions/algorithm/ColorPercentage.md) |
246 | | - - [非零图像](./actions/algorithm/ImageIsColored.md) |
247 | 247 | - [添加元素](./actions/algorithm/PushBack.md) |
248 | 248 | - [删除元素](./actions/algorithm/PopBack.md) |
249 | 249 | - 类型 |
|
286 | 286 | - [主机地址](./types/HostAddress.md) |
287 | 287 | - [元组](./types/Tuple.md) |
288 | 288 | - 枚举类型 |
289 | | - - [ThresholdTypes](./enums/ThresholdTypes.md) |
| 289 | + - [Colors](./enums/Colors.md) |
290 | 290 | - [Directions](./enums/Directions.md) |
291 | 291 | - [ColorConversionCodes](./enums/ColorConversionCodes.md) |
292 | 292 | - [ContourShape](./enums/ContourShape.md) |
|
0 commit comments