Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstdisparity.cpp452 filter->cvGray_depth_map1.release (); in gst_disparity_finalize()
564 normalize (fs->cvGray_depth_map1, fs->cvGray_depth_map2, 0, 255, in gst_disparity_chain_right()
576 normalize (fs->cvGray_depth_map1, fs->cvGray_depth_map2, 0, 255, in gst_disparity_chain_right()
613 fs->cvGray_depth_map1.create (fs->imgSize, CV_16SC1); in initialise_disparity()
626 filter->depth_map_as_cvMat = Mat (filter->cvGray_depth_map1); in initialise_sbm()
Dgstdisparity.h92 cv::Mat cvGray_depth_map1; /*IPL_DEPTH_16S */ member