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
- Host: GitHub
- URL: https://github.com/xcapt0/object_size_detector
- Owner: xcapt0
- License: mit
- Created: 2022-01-13T17:22:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-29T09:26:31.000Z (over 4 years ago)
- Last Synced: 2023-08-31T01:33:26.580Z (almost 3 years ago)
- Topics: computer-vision, opencv
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.