Skip to content

Commit d16841f

Browse files
authored
Update README.md
1 parent f647b72 commit d16841f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
OP
1+
Overview
22
===========
33
OP(operator & open)是一个开源插件(类似大漠插件).主要特点:Windows消息模拟,后台截图,图像识别,字符识别(OCR),以及其他实用功能...使用c++编写,提供高效稳定的算法实现.源代码可编译为32/64位dll.可为32位和64位应用程序调用,支持大多数语言的调用(c++,c#,vb,delphi,...)
44

55

66

77
***
8-
## Overview
8+
## Fetaure
99
* [Windows消息模拟](#Windows消息模拟)
1010
* [后台截图](#后台截图)
11-
* [简单图像识别](#简单图像识别)
11+
* [图像识别](#图像识别)
1212
* [3rdpart-Lib](#3rdpart-Lib)
1313
* [Reference](#Reference)
1414

@@ -22,7 +22,7 @@ OP(operator & open)是一个开源插件(类似大漠插件).主要特点:Window
2222

2323
## Build
2424
使用vs2017编译,除了DX SDK,opengl sdk外,需要以下库支持:boost,opencv,blackbone,minhook
25-
可使用[Vcpkg](https://github.com/Microsoft/vcpkg.git)快速配置
25+
boost,opencv可使用[Vcpkg](https://github.com/Microsoft/vcpkg.git)快速配置
2626

2727

2828
#### Windows消息模拟
@@ -32,9 +32,9 @@ OP(operator & open)是一个开源插件(类似大漠插件).主要特点:Window
3232
#### 后台截图
3333
---
3434
前台,gdi后台,dx后台,opengl后台
35-
#### 简单图像识别
35+
#### 图像识别
3636
---
37-
图像定位,OCR(32x32点阵),支持多色,偏色,模糊识别
37+
图像定位,OCR(32x32点阵),支持多色,偏色,模糊识别,支持自动二值化识别
3838

3939
### 3rdpart-Lib
4040
---

0 commit comments

Comments
 (0)