Commit b83bc8b3 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #11546 from shengyu7697:tab_to_space

parents ab2c21e7 72d3e14e
...@@ -503,7 +503,7 @@ namespace cv{ ...@@ -503,7 +503,7 @@ namespace cv{
// +-+-+-+ // +-+-+-+
// |p|q|r| // |p|q|r|
// +-+-+-+ // +-+-+-+
// |x| // |x|
// +-+ // +-+
const int w = imgLabels.cols, h = imgLabels.rows; const int w = imgLabels.cols, h = imgLabels.rows;
...@@ -548,7 +548,7 @@ namespace cv{ ...@@ -548,7 +548,7 @@ namespace cv{
// +-+-+-+ // +-+-+-+
// |-|q|-| // |-|q|-|
// +-+-+-+ // +-+-+-+
// |x| // |x|
// +-+ // +-+
const int w = imgLabels.cols, h = imgLabels.rows; const int w = imgLabels.cols, h = imgLabels.rows;
...@@ -2473,9 +2473,9 @@ namespace cv{ ...@@ -2473,9 +2473,9 @@ namespace cv{
// |P -|Q -|R -| // |P -|Q -|R -|
// |- -|- -|- -| // |- -|- -|- -|
// +---+---+---+ // +---+---+---+
// |X -| // |X -|
// |- -| // |- -|
// +---+ // +---+
const int w = imgLabels.cols, h = imgLabels.rows; const int w = imgLabels.cols, h = imgLabels.rows;
for (int r = chunksSizeAndLabels[0]; r < h; r = chunksSizeAndLabels[r]){ for (int r = chunksSizeAndLabels[0]; r < h; r = chunksSizeAndLabels[r]){
......
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