Home
last modified time | relevance | path

Searched refs:depth_map_as_cvMat (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstdisparity.cpp457 filter->depth_map_as_cvMat.release (); in gst_disparity_finalize()
626 filter->depth_map_as_cvMat = Mat (filter->cvGray_depth_map1); in initialise_sbm()
661 filter->img_right_as_cvMat_gray, filter->depth_map_as_cvMat); in run_sbm_iteration()
670 filter->img_right_as_cvMat_gray, filter->depth_map_as_cvMat); in run_sgbm_iteration()
Dgstdisparity.h98 cv::Mat depth_map_as_cvMat; member