From 9fc7f92dcdd5d686e2783b36020241af88707336 Mon Sep 17 00:00:00 2001 From: Messier Date: Tue, 22 Oct 2019 12:24:30 +0800 Subject: [PATCH] style(*): remove get_depth_with_region.cc cout --- samples/get_depth_with_region.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/get_depth_with_region.cc b/samples/get_depth_with_region.cc index f728d45..ebd56ba 100644 --- a/samples/get_depth_with_region.cc +++ b/samples/get_depth_with_region.cc @@ -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");