Run the following command
$./install_dependencies.sh
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]