removed build error

Whitespaces removed
This commit is contained in:
siddharth
2014-04-12 04:34:41 +05:30
parent 14d0b763ec
commit 88d05a89d4
4 changed files with 6 additions and 3 deletions

View File

@@ -6,6 +6,9 @@
*
* This tutorial demonstrates how to use OpenCV Decolorization Module.
*
* Input:
* Color Image
*
* Output:
* 1) Grayscale image
* 2) Color boost image
@@ -23,6 +26,7 @@ using namespace cv;
int main(int argc, char *argv[])
{
CV_Assert(argc == 2);
Mat I;
I = imread(argv[1]);