Learn Before
Concept

Converting image in OpenCV

An important pre-processing step in computer vision is converting to different color schemes such as gray or HSV. OpenCV makes the seamless using cv2.cvtColor where you can input you image and use flags such as COLOR_BGR2RGB to convert it between color schemes.

0

1

Updated 2021-10-21

Tags

Data Science