OpenCV3 Tutorials 10 Getting list of COLOR Flags in OpenCV using Python

preview_player
Показать описание
This video tutorial walks through obtaining list of flags in opencv. Specifically COLOR flags. You can use similar approach to obtain other flags as well.
This is a good approach to know the existing possibilities.

Twitter: @ibrahimokdad
Рекомендации по теме
Комментарии
Автор

Very useful.
I was just wondering how many color space can CV2 support.
Thanks to you doing this series of videos.

gexmkdg
Автор

Perfectly done. But it gets a list of strings, and when one wants to iterate over these flags (as parameter) over some functions (e.g. cv2.cvtColor) requiring int inputs, it may work not.

ruiyaojiang