HomeSort by relevance Sort by last modified time
    Searched refs:CV_YUV2GRAY_YUY2 (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
types_c.h 315 CV_YUV2GRAY_YUY2 = 124,
319 CV_YUV2GRAY_YVYU = CV_YUV2GRAY_YUY2,
320 CV_YUV2GRAY_YUYV = CV_YUV2GRAY_YUY2,
321 CV_YUV2GRAY_YUNV = CV_YUV2GRAY_YUY2,
  /external/opencv3/modules/imgproc/test/
test_cvtyuv.cpp 409 case CV_YUV2GRAY_YUY2:
493 case CV_YUV2GRAY_YUY2:
604 CV_YUV2GRAY_420, CV_YUV2GRAY_UYVY, CV_YUV2GRAY_YUY2,
708 (int)CV_YUV2GRAY_UYVY, (int)CV_YUV2GRAY_YUY2));
  /external/opencv3/modules/imgproc/src/
color.cpp     [all...]

Completed in 70 milliseconds