Color Spaces Module =================== The color_spaces module provides functions for converting between different color spaces commonly used in computer vision and image processing. .. automodule:: cv3.color_spaces :members: :undoc-members: :show-inheritance: .. autosummary:: :toctree: generated/ :template: function.rst cvt_color cvtColor rgb2bgr bgr2rgb rgba2bgra bgra2rgba rgb2gray bgr2gray gray2rgb gray2bgr gray2rgba gray2bgra bgr2hsv rgb2hsv hsv2bgr hsv2rgb rgb bgr rgba bgra