Skip to content

Commit

Permalink
Merge branch 'improve_build_samples_instruction' into 'master'
Browse files Browse the repository at this point in the history
Improve build sample instruction

See merge request tech/adaskit/libSGM!56
  • Loading branch information
atakagi-fixstars committed Nov 16, 2020
2 parents 8bb52ac + d4d7a53 commit b44351b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ $ make
$ pwd
.../libSGM
$ cd build
$ cmake .. -DENABLE_SAMPLES=on
$ make
$ cd sample/movie/
$ ./stereo_movie <left image path format> <right image path format> <disparity_size>
left image path format: 左側画像入力時に使用するファイルパスのフォーマット
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ $ make
$ pwd
.../libSGM
$ cd build
$ cmake .. -DENABLE_SAMPLES=on
$ make
$ cd sample/movie/
$ ./stereo_movie <left image path format> <right image path format> <disparity_size>
left image path format: the format used for the file paths to the left input images
Expand Down

0 comments on commit b44351b

Please sign in to comment.