Open source computer vision library written in C and C++.
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형태로 읽음
# create virtual env first
# then
pip install opencv-python