Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
burningcl authored Jan 3, 2018
1 parent 354c254 commit 6469120
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@

## 一. 效果展示

程序控制小人自动跳,几乎每次命中中心点。

为了更好的展示运行效果,我贴一个刚刚录制的视频。http://v.youku.com/v_show/id_XMzI4NzM4MzI0NA==.html?spm=a2h0k.8191407.0.0&from=s1.8-1-1.2

如果你的运行效果,不像这个视频中所示,请一定要认真阅读“温馨提示”这个章节。

欢迎大家与我交流意见。破解过程,总共花了3个小时,不断地调整算法与参数,因此代码比较乱,还请见谅。


![](img/1.jpg)
![](img/2.png)
![](img/5.gif)
Expand All @@ -20,13 +27,13 @@

![](img/3.png)

1. 识别目标方块位置
2. 识别目标方块位置

如下图中红色实心方格所示,识别最上面的顶点,最左边的点,与最右边的点,从而计算出中心点:

![](img/4.png)

1. 识别目标方块中心圆点的位置
3. 识别目标方块中心圆点的位置

如果你前一次踩中中心点,会有下一个中心点的提示(一个白色的圆点)。

Expand Down

0 comments on commit 6469120

Please sign in to comment.