Skip to content

Commit

Permalink
add component label example output in README
Browse files Browse the repository at this point in the history
remove .vscode directory
  • Loading branch information
tonsquemike committed Jun 29, 2018
1 parent cf56855 commit e4ae2a1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 79 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ cmake-build-debug/*
.idea/Image2Char.iml
.idea/modules.xml
.idea/workspace.xml
.vscode/*.json
.vscode/*
cmake-build-debug/
21 changes: 0 additions & 21 deletions .vscode/c_cpp_properties.json

This file was deleted.

20 changes: 0 additions & 20 deletions .vscode/launch.json

This file was deleted.

37 changes: 0 additions & 37 deletions .vscode/settings.json

This file was deleted.

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ These are examples of the output produced from the current code.
These is example of the output produced from the current code.
![](https://i.imgur.com/GMqsSxc.jpg)

This is an example of the output as labeled components for MatchScore evaluation.
![](https://i.imgur.com/ZDrO8G5.png)
# Dependencies
* OpenCV: 3.0 or newer.

Expand All @@ -34,7 +36,7 @@ mkdir build
cd build
cmake ..
make
./Image2Lines the_path_to_the_img
./Image2Lines the_path_to_the_img the_path_to_the_output_directory
```
the output will be:
* N final lines, each line is named 'line_i.jpg' where i is the line number.
Expand Down

0 comments on commit e4ae2a1

Please sign in to comment.