Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
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.
  • Loading branch information
gromag authored Mar 12, 2023
commit 0094667bccbc3be5cd81f06b0079889271ee5790
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

Pre-built CPU-only OpenCV packages for Python.

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.

Check the manual build section if you wish to compile the bindings from source to enable additional modules such as CUDA.

### Installation and Usage
Expand Down