OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Lab2RGB
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/modules/imgproc/test/ocl/
test_color.cpp
295
OCL_TEST_P(CvtColor8u32f,
Lab2RGB
) { performTest(3, 3, CVTCODE(
Lab2RGB
), depth == CV_8U ? 1 : 1e-5); }
299
OCL_TEST_P(CvtColor8u32f, Lab2RGBA) { performTest(3, 4, CVTCODE(
Lab2RGB
), depth == CV_8U ? 1 : 1e-5); }
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
color_cvt.hpp
345
template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::
Lab2RGB
<SrcDepth, scn, dcn, sRGB, blueIdx> \
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
color_detail.hpp
[
all
...]
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
color_cvt.hpp
[
all
...]
/external/opencv3/modules/cudaimgproc/test/
test_color.cpp
[
all
...]
Completed in 173 milliseconds