Home
last modified time | relevance | path

Searched refs:COLOR_GRAY2RGB (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore/dataset/vision/
Dutils.py94 COLOR_GRAY2RGB = COLOR_GRAY2BGR variable in ConvertMode
Dc_transforms.py110 ConvertMode.COLOR_GRAY2RGB: cde.ConvertMode.DE_COLOR_GRAY2RGB,
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstskindetect.cpp333 cv::cvtColor (filter->cvSkinPixels1, filter->cvRGB, cv::COLOR_GRAY2RGB); in gst_skin_detect_transform()
369 cv::cvtColor (filter->cvdraft, filter->cvRGB, cv::COLOR_GRAY2RGB); in gst_skin_detect_transform()
388 cv::cvtColor (filter->cvChA, filter->cvRGB, cv::COLOR_GRAY2RGB); in gst_skin_detect_transform()
Dgstedgedetect.cpp272 cv::cvtColor (filter->cvEdge, outimg, cv::COLOR_GRAY2RGB); in gst_edge_detect_transform()
Dgstdisparity.cpp566 cvtColor (fs->cvGray_depth_map2, fs->cvRGB_right, COLOR_GRAY2RGB); in gst_disparity_chain_right()
578 cvtColor (fs->cvGray_depth_map2, fs->cvRGB_right, COLOR_GRAY2RGB); in gst_disparity_chain_right()
Dgstcvsobel.cpp271 cv::cvtColor (filter->cvSobel, outimg, cv::COLOR_GRAY2RGB); in gst_cv_sobel_transform()
Dgstcvlaplace.cpp276 cv::cvtColor (filter->Laplace, outimg, cv::COLOR_GRAY2RGB); in gst_cv_laplace_transform()
Dgstsegmentation.cpp444 cvtColor (filter->cvFG, filter->cvRGB, COLOR_GRAY2RGB); in gst_segmentation_transform_ip()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Dconstants.h46 COLOR_GRAY2RGB = COLOR_GRAY2BGR, ///< Convert GRAY image to RGB image. enumerator
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/core/
Dbindings.cc158 .value("DE_COLOR_GRAY2RGB", ConvertMode::COLOR_GRAY2RGB) in __anon39cb0f2d1002()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dimage_utils.cc73 …R_BGR2RGB, ConvertMode::COLOR_RGB2BGR, ConvertMode::COLOR_GRAY2BGR, ConvertMode::COLOR_GRAY2RGB}; in GetConvertShape()