Skip to content

Commit

Permalink
Correct compile instructions in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
aperrault committed Jul 14, 2012
1 parent fe79952 commit eb92afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Detect text with stroke width transform.
Dependencies: OpenCV, boost.

To compile:
g++ -o TextDetection FeaturesMain.cpp TextDetection.cpp -Ipath_to_current_directory
where path_to_current_directory is replaced with the absolute path to the 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.

To run:
./TextDetection input_file output_file dark_on_light
Expand Down

0 comments on commit eb92afb

Please sign in to comment.