Skip to content

Commit

Permalink
readme..
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Feb 27, 2016
1 parent 3782d32 commit 3dbd81a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ Detect text with stroke width transform.
OpenCV 2.4+, boost.

## Compile
g++ -o DetectText TextDetection.cpp FeaturesMain.cpp -lopencv_core -lopencv_highgui -lopencv_imgproc -I/path/to/current/directory

g++ -o DetectText TextDetection.cpp FeaturesMain.cpp -lopencv_core -lopencv_highgui -lopencv_imgproc -I/path/to/current/directory

where /path/to/current/directory is replaced with the absolute path to the current directory.

### Using CMake
Expand Down

0 comments on commit 3dbd81a

Please sign in to comment.