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

  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
types_c.h 231 CV_BayerGB2GRAY = 87,
  /external/opencv3/modules/imgproc/src/
demosaicing.cpp 617 int start_with_green = code == CV_BayerGB2GRAY || code == CV_BayerGR2GRAY;
620 if( code != CV_BayerBG2GRAY && code != CV_BayerGB2GRAY )
    [all...]
color.cpp     [all...]

Completed in 502 milliseconds