Home
last modified time | relevance | path

Searched refs:EqualizeHist (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/cudaimgproc/src/cuda/
Dhist.cu196 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/
Dtest_histogram.cpp140 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/
Dtest_imgproc.cpp176 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/
Dperf_histogram.cpp156 PERF_TEST_P(Sz, EqualizeHist, in PERF_TEST_P() argument
/external/opencv3/modules/imgproc/perf/opencl/
Dperf_imgproc.cpp59 OCL_PERF_TEST_P(EqualizeHistFixture, EqualizeHist, OCL_TEST_SIZES) in OCL_PERF_TEST_P() argument