mirror of
https://github.com/qurator-spk/sbb_binarization.git
synced 2025-06-13 06:09:56 +02:00
Update README.md
This commit is contained in:
parent
1154a741b9
commit
647b801153
1 changed files with 2 additions and 3 deletions
|
@ -5,10 +5,9 @@ This tool does binarization!!
|
||||||
Run ./make
|
Run ./make
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
sbb_binarize -m <directory of models> -i <image>
|
`sbb_binarize -m <directory of models> -i <image>
|
||||||
-p <set it true in order to let model see image in patches>
|
-p <set it true in order to let model see image in patches>
|
||||||
-s <provide a directory with a given ouput name and format. The result will be saved here>
|
-s <provide a directory with a given ouput name and format. The result will be saved here>`
|
||||||
|
|
||||||
example script: sbb_binarize -m ./models -i image.tif -p true -s ./image_bin.tif
|
example script: sbb_binarize -m ./models -i image.tif -p true -s ./image_bin.tif
|
||||||
# Models
|
# Models
|
||||||
Models can be found here
|
Models can be found here
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue