Welcome to the Measuring Objects project! This Python-based tool leverages the power of OpenCV to detect and measure objects in images, making it ideal for a variety of computer vision tasks.
- Object Detection: Identify and isolate objects from images.
- Measurement Calculation: Accurately measure dimensions using image processing.
- Easy to Use: Upload an image, get results instantly.
- Python
- OpenCV
- Clone the repository:
git clone https://github.com/stamenovmartin/Measuring-Objects-OpenCV.git
- Navigate to the project folder:
cd Measuring-Objects-OpenCV
- Install dependencies:
pip install -r requirements.txt
- Run the project:
python main.py --image path_to_your_image.jpg