Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
Update Readme for Target Count Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
HowcanoeWang committed Sep 25, 2019
1 parent 7654b78 commit 29bd27f
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 6 deletions.
46 changes: 40 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,29 +64,63 @@ that is the reason why we develop this software.
1. `mouse-wheel-click` on image name: change all images' default BAF values at once.

### 3. Tree management

This software has two different tree marking modes (Edge Marking and Target Count):

![](images/readme/ui190509.jpg)

Two different mode can be switched by clicking the Tree Management Panel:

![](images/readme/switch.gif)



1. Add trees

1. `ctrl` + `mousewhell`: zoom images to proper size, the software title will tell you current zoom ratio,
release `ctrl` to finish zoom in)
release `ctrl` to finish zoom in)

1. Press `Space` switching to adding tree mode (cursor will change to +)

1. Press `r` to display/hide a minimum tree reference bar (baf=1.0) hover mouse to determine current tree should add or not

**---Edge Marking Mode---**

1. `left-click` to add the first point of tree boundary

1. `move` to another boundary, `left-click` for another boundary point
* if the line between two points color is **red**, currently is **out** tree
* if line color is **blue**, it is a **in** tree
* default, the line is locked to be horizontal
* press `shift` to unlock and create lines for leaned trees
1. Press `r` to display/hide a minimum tree reference bar (baf=1.0) hover mouse to determine current tree should add or not


![add tree](images/readme/add_tree.gif)

**---Target Counting Mode---**
`left-click` to mark those tree bigger than reference octagon
![](images/readme/add_tree_t.gif)

2. Edit trees

**---Edge Mode---**

1. `left-click` the tree record, the image will center this tree line
1. drag the boundary point to change position (hold `shift` for leaned tree)
1. drag the boundary point to change position (hold `shift` for leaned tree)

![edit tree](images/readme/edit_tree.gif)

**---Target Mode---**

Click and Drag Directly

![](images/readme/edit_tree_t.gif)

3. Delete trees
1. select the tree record and press `delete`
1. a delete confirmation dialog will appear
![del tree](images/readme/del_trees.gif)

![del tree](images/readme/del_tree.gif)

## Updates
Beta1.0: Finish all functions mentioned above
Binary file modified images/readme/add_tree.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/readme/add_tree_t.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/readme/del_tree.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/readme/del_trees.gif
Binary file not shown.
Binary file modified images/readme/edit_tree.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/readme/edit_tree_t.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/readme/switch.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/readme/ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/readme/ui190509.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 29bd27f

Please sign in to comment.