/external/opencv3/modules/imgproc/test/ocl/ |
D | test_color.cpp | 110 OCL_TEST_P(CvtColor, BGR2BGRA) { performTest(3, 4, CVTCODE(BGR2BGRA)); } in OCL_TEST_P() function 111 OCL_TEST_P(CvtColor, RGB2RGBA) { performTest(3, 4, CVTCODE(RGB2RGBA)); } in OCL_TEST_P() function 112 OCL_TEST_P(CvtColor, BGRA2BGR) { performTest(4, 3, CVTCODE(BGRA2BGR)); } in OCL_TEST_P() function 113 OCL_TEST_P(CvtColor, RGBA2RGB) { performTest(4, 3, CVTCODE(RGBA2RGB)); } in OCL_TEST_P() function 114 OCL_TEST_P(CvtColor, BGR2RGBA) { performTest(3, 4, CVTCODE(BGR2RGBA)); } in OCL_TEST_P() function 115 OCL_TEST_P(CvtColor, RGB2BGRA) { performTest(3, 4, CVTCODE(RGB2BGRA)); } in OCL_TEST_P() function 116 OCL_TEST_P(CvtColor, RGBA2BGR) { performTest(4, 3, CVTCODE(RGBA2BGR)); } in OCL_TEST_P() function 117 OCL_TEST_P(CvtColor, BGRA2RGB) { performTest(4, 3, CVTCODE(BGRA2RGB)); } in OCL_TEST_P() function 118 OCL_TEST_P(CvtColor, BGR2RGB) { performTest(3, 3, CVTCODE(BGR2RGB)); } in OCL_TEST_P() function 119 OCL_TEST_P(CvtColor, RGB2BGR) { performTest(3, 3, CVTCODE(RGB2BGR)); } in OCL_TEST_P() function [all …]
|
D | test_accumulate.cpp | 106 OCL_TEST_P(Accumulate, Mat) in OCL_TEST_P() function 119 OCL_TEST_P(Accumulate, Mask) in OCL_TEST_P() function 136 OCL_TEST_P(AccumulateSquare, Mat) in OCL_TEST_P() function 149 OCL_TEST_P(AccumulateSquare, Mask) in OCL_TEST_P() function 166 OCL_TEST_P(AccumulateProduct, Mat) in OCL_TEST_P() function 179 OCL_TEST_P(AccumulateProduct, Mask) in OCL_TEST_P() function 196 OCL_TEST_P(AccumulateWeighted, Mat) in OCL_TEST_P() function 209 OCL_TEST_P(AccumulateWeighted, Mask) in OCL_TEST_P() function
|
D | test_filters.cpp | 132 OCL_TEST_P(Bilateral, Mat) in OCL_TEST_P() function 153 OCL_TEST_P(LaplacianTest, Accuracy) in OCL_TEST_P() function 174 OCL_TEST_P(SobelTest, Mat) in OCL_TEST_P() function 195 OCL_TEST_P(ScharrTest, Mat) in OCL_TEST_P() function 216 OCL_TEST_P(GaussianBlurTest, Mat) in OCL_TEST_P() function 237 OCL_TEST_P(Erode, Mat) in OCL_TEST_P() function 259 OCL_TEST_P(Dilate, Mat) in OCL_TEST_P() function 337 OCL_TEST_P(MorphologyEx, Mat) in OCL_TEST_P() function
|
D | test_imgproc.cpp | 161 OCL_TEST_P(CopyMakeBorder, Mat) in OCL_TEST_P() function 178 OCL_TEST_P(EqualizeHist, Mat) in OCL_TEST_P() function 227 OCL_TEST_P(CornerMinEigenVal, Mat) in OCL_TEST_P() function 246 OCL_TEST_P(CornerHarris, Mat) in OCL_TEST_P() function 266 OCL_TEST_P(PreCornerDetect, Mat) in OCL_TEST_P() function 327 OCL_TEST_P(Integral, Mat1) in OCL_TEST_P() function 340 OCL_TEST_P(Integral, Mat2) in OCL_TEST_P() function 369 OCL_TEST_P(Threshold, Mat) in OCL_TEST_P() function 422 OCL_TEST_P(CLAHETest, Accuracy) in OCL_TEST_P() function
|
D | test_warp.cpp | 120 OCL_TEST_P(WarpAffine, Mat) in OCL_TEST_P() function 141 OCL_TEST_P(WarpPerspective, Mat) in OCL_TEST_P() function 220 OCL_TEST_P(Resize, Mat) in OCL_TEST_P() function 301 OCL_TEST_P(Remap_INTER_NEAREST, Mat) in OCL_TEST_P() function 316 OCL_TEST_P(Remap_INTER_LINEAR, Mat) in OCL_TEST_P() function
|
D | test_houghlines.cpp | 84 OCL_TEST_P(HoughLines, RealImage) in OCL_TEST_P() function 94 OCL_TEST_P(HoughLines, GeneratedImage) in OCL_TEST_P() function 164 OCL_TEST_P(HoughLinesP, RealImage) in OCL_TEST_P() function
|
D | test_gftt.cpp | 95 OCL_TEST_P(GoodFeaturesToTrack, Accuracy) in OCL_TEST_P() function 129 OCL_TEST_P(GoodFeaturesToTrack, EmptyCorners) in OCL_TEST_P() function
|
D | test_pyramids.cpp | 93 OCL_TEST_P(PyrDown, Mat) in OCL_TEST_P() function 122 OCL_TEST_P(PyrUp, Mat) in OCL_TEST_P() function
|
D | test_histogram.cpp | 199 OCL_TEST_P(CalcBackProject, Mat) in OCL_TEST_P() function 216 OCL_TEST_P(CalcBackProject, Mat_RealImage) in OCL_TEST_P() function 251 OCL_TEST_P(CalcHist, Mat) in OCL_TEST_P() function
|
D | test_boxfilter.cpp | 103 OCL_TEST_P(BoxFilter, Mat) in OCL_TEST_P() function 118 OCL_TEST_P(SqrBoxFilter, Mat) in OCL_TEST_P() function
|
D | test_medianfilter.cpp | 90 OCL_TEST_P(MedianFilter, Mat) in OCL_TEST_P() function
|
D | test_canny.cpp | 97 OCL_TEST_P(Canny, Accuracy) in OCL_TEST_P() function
|
D | test_match_template.cpp | 114 OCL_TEST_P(MatchTemplate, Mat) in OCL_TEST_P() function
|
/external/opencv3/modules/core/test/ocl/ |
D | test_arithm.cpp | 101 OCL_TEST_P(Lut, Mat) in OCL_TEST_P() function 196 OCL_TEST_P(Add, Mat) in OCL_TEST_P() function 208 OCL_TEST_P(Add, Mat_Mask) in OCL_TEST_P() function 220 OCL_TEST_P(Add, Scalar) in OCL_TEST_P() function 232 OCL_TEST_P(Add, Scalar_Mask) in OCL_TEST_P() function 248 OCL_TEST_P(Subtract, Mat) in OCL_TEST_P() function 260 OCL_TEST_P(Subtract, Mat_Mask) in OCL_TEST_P() function 272 OCL_TEST_P(Subtract, Scalar) in OCL_TEST_P() function 284 OCL_TEST_P(Subtract, Scalar_Mask) in OCL_TEST_P() function 300 OCL_TEST_P(Mul, Mat) in OCL_TEST_P() function [all …]
|
D | test_matrix_expr.cpp | 36 OCL_TEST_P(UMatExpr, Eye) in OCL_TEST_P() function 51 OCL_TEST_P(UMatExpr, Zeros) in OCL_TEST_P() function 66 OCL_TEST_P(UMatExpr, Ones) in OCL_TEST_P() function
|
D | test_matrix_operation.cpp | 88 OCL_TEST_P(ConvertTo, Accuracy) in OCL_TEST_P() function 155 OCL_TEST_P(CopyTo, Accuracy) in OCL_TEST_P() function 178 OCL_TEST_P(SetTo, Accuracy) in OCL_TEST_P() function
|
D | test_channels.cpp | 133 OCL_TEST_P(Merge, Accuracy) in OCL_TEST_P() function 211 OCL_TEST_P(Split, Accuracy) in OCL_TEST_P() function 350 OCL_TEST_P(MixChannels, Accuracy) in OCL_TEST_P() function 400 OCL_TEST_P(InsertChannel, Accuracy) in OCL_TEST_P() function 446 OCL_TEST_P(ExtractChannel, Accuracy) in OCL_TEST_P() function
|
D | test_dft.cpp | 107 OCL_TEST_P(Dft, Mat) in OCL_TEST_P() function 163 OCL_TEST_P(MulSpectrums, Mat) in OCL_TEST_P() function
|
/external/opencv3/modules/features2d/test/ocl/ |
D | test_brute_force_matcher.cpp | 115 OCL_TEST_P(BruteForceMatcher, DISABLED_Match_Single) in OCL_TEST_P() function 117 OCL_TEST_P(BruteForceMatcher, Match_Single) in OCL_TEST_P() 139 OCL_TEST_P(BruteForceMatcher, DISABLED_KnnMatch_2_Single) in OCL_TEST_P() function 141 OCL_TEST_P(BruteForceMatcher, KnnMatch_2_Single) in OCL_TEST_P() 175 OCL_TEST_P(BruteForceMatcher, DISABLED_RadiusMatch_Single) in OCL_TEST_P() function 177 OCL_TEST_P(BruteForceMatcher, RadiusMatch_Single) in OCL_TEST_P()
|
/external/opencv3/modules/photo/test/ocl/ |
D | test_denoising.cpp | 79 OCL_TEST_P(FastNlMeansDenoising, Mat) in OCL_TEST_P() function 94 OCL_TEST_P(FastNlMeansDenoising_hsep, Mat) in OCL_TEST_P() function 109 OCL_TEST_P(FastNlMeansDenoisingColored, Mat) in OCL_TEST_P() function
|
/external/opencv3/modules/objdetect/test/opencl/ |
D | test_hogdetector.cpp | 78 OCL_TEST_P(HOG, GetDescriptors) in OCL_TEST_P() function 96 OCL_TEST_P(HOG, Detect) in OCL_TEST_P() function
|
/external/opencv3/modules/video/test/ocl/ |
D | test_bgfg_mog2.cpp | 42 OCL_TEST_P(Mog2_Update, Accuracy) in OCL_TEST_P() function 90 OCL_TEST_P(Mog2_getBackgroundImage, Accuracy) in OCL_TEST_P() function
|
D | test_optflow_tvl1flow.cpp | 74 OCL_TEST_P(OpticalFlowTVL1, Mat) in OCL_TEST_P() function
|
D | test_optflow_farneback.cpp | 84 OCL_TEST_P(FarnebackOpticalFlow, Mat) in OCL_TEST_P() function
|
/external/opencv3/modules/calib3d/test/opencl/ |
D | test_stereobm.cpp | 80 OCL_TEST_P(StereoBMFixture, StereoBM) in OCL_TEST_P() function
|