Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstdisparity.cpp453 filter->cvGray_depth_map2.release (); in gst_disparity_finalize()
564 normalize (fs->cvGray_depth_map1, fs->cvGray_depth_map2, 0, 255, in gst_disparity_chain_right()
565 NORM_MINMAX, fs->cvGray_depth_map2.type ()); in gst_disparity_chain_right()
566 cvtColor (fs->cvGray_depth_map2, fs->cvRGB_right, COLOR_GRAY2RGB); in gst_disparity_chain_right()
576 normalize (fs->cvGray_depth_map1, fs->cvGray_depth_map2, 0, 255, in gst_disparity_chain_right()
577 NORM_MINMAX, fs->cvGray_depth_map2.type ()); in gst_disparity_chain_right()
578 cvtColor (fs->cvGray_depth_map2, fs->cvRGB_right, COLOR_GRAY2RGB); in gst_disparity_chain_right()
614 fs->cvGray_depth_map2.create (fs->imgSize, CV_8UC1); in initialise_disparity()
Dgstdisparity.h93 cv::Mat cvGray_depth_map2; /*IPL_DEPTH_8U */ member