d12beb6938 | ||
---|---|---|
.. | ||
action_recognition | ||
classification | ||
common | ||
detection | ||
segmentation | ||
similarity | ||
tracking | ||
README.md | ||
__init__.py |
README.md
Computer Vision Utilities
This package (utils_cv
) contains functions to simplify common tasks
used when developing and evaluating computer vision systems. A short
description of the sub-modules is provided below. For more details
about what functions are available and how to use them, please review
the doc-strings provided with the code.
Sub-Modules
common
This sub-module contains high-level utilities for defining constants used in most algorithms as well as helper functions used by other modules.
classification
This sub-module contains helper functions for image classification.
similarity
This sub-module includes helper functions for image similarity.
detection
This sub-module includes helper functions for object detection.
action_recognition
This sub-module includes helper functions for action recognition.
tracking
This sub-module includes helper functions for multi-object tracking.