OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createCLAHE
(Results
1 - 13
of
13
) sorted by null
/external/opencv3/modules/cudaimgproc/perf/
perf_histogram.cpp
200
cv::Ptr<cv::cuda::CLAHE> clahe = cv::cuda::
createCLAHE
(clipLimit);
210
cv::Ptr<cv::CLAHE> clahe = cv::
createCLAHE
(clipLimit);
/external/opencv3/modules/cudaimgproc/test/
test_histogram.cpp
199
cv::Ptr<cv::cuda::CLAHE> clahe = cv::cuda::
createCLAHE
(clipLimit);
203
cv::Ptr<cv::CLAHE> clahe_gold = cv::
createCLAHE
(clipLimit);
/external/opencv3/samples/tapi/
clahe.cpp
59
pFilter =
createCLAHE
();
/external/opencv3/modules/imgproc/perf/
perf_histogram.cpp
135
Ptr<CLAHE> clahe =
createCLAHE
(clipLimit);
/external/opencv3/modules/cudaimgproc/include/opencv2/
cudaimgproc.hpp
235
CV_EXPORTS Ptr<cuda::CLAHE>
createCLAHE
(double clipLimit = 40.0, Size tileGridSize = Size(8, 8));
/external/opencv3/modules/imgproc/perf/opencl/
perf_imgproc.cpp
294
cv::Ptr<cv::CLAHE> clahe = cv::
createCLAHE
(clipLimit);
/external/opencv3/modules/imgproc/test/ocl/
test_imgproc.cpp
428
Ptr<CLAHE> clahe = cv::
createCLAHE
(clipLimit, gridSize);
/external/opencv3/modules/cudaimgproc/src/
histogram.cpp
54
cv::Ptr<cv::cuda::CLAHE> cv::cuda::
createCLAHE
(double, cv::Size) { throw_no_cuda(); return cv::Ptr<cv::cuda::CLAHE>(); }
251
cv::Ptr<cv::cuda::CLAHE> cv::cuda::
createCLAHE
(double clipLimit, cv::Size tileGridSize)
/external/opencv3/modules/imgproc/src/
clahe.cpp
464
cv::Ptr<cv::CLAHE> cv::
createCLAHE
(double clipLimit, cv::Size tileGridSize)
/external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp
[
all
...]
/external/opencv3/modules/java/src/
imgproc+Imgproc.java
[
all
...]
imgproc.cpp
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 113 milliseconds