style(*): remove get_depth_with_region.cc cout

This commit is contained in:
Messier 2019-10-22 12:24:30 +08:00
parent e1485e2103
commit 9fc7f92dcd

View File

@ -200,8 +200,8 @@ int main(int argc, char *argv[]) {
return 0;
}
std::cout << std::endl << "Left Camera Intrinsics:" << std::endl
<< cv_in_left << std::endl;
// std::cout << std::endl << "Left Camera Intrinsics:" << std::endl
// << cv_in_left << std::endl;
cv_in_left_inv = cv_in_left.inv();
cv::namedWindow("frame");
cv::namedWindow("depth");