hopefully fixed compile warnings

pull/41/head
Vadim Pisarevsky 11 years ago
parent a52c0a2bb0
commit 8d578e43d0
  1. 4
      modules/rgbd/src/depth_to_3d.cpp

@ -48,7 +48,7 @@ namespace rgbd
* @param mask the mask of the points to consider (can be empty)
* @param points3d the resulting 3d points, a 3-channel matrix
*/
void
static void
depthTo3d_from_uvz(const cv::Mat& in_K, const cv::Mat& u_mat, const cv::Mat& v_mat, const cv::Mat& z_mat,
cv::Mat& points3d)
{
@ -90,7 +90,7 @@ namespace rgbd
* @param mask the mask of the points to consider (can be empty)
* @param points3d the resulting 3d points
*/
void
static void
depthTo3dMask(const cv::Mat& depth, const cv::Mat& K, const cv::Mat& mask, cv::Mat& points3d)
{
// Create 3D points in one go.

Loading…
Cancel
Save