OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Gray2RGB
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
color_cvt.hpp
90
template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::
Gray2RGB
<SrcDepth, dcn> \
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
color_detail.hpp
316
template <typename T, int dcn> struct
Gray2RGB
: unary_function<T, typename TypeVec<T, dcn>::vec_type>
327
__host__ __device__ __forceinline__
Gray2RGB
() {}
328
__host__ __device__ __forceinline__
Gray2RGB
(const
Gray2RGB
&) {}
331
template <> struct
Gray2RGB
<uchar, 4> : unary_function<uchar, uint>
343
__host__ __device__ __forceinline__
Gray2RGB
() {}
344
__host__ __device__ __forceinline__
Gray2RGB
(const
Gray2RGB
&) {}
351
typedef ::cv::cuda::device::color_detail::
Gray2RGB
<T, dcn> functor_type; \
[
all
...]
/external/opencv3/modules/imgproc/src/
color.cpp
933
struct
Gray2RGB
937
Gray2RGB
(int _dstcn) : dstcn(_dstcn) {}
[
all
...]
/external/opencv3/modules/imgproc/src/opencl/
cvtcolor.cl
166
__kernel void
Gray2RGB
(__global const uchar * srcptr, int src_step, int src_offset,
[
all
...]
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
color_cvt.hpp
243
template <typename T, int dcn> struct
Gray2RGB
[
all
...]
Completed in 208 milliseconds