HomeSort by relevance Sort by last modified time
    Searched defs:start_with_green (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/imgproc/src/
demosaicing.cpp 509 ParallelLoopBody(), srcmat(_srcmat), dstmat(_dstmat), Start_with_green(_start_with_green),
525 int start_with_green = Start_with_green; local
534 start_with_green = !start_with_green;
553 if( start_with_green )
596 start_with_green = !start_with_green;
603 int Start_with_green;
617 int start_with_green = code == CV_BayerGB2GRAY || code == CV_BayerGR2GRAY local
686 int blue = Blue, start_with_green = Start_with_green; local
883 int start_with_green = code == CV_BayerGB2BGR || code == CV_BayerGR2BGR; local
1483 int start_with_green = Start_with_green, blue = Blue; local
1582 int start_with_green = code == CV_BayerGB2BGR_EA || code == CV_BayerGR2BGR_EA ? 1 : 0; local
    [all...]
  /external/opencv3/modules/imgproc/test/
test_color.cpp 1969 int start_with_green = code == CV_BayerGB2BGR_EA || code == CV_BayerGR2BGR_EA ? 1 : 0; local
    [all...]

Completed in 3635 milliseconds