Skip to content

Commit 0094667

Browse files
authored
Docs: a brief introduction to OpenCV
Individual not familiar with OpenCV can get a quick first glance understanding of what OpenCV (and OpenCV Python in particular) is about.
1 parent f9de34e commit 0094667

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
Pre-built CPU-only OpenCV packages for Python.
66

7+
OpenCV (Open Source Computer Vision Library) is an open-source computer vision and machine learning software library. OpenCV Python provides a set of easy-to-use functions for image and video processing, including image loading, filtering, transformation, feature extraction, object detection, and more. It provides interfaces to popular machine learning frameworks like TensorFlow and PyTorch, making it a popular choice for computer vision tasks in both academia and industry.
8+
79
Check the manual build section if you wish to compile the bindings from source to enable additional modules such as CUDA.
810

911
### Installation and Usage

0 commit comments

Comments
 (0)