Searched refs:COLOR_RGB2GRAY (Results 1 – 16 of 16) sorted by relevance
/third_party/mindspore/mindspore/dataset/vision/ |
D | utils.py | 92 COLOR_RGB2GRAY = 7 variable in ConvertMode
|
D | c_transforms.py | 108 ConvertMode.COLOR_RGB2GRAY: cde.ConvertMode.DE_COLOR_RGB2GRAY,
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstdisparity.cpp | 561 cvtColor (fs->cvRGB_left, fs->cvGray_left, COLOR_RGB2GRAY); in gst_disparity_chain_right() 562 cvtColor (fs->cvRGB_right, fs->cvGray_right, COLOR_RGB2GRAY); in gst_disparity_chain_right() 573 cvtColor (fs->cvRGB_left, fs->cvGray_left, COLOR_RGB2GRAY); in gst_disparity_chain_right() 574 cvtColor (fs->cvRGB_right, fs->cvGray_right, COLOR_RGB2GRAY); in gst_disparity_chain_right()
|
D | gstedgedetect.cpp | 264 cv::cvtColor (img, filter->cvGray, cv::COLOR_RGB2GRAY); in gst_edge_detect_transform()
|
D | gstcvsobel.cpp | 263 cv::cvtColor (img, filter->cvGray, cv::COLOR_RGB2GRAY); in gst_cv_sobel_transform()
|
D | gstcvlaplace.cpp | 266 cv::cvtColor (img, filter->cvGray, cv::COLOR_RGB2GRAY); in gst_cv_laplace_transform()
|
D | MotionCells.cpp | 152 cvtColor (m_pprevDown, m_pprevgreyImage, cv::COLOR_RGB2GRAY); in performDetectionMotionCells() 154 cvtColor (m_pcurDown, m_pcurgreyImage, cv::COLOR_RGB2GRAY); in performDetectionMotionCells()
|
D | gstfaceblur.cpp | 361 cvtColor (img, filter->cvGray, COLOR_RGB2GRAY); in gst_face_blur_transform_ip()
|
D | gsthanddetect.cpp | 412 cvtColor (img, filter->cvGray, COLOR_RGB2GRAY); in gst_handdetect_transform_ip()
|
D | gstfacedetect.cpp | 600 cvtColor (img, filter->cvGray, COLOR_RGB2GRAY); in gst_face_detect_transform_ip()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | random_color_op.cc | 45 cv::cvtColor(m1, gray, cv::COLOR_RGB2GRAY); in Compute()
|
D | image_utils.cc | 69 std::vector<ConvertMode> one_channels = {ConvertMode::COLOR_BGR2GRAY, ConvertMode::COLOR_RGB2GRAY, in GetConvertShape() 1441 cv::cvtColor(input_cv->mat(), output_cv->mat(), static_cast<int>(cv::COLOR_RGB2GRAY)); in RgbToGray()
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | random_color_op_test.cc | 41 cv::cvtColor(m1, m2, cv::COLOR_RGB2GRAY);
|
D | c_api_vision_a_to_q_test.cc | 1149 …ensorTransform> convert(new mindspore::dataset::vision::ConvertColor(ConvertMode::COLOR_RGB2GRAY)); in TEST_F()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/ |
D | constants.h | 44 COLOR_RGB2GRAY = 7, ///< Convert RGB image to GRAY image. enumerator
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/core/ |
D | bindings.cc | 156 .value("DE_COLOR_RGB2GRAY", ConvertMode::COLOR_RGB2GRAY) in __anon39cb0f2d1002()
|