mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 03:30:34 +08:00
Merge pull request #11546 from shengyu7697:tab_to_space
This commit is contained in:
commit
b83bc8b3b0
@ -503,7 +503,7 @@ namespace cv{
|
||||
// +-+-+-+
|
||||
// |p|q|r|
|
||||
// +-+-+-+
|
||||
// |x|
|
||||
// |x|
|
||||
// +-+
|
||||
const int w = imgLabels.cols, h = imgLabels.rows;
|
||||
|
||||
@ -548,7 +548,7 @@ namespace cv{
|
||||
// +-+-+-+
|
||||
// |-|q|-|
|
||||
// +-+-+-+
|
||||
// |x|
|
||||
// |x|
|
||||
// +-+
|
||||
const int w = imgLabels.cols, h = imgLabels.rows;
|
||||
|
||||
@ -2473,9 +2473,9 @@ namespace cv{
|
||||
// |P -|Q -|R -|
|
||||
// |- -|- -|- -|
|
||||
// +---+---+---+
|
||||
// |X -|
|
||||
// |- -|
|
||||
// +---+
|
||||
// |X -|
|
||||
// |- -|
|
||||
// +---+
|
||||
const int w = imgLabels.cols, h = imgLabels.rows;
|
||||
|
||||
for (int r = chunksSizeAndLabels[0]; r < h; r = chunksSizeAndLabels[r]){
|
||||
|
Loading…
Reference in New Issue
Block a user