Home
last modified time | relevance | path

Searched defs:MatType (Results 1 – 25 of 25) sorted by relevance

/external/opencv3/modules/imgproc/test/ocl/
Dtest_warp.cpp70 PARAM_TEST_CASE(WarpTestBase, MatType, Interpolation, bool, bool) in PARAM_TEST_CASE() argument
168 PARAM_TEST_CASE(Resize, MatType, double, double, Interpolation, bool, int) in PARAM_TEST_CASE() argument
239 PARAM_TEST_CASE(Remap, MatDepth, Channels, std::pair<MatType, MatType>, BorderType, bool) in PARAM_TEST_CASE() argument
Dtest_filters.cpp60 PARAM_TEST_CASE(FilterTestBase, MatType, in PARAM_TEST_CASE() argument
Dtest_imgproc.cpp65 PARAM_TEST_CASE(ImgprocTestBase, MatType, in PARAM_TEST_CASE() argument
/external/opencv3/modules/cudawarping/test/
Dtest_pyramids.cpp52 PARAM_TEST_CASE(PyrDown, cv::cuda::DeviceInfo, cv::Size, MatType, UseRoi) in PARAM_TEST_CASE() argument
92 PARAM_TEST_CASE(PyrUp, cv::cuda::DeviceInfo, cv::Size, MatType, UseRoi) in PARAM_TEST_CASE() argument
Dtest_resize.cpp120 PARAM_TEST_CASE(Resize, cv::cuda::DeviceInfo, cv::Size, MatType, double, Interpolation, UseRoi) in PARAM_TEST_CASE() argument
165 PARAM_TEST_CASE(ResizeSameAsHost, cv::cuda::DeviceInfo, cv::Size, MatType, double, Interpolation, U… in PARAM_TEST_CASE() argument
Dtest_warp_perspective.cpp186 PARAM_TEST_CASE(WarpPerspective, cv::cuda::DeviceInfo, cv::Size, MatType, Inverse, Interpolation, B… in PARAM_TEST_CASE() argument
240 PARAM_TEST_CASE(WarpPerspectiveNPP, cv::cuda::DeviceInfo, MatType, Inverse, Interpolation) in PARAM_TEST_CASE() argument
Dtest_warp_affine.cpp183 PARAM_TEST_CASE(WarpAffine, cv::cuda::DeviceInfo, cv::Size, MatType, Inverse, Interpolation, Border… in PARAM_TEST_CASE() argument
237 PARAM_TEST_CASE(WarpAffineNPP, cv::cuda::DeviceInfo, MatType, Inverse, Interpolation) in PARAM_TEST_CASE() argument
Dtest_remap.cpp115 PARAM_TEST_CASE(Remap, cv::cuda::DeviceInfo, cv::Size, MatType, Interpolation, BorderType, UseRoi) in PARAM_TEST_CASE() argument
/external/opencv3/modules/cudaimgproc/test/
Dtest_corners.cpp58 PARAM_TEST_CASE(CornerHarris, cv::cuda::DeviceInfo, MatType, BorderType, BlockSize, ApertureSize) in PARAM_TEST_CASE() argument
106 PARAM_TEST_CASE(CornerMinEigen, cv::cuda::DeviceInfo, MatType, BorderType, BlockSize, ApertureSize) in PARAM_TEST_CASE() argument
Dtest_bilateral_filter.cpp52 PARAM_TEST_CASE(BilateralFilter, cv::cuda::DeviceInfo, cv::Size, MatType) in PARAM_TEST_CASE() argument
Dtest_blend.cpp79 PARAM_TEST_CASE(Blend, cv::cuda::DeviceInfo, cv::Size, MatType, UseRoi) in PARAM_TEST_CASE() argument
/external/eigen/test/
Dspecial_numbers.cpp14 typedef Matrix<Scalar, Dynamic,Dynamic> MatType; in special_numbers() typedef
/external/eigen/Eigen/src/IterativeLinearSolvers/
DBasicPreconditioners.h55 DiagonalPreconditioner& analyzePattern(const MatType& ) in analyzePattern()
/external/opencv3/modules/objdetect/test/opencl/
Dtest_hogdetector.cpp62 PARAM_TEST_CASE(HOG, Size, MatType) in PARAM_TEST_CASE() argument
/external/opencv3/modules/cudaarithm/test/
Dtest_core.cpp184 PARAM_TEST_CASE(Transpose, cv::cuda::DeviceInfo, cv::Size, MatType, UseRoi) in PARAM_TEST_CASE() argument
303 PARAM_TEST_CASE(LUT, cv::cuda::DeviceInfo, cv::Size, MatType, UseRoi) in PARAM_TEST_CASE() argument
367 PARAM_TEST_CASE(CopyMakeBorder, cv::cuda::DeviceInfo, cv::Size, MatType, Border, BorderType, UseRoi) in PARAM_TEST_CASE() argument
Dtest_gpumat.cpp55 PARAM_TEST_CASE(GpuMat_SetTo, cv::cuda::DeviceInfo, cv::Size, MatType, UseRoi) in PARAM_TEST_CASE() argument
171 PARAM_TEST_CASE(GpuMat_CopyTo, cv::cuda::DeviceInfo, cv::Size, MatType, UseRoi) in PARAM_TEST_CASE() argument
Dtest_opengl.cpp56 PARAM_TEST_CASE(Buffer, cv::Size, MatType) in PARAM_TEST_CASE() argument
280 PARAM_TEST_CASE(Texture2D, cv::Size, MatType) in PARAM_TEST_CASE() argument
Dtest_arithm.cpp57 PARAM_TEST_CASE(GEMM, cv::cuda::DeviceInfo, cv::Size, MatType, GemmFlags, UseRoi) in PARAM_TEST_CASE() argument
Dtest_reductions.cpp259 PARAM_TEST_CASE(Sum, cv::cuda::DeviceInfo, cv::Size, MatType, UseRoi) in PARAM_TEST_CASE() argument
Dtest_element_operations.cpp1940 PARAM_TEST_CASE(Compare_Scalar, cv::cuda::DeviceInfo, cv::Size, MatType, CmpCode, UseRoi) in PARAM_TEST_CASE() argument
2008 PARAM_TEST_CASE(Bitwise_Array, cv::cuda::DeviceInfo, cv::Size, MatType) in PARAM_TEST_CASE() argument
/external/opencv3/modules/cudafilters/test/
Dtest_filters.cpp73 PARAM_TEST_CASE(Blur, cv::cuda::DeviceInfo, cv::Size, MatType, KSize, Anchor, BorderType, UseRoi) in PARAM_TEST_CASE() argument
124 PARAM_TEST_CASE(Filter2D, cv::cuda::DeviceInfo, cv::Size, MatType, KSize, Anchor, BorderType, UseRo… in PARAM_TEST_CASE() argument
176 PARAM_TEST_CASE(Laplacian, cv::cuda::DeviceInfo, cv::Size, MatType, KSize, UseRoi) in PARAM_TEST_CASE() argument
495 PARAM_TEST_CASE(Erode, cv::cuda::DeviceInfo, cv::Size, MatType, Anchor, Iterations, UseRoi) in PARAM_TEST_CASE() argument
546 PARAM_TEST_CASE(Dilate, cv::cuda::DeviceInfo, cv::Size, MatType, Anchor, Iterations, UseRoi) in PARAM_TEST_CASE() argument
/external/opencv3/modules/core/test/ocl/
Dtest_gemm.cpp57 MatType, in PARAM_TEST_CASE() argument
Dtest_channels.cpp148 PARAM_TEST_CASE(Split, MatType, Channels, bool) in PARAM_TEST_CASE() argument
230 PARAM_TEST_CASE(MixChannels, MatType, bool) in PARAM_TEST_CASE() argument
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp82 class MatType class
85 MatType(int val=0) : _type(val) {} in MatType() function in perf::MatType
/external/skia/tests/
DMatrixClipCollapseTest.cpp84 enum MatType { enum