Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 576 Bytes

File metadata and controls

22 lines (18 loc) · 576 Bytes

A* line segmenter

prepare Environment

You need to have the anaconda environment manager installed on your computer. If so, run the command

conda env create -f environment.yml

and acrivate the environment:

conda activate AstarSegm

Run the example

the file line_segmenter.py allows to perform the line segmentation method. Run it with the command:

python line_segmenter.py

runining the script, the images stored in the folder "input_data\examples" are segemnted. The output of segmentation is saved in a new folder "lines"