OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blueIdx
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
color_cvt.hpp
317
#define CV_CUDEV_RGB2Lab_INST(name, scn, dcn, sRGB,
blueIdx
) \
318
template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2Lab<SrcDepth, scn, dcn, sRGB,
blueIdx
> \
344
#define CV_CUDEV_Lab2RGB_INST(name, scn, dcn, sRGB,
blueIdx
) \
345
template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::Lab2RGB<SrcDepth, scn, dcn, sRGB,
blueIdx
> \
371
#define CV_CUDEV_RGB2Luv_INST(name, scn, dcn, sRGB,
blueIdx
) \
372
template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::RGB2Luv<SrcDepth, scn, dcn, sRGB,
blueIdx
> \
398
#define CV_CUDEV_Luv2RGB_INST(name, scn, dcn, sRGB,
blueIdx
) \
399
template <typename SrcDepth> struct name ## _func : cv::cudev::color_cvt_detail::Luv2RGB<SrcDepth, scn, dcn, sRGB,
blueIdx
> \
/external/opencv3/modules/imgproc/src/
color.cpp
551
RGB2RGB(int _srccn, int _dstcn, int _blueIdx) : srccn(_srccn), dstcn(_dstcn),
blueIdx
(_blueIdx) {}
554
int scn = srccn, dcn = dstcn, bidx =
blueIdx
;
585
int srccn, dstcn,
blueIdx
;
595
srccn(_srccn), dstcn(_dstcn),
blueIdx
(_blueIdx)
603
int scn = srccn, dcn = dstcn, bidx =
blueIdx
, i = 0;
717
int srccn, dstcn,
blueIdx
;
732
: dstcn(_dstcn),
blueIdx
(_blueIdx), greenBits(_greenBits)
745
int dcn = dstcn, bidx =
blueIdx
, i = 0;
829
int dstcn,
blueIdx
, greenBits;
842
: srccn(_srccn),
blueIdx
(_blueIdx), greenBits(_greenBits
[
all
...]
demosaicing.cpp
[
all
...]
/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
...]
Completed in 80 milliseconds