Rémi Synave a1e620c1bf README update | il y a 8 mois | |
---|---|---|
AUTHOR | il y a 8 mois | |
COPYING | il y a 8 mois | |
README.md | il y a 8 mois | |
leadingLines.py | il y a 8 mois |
This is the official repo for the paper : "Reconstructing image composition features: leading lines computation"
python 3.11.3
numpy 1.24.3
scikit-image 0.20.0
pillow 9.4.0
argparse 1.1
git clone https://gogs.univ-littoral.fr/jzhang/leading_lines.git
cd leading_lines
python leadingLines.py YOUR_INPUT_PATH
YOUR_INPUT_PATH can be an image (jpg or png) or a directory which contains images.
such as
python leadingLines.py ./an_image.jpg
or
python leadingLines.py ./image_directory/
Results will be placed in OUTPUT directory. The name of this output directory can be changed with -o option.