HomeSort by relevance Sort by last modified time
    Searched refs:PERF_TEST_P (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/opencv3/modules/videoio/perf/
perf_input.cpp 17 PERF_TEST_P(VideoCapture_Reading, ReadFile, testing::Values( "highgui/video/big_buck_bunny.avi",
23 PERF_TEST_P(VideoCapture_Reading, ReadFile, testing::Values( "highgui/video/big_buck_bunny.avi",
  /external/opencv3/modules/core/perf/
perf_arithm.cpp 13 PERF_TEST_P(Size_MatType, min, TYPICAL_MATS_CORE_ARITHM)
28 PERF_TEST_P(Size_MatType, minScalar, TYPICAL_MATS_CORE_ARITHM)
43 PERF_TEST_P(Size_MatType, max, TYPICAL_MATS_CORE_ARITHM)
58 PERF_TEST_P(Size_MatType, maxScalar, TYPICAL_MATS_CORE_ARITHM)
73 PERF_TEST_P(Size_MatType, absdiff, TYPICAL_MATS_CORE_ARITHM)
95 PERF_TEST_P(Size_MatType, absdiffScalar, TYPICAL_MATS_CORE_ARITHM)
117 PERF_TEST_P(Size_MatType, add, TYPICAL_MATS_CORE_ARITHM)
140 PERF_TEST_P(Size_MatType, addScalar, TYPICAL_MATS_CORE_ARITHM)
162 PERF_TEST_P(Size_MatType, subtract, TYPICAL_MATS_CORE_ARITHM)
184 PERF_TEST_P(Size_MatType, subtractScalar, TYPICAL_MATS_CORE_ARITHM
    [all...]
perf_stat.cpp 9 PERF_TEST_P(Size_MatType, sum, TYPICAL_MATS)
24 PERF_TEST_P(Size_MatType, mean, TYPICAL_MATS)
39 PERF_TEST_P(Size_MatType, mean_mask, TYPICAL_MATS)
55 PERF_TEST_P(Size_MatType, meanStdDev, TYPICAL_MATS)
72 PERF_TEST_P(Size_MatType, meanStdDev_mask, TYPICAL_MATS)
90 PERF_TEST_P(Size_MatType, countNonZero, testing::Combine( testing::Values( TYPICAL_MAT_SIZES ), testing::Values( CV_8UC1, CV_8SC1, CV_16UC1, CV_16SC1, CV_32SC1, CV_32FC1, CV_64FC1 ) ))
perf_bitwise.cpp 13 PERF_TEST_P(Size_MatType, bitwise_not, TYPICAL_MATS_BITW_ARITHM)
29 PERF_TEST_P(Size_MatType, bitwise_and, TYPICAL_MATS_BITW_ARITHM)
45 PERF_TEST_P(Size_MatType, bitwise_or, TYPICAL_MATS_BITW_ARITHM)
61 PERF_TEST_P(Size_MatType, bitwise_xor, TYPICAL_MATS_BITW_ARITHM)
perf_mat.cpp 9 PERF_TEST_P(Size_MatType, Mat_Eye,
30 PERF_TEST_P(Size_MatType, Mat_Zeros,
51 PERF_TEST_P(Size_MatType, Mat_Clone,
73 PERF_TEST_P(Size_MatType, Mat_Clone_Roi,
perf_norm.cpp 14 PERF_TEST_P(Size_MatType_NormType, norm,
36 PERF_TEST_P(Size_MatType_NormType, norm_mask,
59 PERF_TEST_P(Size_MatType_NormType, norm2,
82 PERF_TEST_P(Size_MatType_NormType, norm2_mask,
106 PERF_TEST_P(Size_MatType_NormType, normalize,
132 PERF_TEST_P(Size_MatType_NormType, normalize_mask,
160 PERF_TEST_P(Size_MatType_NormType, normalize_32f,
186 PERF_TEST_P( Size_MatType, normalize_minmax, TYPICAL_MATS )
perf_sort.cpp 19 PERF_TEST_P(sortFixture, sort, TYPICAL_MATS_SORT)
39 PERF_TEST_P(sortIdxFixture, sorIdx, TYPICAL_MATS_SORT)
perf_abs.cpp 13 PERF_TEST_P(Size_MatType, abs, TYPICAL_MATS_ABS)
perf_addWeighted.cpp 12 PERF_TEST_P(Size_MatType, addWeighted, TYPICAL_MATS_ADWEIGHTED)
perf_dot.cpp 12 PERF_TEST_P( MatType_Length, dot,
perf_inRange.cpp 12 PERF_TEST_P(Size_MatType, inRange, TYPICAL_MATS_INRANGE)
perf_merge.cpp 12 PERF_TEST_P( Size_SrcDepth_DstChannels, merge,
  /external/opencv3/modules/cudaimgproc/perf/
perf_mean_shift.cpp 54 PERF_TEST_P(Image, MeanShiftFiltering,
90 PERF_TEST_P(Image, MeanShiftProc,
124 PERF_TEST_P(Image, MeanShiftSegmentation,
perf_histogram.cpp 52 PERF_TEST_P(Sz_Depth, HistEvenC1,
90 PERF_TEST_P(Sz_Depth, HistEvenC4,
130 PERF_TEST_P(Sz, CalcHist,
156 PERF_TEST_P(Sz, EqualizeHist,
188 PERF_TEST_P(Sz_ClipLimit, CLAHE,
  /external/opencv3/modules/imgproc/perf/
perf_phasecorr.cpp 12 PERF_TEST_P( CreateHanningWindowFixture, CreateHanningWindow, Values(szVGA, sz1080p))
perf_blur.cpp 12 PERF_TEST_P(Size_MatType_kSize, medianBlur,
46 PERF_TEST_P(Size_MatType_BorderType3x3, gaussianBlur3x3,
68 PERF_TEST_P(Size_MatType_BorderType3x3, blur3x3,
90 PERF_TEST_P(Size_MatType_BorderType, blur16x16,
117 PERF_TEST_P(Size_MatType_BorderType3x3, box3x3,
139 PERF_TEST_P(Size_MatType_BorderType3x3, box3x3_inplace,
167 PERF_TEST_P(Size_MatType_BorderType, gaussianBlur5x5,
189 PERF_TEST_P(Size_MatType_BorderType, blur5x5,
perf_morph.cpp 12 PERF_TEST_P(Size_MatType, erode, TYPICAL_MATS_MORPH)
28 PERF_TEST_P(Size_MatType, dilate, TYPICAL_MATS_MORPH)
perf_histogram.cpp 17 PERF_TEST_P(Size_Source, calcHist1d,
46 PERF_TEST_P(Size_Source, calcHist2d,
74 PERF_TEST_P(Size_Source, calcHist3d,
103 PERF_TEST_P(MatSize, equalizeHist,
124 PERF_TEST_P(Sz_ClipLimit, CLAHE,
perf_corners.cpp 14 PERF_TEST_P(Img_BlockSize_ApertureSize_k_BorderType, cornerHarris,
43 PERF_TEST_P(Img_BlockSize_ApertureSize_BorderType, cornerEigenValsAndVecs,
70 PERF_TEST_P(Img_BlockSize_ApertureSize_BorderType, cornerMinEigenVal,
perf_integral.cpp 12 PERF_TEST_P(Size_MatType_OutMatDepth, integral,
34 PERF_TEST_P(Size_MatType_OutMatDepth, integral_sqsum,
59 PERF_TEST_P( Size_MatType_OutMatDepth, integral_sqsum_tilted,
perf_threshold.cpp 14 PERF_TEST_P(Size_MatType_ThreshType, threshold,
43 PERF_TEST_P(Size_Only, threshold_otsu, testing::Values(TYPICAL_MAT_SIZES))
66 PERF_TEST_P(Size_AdaptThreshType_AdaptThreshMethod_BlockSize, adaptiveThreshold,
  /external/opencv3/modules/cudaarithm/perf/
perf_element_operations.cpp 54 PERF_TEST_P(Sz_Depth, AddMat,
90 PERF_TEST_P(Sz_Depth, AddScalar,
125 PERF_TEST_P(Sz_Depth, SubtractMat,
161 PERF_TEST_P(Sz_Depth, SubtractScalar,
196 PERF_TEST_P(Sz_Depth, MultiplyMat,
232 PERF_TEST_P(Sz_Depth, MultiplyScalar,
267 PERF_TEST_P(Sz_Depth, DivideMat,
303 PERF_TEST_P(Sz_Depth, DivideScalar,
338 PERF_TEST_P(Sz_Depth, DivideScalarInv,
373 PERF_TEST_P(Sz_Depth, AbsDiffMat
    [all...]
perf_reductions.cpp 54 PERF_TEST_P(Sz_Depth_Norm, Norm,
94 PERF_TEST_P(Sz_Norm, NormDiff,
131 PERF_TEST_P(Sz_Depth_Cn, Sum,
167 PERF_TEST_P(Sz_Depth_Cn, SumAbs,
199 PERF_TEST_P(Sz_Depth_Cn, SumSqr,
231 PERF_TEST_P(Sz_Depth, MinMax,
268 PERF_TEST_P(Sz_Depth, MinMaxLoc,
307 PERF_TEST_P(Sz_Depth, CountNonZero,
346 PERF_TEST_P(Sz_Depth_Cn_Code_Dim, Reduce,
388 PERF_TEST_P(Sz_Depth_NormType, Normalize
    [all...]
  /external/opencv3/modules/features2d/perf/
perf_orb.cpp 15 PERF_TEST_P(orb, detect, testing::Values(ORB_IMAGES))
34 PERF_TEST_P(orb, extract, testing::Values(ORB_IMAGES))
57 PERF_TEST_P(orb, full, testing::Values(ORB_IMAGES))
  /external/opencv3/modules/core/perf/cuda/
perf_gpumat.cpp 57 PERF_TEST_P(Sz_Depth_Cn, CUDA_GpuMat_SetTo,
89 PERF_TEST_P(Sz_Depth_Cn, CUDA_GpuMat_SetToMasked,
126 PERF_TEST_P(Sz_Depth_Cn, CUDA_GpuMat_CopyToMasked,
164 PERF_TEST_P(Sz_2Depth, CUDA_GpuMat_ConvertTo,

Completed in 882 milliseconds

1 2 3 4