Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nedeljko Pejasinovic committed Jun 8, 2016
1 parent b92cfe5 commit 5efad99
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
- [valid results](https://github.com/Nedja995/npcv/blob/master/examples/datas/output/valid_results)

### 3. USING
###### Library users
1. Need to link libs from '/lib/' directory and include headers from '/include/ directory'
###### Developers
1. Can use CMake to generate project for various IDE-s and Makefile
2. There is two usefull executable project:
- examples - when running they will make few outputs in '/examples/datas/output' also in this directory you can find '/valid_results/' with who you can compare your outputs althrought in '/examples/datas/output/old/classified/test1/' you can find classification output of ocr number samples in early stage of development
- tests - GTests. Can download them on build or select custom GTest and GMock project paths
1. Library users
- Need to link libs from '/lib/' directory and include headers from '/include/ directory'
2. Developers
- Can use CMake to generate project for various IDE-s and Makefile
- There is two usefull executable project:
- examples - when running they will make few outputs in '/examples/datas/output' also in this directory you can find '/valid_results/' with who you can compare your outputs althrought in '/examples/datas/output/old/classified/test1/' you can find classification output of ocr number samples in early stage of development
- tests - GTests. Can download them on build or select custom GTest and GMock project paths
This is overview, more details in 6. BUILDING section

Expand Down

0 comments on commit 5efad99

Please sign in to comment.