Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 368 Bytes

File metadata and controls

23 lines (12 loc) · 368 Bytes

INSTALL DEPENDENCIES

Run the following command

$./install_dependencies.sh

RUN MOVIMENTALGORITHM

Compile with the command:

$ make

Run program with the command:

$./bin/movimentalgorithm [image_path]

To save image the black white image use the command:

$./bin/movimentalgorithm [image_path] [save_image_path]