fixed tab indent
This commit is contained in:
parent
88e0127f44
commit
18a5b8dfc6
@ -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));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user