fixes tab indentation - replacing with 4 spaces
This commit is contained in:
@@ -159,7 +159,7 @@ public:
|
||||
#ifdef HAVE_TIFF
|
||||
for (int num_channels = 1; num_channels <= 4; num_channels++)
|
||||
{
|
||||
if (num_channels == 2) continue;
|
||||
if (num_channels == 2) continue;
|
||||
// tiff
|
||||
ts->printf(ts->LOG, "image type depth:%d channels:%d ext: %s\n", CV_16U, num_channels, ".tiff");
|
||||
Mat img(img_r * k, img_c * k, CV_MAKETYPE(CV_16U, num_channels), Scalar::all(0));
|
||||
|
Reference in New Issue
Block a user