OpenCV

558 ワード

OpenCV


Open source computer vision library written in C and C++.

Computer vision


the transformation of data from a still or video camera into either a decision or a new representation.
a decision: perform a concrete task
a new representation: a new image
OpenCVをBGR形式で読み込む

How to install

# create virtual env first

# then
pip install opencv-python