Skip to content

Commit

Permalink
temporary disable performance test for alphaComp function(cherry pick…
Browse files Browse the repository at this point in the history
…ed from commit 1ce5165)
  • Loading branch information
Vladislav Vinogradov authored and asmorkalov committed Feb 14, 2014
1 parent ea51396 commit b4845d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gpu/perf/perf_imgproc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1542,7 +1542,7 @@ CV_ENUM(AlphaOp, ALPHA_OVER, ALPHA_IN, ALPHA_OUT, ALPHA_ATOP, ALPHA_XOR, ALPHA_P

DEF_PARAM_TEST(Sz_Type_Op, cv::Size, MatType, AlphaOp);

PERF_TEST_P(Sz_Type_Op, ImgProc_AlphaComp,
PERF_TEST_P(Sz_Type_Op, DISABLED_ImgProc_AlphaComp,
Combine(GPU_TYPICAL_MAT_SIZES,
Values(CV_8UC4, CV_16UC4, CV_32SC4, CV_32FC4),
AlphaOp::all()))
Expand Down

0 comments on commit b4845d8

Please sign in to comment.