diff --git a/scripts/benchmark/benchmarks.txt b/scripts/benchmark/benchmarks.txt index 7427c3e189ff84e3575a9dd62a6a9c4db427c050..4001aef9a2ff53fbadccba289701b0647f6c79b0 100755 --- a/scripts/benchmark/benchmarks.txt +++ b/scripts/benchmark/benchmarks.txt @@ -24,8 +24,8 @@ BGRA2YUV: opencv_perf_imgproc '*cvtColor8u/*' '($PIXEL_FORMAT, CX_BGRA2YUV YUV2RGB: opencv_perf_imgproc '*cvtColor8u/*' '($PIXEL_FORMAT, COLOR_YUV2RGB)' YUV2BGR: opencv_perf_imgproc '*cvtColor8u/*' '($PIXEL_FORMAT, COLOR_YUV2BGR)' -YUV2RGBA: opencv_perf_imgproc '*cvtColor8u/*' '($PIXEL_FORMAT, COLOR_YUV2RGBA)' -YUV2BGRA: opencv_perf_imgproc '*cvtColor8u/*' '($PIXEL_FORMAT, COLOR_YUV2BGRA)' +YUV2RGBA: opencv_perf_imgproc '*cvtColor8u/*' '($PIXEL_FORMAT, CX_YUV2BGRA)' +YUV2BGRA: opencv_perf_imgproc '*cvtColor8u/*' '($PIXEL_FORMAT, CX_YUV2RGBA)' BinaryThreshold: opencv_perf_imgproc '*ThreshFixture_Threshold.Threshold/*' '($PIXEL_FORMAT, 8UC1, THRESH_BINARY)'