Home
last modified time | relevance | path

Searched refs:COLOR_RGB2GRAY (Results 1 – 16 of 16) sorted by relevance

/third_party/mindspore/mindspore/dataset/vision/
Dutils.py92 COLOR_RGB2GRAY = 7 variable in ConvertMode
Dc_transforms.py108 ConvertMode.COLOR_RGB2GRAY: cde.ConvertMode.DE_COLOR_RGB2GRAY,
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstdisparity.cpp561 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()
Dgstedgedetect.cpp264 cv::cvtColor (img, filter->cvGray, cv::COLOR_RGB2GRAY); in gst_edge_detect_transform()
Dgstcvsobel.cpp263 cv::cvtColor (img, filter->cvGray, cv::COLOR_RGB2GRAY); in gst_cv_sobel_transform()
Dgstcvlaplace.cpp266 cv::cvtColor (img, filter->cvGray, cv::COLOR_RGB2GRAY); in gst_cv_laplace_transform()
DMotionCells.cpp152 cvtColor (m_pprevDown, m_pprevgreyImage, cv::COLOR_RGB2GRAY); in performDetectionMotionCells()
154 cvtColor (m_pcurDown, m_pcurgreyImage, cv::COLOR_RGB2GRAY); in performDetectionMotionCells()
Dgstfaceblur.cpp361 cvtColor (img, filter->cvGray, COLOR_RGB2GRAY); in gst_face_blur_transform_ip()
Dgsthanddetect.cpp412 cvtColor (img, filter->cvGray, COLOR_RGB2GRAY); in gst_handdetect_transform_ip()
Dgstfacedetect.cpp600 cvtColor (img, filter->cvGray, COLOR_RGB2GRAY); in gst_face_detect_transform_ip()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Drandom_color_op.cc45 cv::cvtColor(m1, gray, cv::COLOR_RGB2GRAY); in Compute()
Dimage_utils.cc69 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/
Drandom_color_op_test.cc41 cv::cvtColor(m1, m2, cv::COLOR_RGB2GRAY);
Dc_api_vision_a_to_q_test.cc1149 …ensorTransform> convert(new mindspore::dataset::vision::ConvertColor(ConvertMode::COLOR_RGB2GRAY)); in TEST_F()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Dconstants.h44 COLOR_RGB2GRAY = 7, ///< Convert RGB image to GRAY image. enumerator
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/core/
Dbindings.cc156 .value("DE_COLOR_RGB2GRAY", ConvertMode::COLOR_RGB2GRAY) in __anon39cb0f2d1002()