Commit 18a5b8df authored by kobigurk's avatar kobigurk

fixed tab indent

parent 88e0127f
...@@ -101,8 +101,8 @@ public: ...@@ -101,8 +101,8 @@ public:
continue; continue;
for (int num_channels = 1; num_channels <= 4; num_channels++) for (int num_channels = 1; num_channels <= 4; num_channels++)
{ {
if (num_channels == 2) continue; if (num_channels == 2) continue;
if (num_channels == 4 && ext!=3 /*TIFF*/) continue; if (num_channels == 4 && ext!=3 /*TIFF*/) continue;
ts->printf(ts->LOG, "image type depth:%d channels:%d ext: %s\n", CV_8U, num_channels, ext_from_int(ext).c_str()); ts->printf(ts->LOG, "image type depth:%d channels:%d ext: %s\n", CV_8U, num_channels, ext_from_int(ext).c_str());
Mat img(img_r * k, img_c * k, CV_MAKETYPE(CV_8U, num_channels), Scalar::all(0)); Mat img(img_r * k, img_c * k, CV_MAKETYPE(CV_8U, num_channels), Scalar::all(0));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment