OpenCV Python Color Spaces

preview_player
Показать описание
Check Source Code And More:

In this OpenCV Python video we are going to talk about Color Spaces Introduction.

There are more than 150 color-space conversion methods available in OpenCV. But we will look into only two which are most widely used ones, BGR ↔ Gray and BGR ↔ HSV.

For BGR → Gray conversion we use the flags cv.COLOR_BGR2GRAY. Similarly for BGR → HSV, we use the flag cv.COLOR_BGR2HSV. To get other flags.
Рекомендации по теме
Комментарии
Автор

First comment, meanwhile when will you publish video series as to django?

bugrahankarahan