Metadata-Version: 2.1
Name: cv2_detection
Version: 1.2
Summary: Object detection using opencv
Keywords: opencv,cv2,object,detection
Author-email: sfkan6 <sfkan6@yandex.ru>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: opencv-python-headless>=4.10.0.84
Project-URL: Home, https://github.com/sfkan6/opencv-object-detection

# OpenCV object detection

Обнаружение объектов с помощью opencv


Позволяет легко настроить обнаружение контуров объектов по [HSV диапазонам](https://docs.opencv.org/3.4/da/d97/tutorial_threshold_inRange.html). Работает с изображениями и камерой.

Работа с контурами:
- Фильтрация
- Преобразования
- Сортировка
- Рисование

[Пример](https://github.com/sfkan6/opencv-object-detection/blob/main/example)

[Определить HSV диапазон?](https://github.com/sfkan6/opencv-object-detection/blob/main/example/hsv_range)

