Searched refs:imgSize (Results 1 – 3 of 3) sorted by relevance
601 fs->imgSize = Size (fs->width, fs->height); in initialise_disparity()608 fs->cvRGB_right.create (fs->imgSize, cv_type); in initialise_disparity()609 fs->cvRGB_left.create (fs->imgSize, cv_type); in initialise_disparity()610 fs->cvGray_right.create (fs->imgSize, CV_8UC1); in initialise_disparity()611 fs->cvGray_left.create (fs->imgSize, CV_8UC1); in initialise_disparity()613 fs->cvGray_depth_map1.create (fs->imgSize, CV_16SC1); in initialise_disparity()614 fs->cvGray_depth_map2.create (fs->imgSize, CV_8UC1); in initialise_disparity()615 fs->cvGray_depth_map1_2.create (fs->imgSize, CV_16SC1); in initialise_disparity()
87 cv::Size imgSize; member
1646 const auto imgSize = imageSize(sampleCount); in getBufferElems() local1647 return (imgSize.width * imgSize.height * sampleCount); in getBufferElems()