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

  /external/opencv3/samples/gpu/
alpha_comp.cpp 37 int alpha_op = ALPHA_OVER; local
47 cout << op_names[alpha_op] << endl;
49 alphaComp(d_src1, d_src2, d_res, alpha_op);
60 ++alpha_op;
62 if (alpha_op > ALPHA_PREMUL)
63 alpha_op = ALPHA_OVER;
  /external/opencv3/modules/cudaimgproc/perf/
perf_color.cpp 232 const int alpha_op = GET_PARAM(2); local
244 TEST_CYCLE() cv::cuda::alphaComp(d_img1, d_img2, dst, alpha_op);

Completed in 61 milliseconds