OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RGB2RGB
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
color_cvt.hpp
60
template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::
RGB2RGB
<SrcDepth, scn, dcn, bidx> \
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
color_detail.hpp
110
template <typename T, int scn, int dcn, int bidx> struct
RGB2RGB
125
__host__ __device__ __forceinline__
RGB2RGB
() {}
126
__host__ __device__ __forceinline__
RGB2RGB
(const
RGB2RGB
&) {}
129
template <> struct
RGB2RGB
<uchar, 4, 4, 2> : unary_function<uint, uint>
143
__host__ __device__ __forceinline__
RGB2RGB
() {}
144
__host__ __device__ __forceinline__
RGB2RGB
(const
RGB2RGB
&) {}
151
typedef ::cv::cuda::device::color_detail::
RGB2RGB
<T, scn, dcn, bidx> functor_type; \
[
all
...]
/external/opencv3/modules/imgproc/src/
color.cpp
547
template<typename _Tp> struct
RGB2RGB
551
RGB2RGB
(int _srccn, int _dstcn, int _blueIdx) : srccn(_srccn), dstcn(_dstcn), blueIdx(_blueIdx) {}
590
template<> struct
RGB2RGB
<uchar>
594
RGB2RGB
(int _srccn, int _dstcn, int _blueIdx) :
[
all
...]
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/detail/
color_cvt.hpp
106
template <typename T, int scn, int dcn, int bidx> struct
RGB2RGB
[
all
...]
Completed in 4981 milliseconds