├── FractalDimension.py ├── LICENSE ├── README.md ├── README_notebook_files ├── README_notebook_1_1.png ├── README_notebook_6_0.png ├── README_notebook_8_1.png ├── README_notebook_8_3.png ├── README_notebook_8_5.png └── README_notebook_8_7.png ├── notebooks ├── .ipynb_checkpoints │ └── README_notebook-checkpoint.ipynb ├── Fractal_dimension_algorithm_build_and_test.ipynb └── README_notebook.ipynb └── requirements.txt /FractalDimension.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChatzigeorgiouGroup/FractalDimension/HEAD/FractalDimension.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChatzigeorgiouGroup/FractalDimension/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChatzigeorgiouGroup/FractalDimension/HEAD/README.md -------------------------------------------------------------------------------- /README_notebook_files/README_notebook_1_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChatzigeorgiouGroup/FractalDimension/HEAD/README_notebook_files/README_notebook_1_1.png -------------------------------------------------------------------------------- /README_notebook_files/README_notebook_6_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChatzigeorgiouGroup/FractalDimension/HEAD/README_notebook_files/README_notebook_6_0.png -------------------------------------------------------------------------------- /README_notebook_files/README_notebook_8_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChatzigeorgiouGroup/FractalDimension/HEAD/README_notebook_files/README_notebook_8_1.png -------------------------------------------------------------------------------- /README_notebook_files/README_notebook_8_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChatzigeorgiouGroup/FractalDimension/HEAD/README_notebook_files/README_notebook_8_3.png -------------------------------------------------------------------------------- /README_notebook_files/README_notebook_8_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChatzigeorgiouGroup/FractalDimension/HEAD/README_notebook_files/README_notebook_8_5.png -------------------------------------------------------------------------------- /README_notebook_files/README_notebook_8_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChatzigeorgiouGroup/FractalDimension/HEAD/README_notebook_files/README_notebook_8_7.png -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/README_notebook-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChatzigeorgiouGroup/FractalDimension/HEAD/notebooks/.ipynb_checkpoints/README_notebook-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/Fractal_dimension_algorithm_build_and_test.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChatzigeorgiouGroup/FractalDimension/HEAD/notebooks/Fractal_dimension_algorithm_build_and_test.ipynb -------------------------------------------------------------------------------- /notebooks/README_notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChatzigeorgiouGroup/FractalDimension/HEAD/notebooks/README_notebook.ipynb -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChatzigeorgiouGroup/FractalDimension/HEAD/requirements.txt --------------------------------------------------------------------------------