An open API service indexing awesome lists of open source software.

https://github.com/xcapt0/object_size_detector

📏 Measure the size regardless of the distance | OpenCV
https://github.com/xcapt0/object_size_detector

computer-vision opencv

Last synced: 3 months ago
JSON representation

📏 Measure the size regardless of the distance | OpenCV

Awesome Lists containing this project

README

          

# 📏 Object Size Detector

You can measure size of any object, just take your camera and point at this object. This project eliminates the need to measure manually.

## 🎁 Installation
Install project with the following commands:
```sh
git pull https://github.com/xcapt0/object_size_detector.git
pip install -r requirements.txt
```

## 🤔 Usage

In order to measure the size of an object, regardless of the distance to it, you need a special Aruco marker. Just [download](https://user-images.githubusercontent.com/70326958/151595583-986f479e-2b40-4189-8929-dea03c601f53.svg) and print out with the size of 5x5 cm.

Run the app with the following command:
```sh
python main.py
```

## 📝 License

Copyright © 2022 [xcapt0](https://github.com/xcapt0).

This project is [MIT](https://github.com/xcapt0/object_size_detector/blob/main/LICENSE) licensed.