Mat xyz;
reprojectImageTo3D(disp, xyz, Q, true);
xyz = xyz*16;
pcl::PointCloud<pcl::PointXYZ>::Ptr cloud(new pcl::PointCloud<pcl::PointXYZ>);
cloud->width = 752;
cloud->height = 480;
cloud->points.resize(cloud->width * cloud->height);