From e0ac73cfbe0387f1bcb739c076cbf81c2708a756 Mon Sep 17 00:00:00 2001 From: Gary Bradski Date: Sat, 4 Dec 2010 08:30:03 +0000 Subject: [PATCH] revamped --- samples/cpp/cout_mat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/cpp/cout_mat.cpp b/samples/cpp/cout_mat.cpp index 2c38de3..4a2b5f5 100644 --- a/samples/cpp/cout_mat.cpp +++ b/samples/cpp/cout_mat.cpp @@ -15,7 +15,7 @@ void help() { cout << "\n------------------------------------------------------------------\n" - << "This program shows the serial out capabilities of cv::Mat\n" + << " This program shows the serial out capabilities of cv::Mat\n" << "That is, cv::Mat M(...); cout << M; Now works.\n" << "Output can be formated to OpenCV, python, numpy, csv and C styles" << "Usage:\n" -- 2.7.4