Material Crawler is a Python project designed to process images, split curves, draw masks, and adjust points. It utilizes various image processing techniques and clustering algorithms to achieve these tasks.
- Python 3.x
- NumPy
- Matplotlib
- scikit-learn
- Pillow
-
Clone the repository:
git clone https://github.com/yourusername/material-crawler.git cd material-crawler
-
Install the required packages:
pip install -r requirements.txt
python MaterialCrawler/process.py --filename path/to/image.png --n-lines 1000 --output path/to/output.json