Searched refs:cvGray (Results 1 – 13 of 13) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstcvsobel.cpp | 121 filter->cvGray.release (); in gst_cv_sobel_finalize() 195 filter->cvGray.create (cv::Size (in_width, in_height), CV_8UC1); in gst_cv_sobel_set_caps() 263 cv::cvtColor (img, filter->cvGray, cv::COLOR_RGB2GRAY); in gst_cv_sobel_transform() 264 cv::Sobel (filter->cvGray, filter->cvSobel, filter->cvGray.depth (), in gst_cv_sobel_transform()
|
D | gstedgedetect.cpp | 124 filter->cvGray.release (); in gst_edge_detect_finalize() 252 filter->cvGray.create (cv::Size (in_width, in_height), CV_8UC1); in gst_edge_detect_set_caps() 264 cv::cvtColor (img, filter->cvGray, cv::COLOR_RGB2GRAY); in gst_edge_detect_transform() 265 cv::Canny (filter->cvGray, filter->cvEdge, filter->threshold1, in gst_edge_detect_transform()
|
D | gstcvlaplace.cpp | 124 filter->cvGray.release (); in gst_cv_laplace_finalize() 198 filter->cvGray.create (cv::Size (in_width, in_height), CV_8UC1); in gst_cv_laplace_cv_set_caps() 266 cv::cvtColor (img, filter->cvGray, cv::COLOR_RGB2GRAY); in gst_cv_laplace_transform() 267 cv::Laplacian (filter->cvGray, filter->intermediary_img, in gst_cv_laplace_transform()
|
D | gstfaceblur.cpp | 173 filter->cvGray.release (); in gst_face_blur_finalize() 337 filter->cvGray.create (Size (in_width, in_height), CV_8UC1); in gst_face_blur_set_caps() 361 cvtColor (img, filter->cvGray, COLOR_RGB2GRAY); in gst_face_blur_transform_ip() 363 filter->cvCascade->detectMultiScale (filter->cvGray, faces, in gst_face_blur_transform_ip()
|
D | gsthanddetect.cpp | 168 filter->cvGray.release (); in gst_handdetect_finalize() 390 filter->cvGray.create (Size (in_width, in_height), CV_8UC1); in gst_handdetect_set_caps() 412 cvtColor (img, filter->cvGray, COLOR_RGB2GRAY); in gst_handdetect_transform_ip() 415 Mat roi (filter->cvGray, Rect (0, in gst_handdetect_transform_ip() 416 0, filter->cvGray.size ().width, filter->cvGray.size ().height)); in gst_handdetect_transform_ip()
|
D | gstfacedetect.cpp | 255 filter->cvGray.release (); in gst_face_detect_finalize() 531 filter->cvGray.create (Size (in_width, in_height), CV_8UC1); in gst_face_detect_set_caps() 565 meanStdDev (filter->cvGray, mean, stddev); in gst_face_detect_run_detector() 569 Mat roi (filter->cvGray, r); in gst_face_detect_run_detector() 600 cvtColor (img, filter->cvGray, COLOR_RGB2GRAY); in gst_face_detect_transform_ip() 605 filter->cvGray.size ().width, filter->cvGray.size ().height), in gst_face_detect_transform_ip()
|
D | gstedgedetect.h | 79 cv::Mat cvGray; member
|
D | gstcvsobel.h | 75 cv::Mat cvGray; member
|
D | gstcvlaplace.h | 76 cv::Mat cvGray; member
|
D | gstfaceblur.h | 85 cv::Mat cvGray; member
|
D | gsthanddetect.h | 84 cv::Mat cvGray; member
|
D | gstfacedetect.h | 106 cv::Mat cvGray; member
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 73418 Mat roi (filter->cvGray, r);
|