Home
last modified time | relevance | path

Searched refs:cvSobel (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstcvsobel.cpp122 filter->cvSobel.release (); in gst_cv_sobel_finalize()
196 filter->cvSobel.create (cv::Size (out_width, out_height), CV_8UC1); in gst_cv_sobel_set_caps()
264 cv::Sobel (filter->cvGray, filter->cvSobel, filter->cvGray.depth (), in gst_cv_sobel_transform()
269 img.copyTo (outimg, filter->cvSobel); in gst_cv_sobel_transform()
271 cv::cvtColor (filter->cvSobel, outimg, cv::COLOR_GRAY2RGB); in gst_cv_sobel_transform()
Dgstcvsobel.h76 cv::Mat cvSobel; member
/third_party/gstreamer/gstplugins_bad/
DChangeLog79512 of cvSobel by using cvCvtColor to create the grayscale image to process.