OpenCV 4.13.0
Open Source Computer Vision
Loading...
Searching...
No Matches
color.hpp File Reference
#include <opencv2/core.hpp>
Include dependency graph for color.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  cv
namespace  cv::fastcv

Enumerations

enum  cv::fastcv::ColorConversionCodes {
  cv::fastcv::COLOR_YUV2YUV444sp_NV12 = 156 ,
  cv::fastcv::COLOR_YUV2YUV422sp_NV12 = 157 ,
  cv::fastcv::COLOR_YUV422sp2YUV444sp = 158 ,
  cv::fastcv::COLOR_YUV422sp2YUV_NV12 = 159 ,
  cv::fastcv::COLOR_YUV444sp2YUV422sp = 160 ,
  cv::fastcv::COLOR_YUV444sp2YUV_NV12 = 161 ,
  cv::fastcv::COLOR_YUV2RGB565_NV12 = 162 ,
  cv::fastcv::COLOR_YUV422sp2RGB565 = 163 ,
  cv::fastcv::COLOR_YUV422sp2RGB = 164 ,
  cv::fastcv::COLOR_YUV422sp2RGBA = 165 ,
  cv::fastcv::COLOR_YUV444sp2RGB565 = 166 ,
  cv::fastcv::COLOR_YUV444sp2RGB = 167 ,
  cv::fastcv::COLOR_YUV444sp2RGBA = 168 ,
  cv::fastcv::COLOR_RGB2YUV_NV12 = 169 ,
  cv::fastcv::COLOR_RGB5652YUV444sp = 170 ,
  cv::fastcv::COLOR_RGB5652YUV422sp = 171 ,
  cv::fastcv::COLOR_RGB5652YUV_NV12 = 172 ,
  cv::fastcv::COLOR_RGB2YUV444sp = 173 ,
  cv::fastcv::COLOR_RGB2YUV422sp = 174
}

Functions

void cv::fastcv::cvtColor (InputArray src, OutputArray dst, int code)