Searched refs:EqualizeHist (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | hist.cu | 196 struct EqualizeHist : unary_function<uchar, uchar> struct 200 __host__ EqualizeHist(float _scale) : scale(_scale) {} in EqualizeHist() function 212 …late <> struct TransformFunctorTraits<hist::EqualizeHist> : DefaultTransformFunctorTraits<hist::Eq… argument 229 device::transform(src, dst, EqualizeHist(scale), WithOutMask(), stream); in equalizeHist()
|
/external/opencv3/modules/cudaimgproc/test/ |
D | test_histogram.cpp | 140 PARAM_TEST_CASE(EqualizeHist, cv::cuda::DeviceInfo, cv::Size) in PARAM_TEST_CASE() argument 154 CUDA_TEST_P(EqualizeHist, Accuracy) in CUDA_TEST_P() argument 167 INSTANTIATE_TEST_CASE_P(CUDA_ImgProc, EqualizeHist, testing::Combine(
|
/external/opencv3/modules/imgproc/test/ocl/ |
D | test_imgproc.cpp | 176 typedef ImgprocTestBase EqualizeHist; typedef 178 OCL_TEST_P(EqualizeHist, Mat) in OCL_TEST_P() argument 439 OCL_INSTANTIATE_TEST_CASE_P(Imgproc, EqualizeHist, Combine(
|
/external/opencv3/modules/cudaimgproc/perf/ |
D | perf_histogram.cpp | 156 PERF_TEST_P(Sz, EqualizeHist, in PERF_TEST_P() argument
|
/external/opencv3/modules/imgproc/perf/opencl/ |
D | perf_imgproc.cpp | 59 OCL_PERF_TEST_P(EqualizeHistFixture, EqualizeHist, OCL_TEST_SIZES) in OCL_PERF_TEST_P() argument
|