doxygenated core and imgproc modules (C++ API only)

This commit is contained in:
Vadim Pisarevsky
2010-05-25 14:57:10 +00:00
parent 201d4a068d
commit 4632d65889
4 changed files with 1593 additions and 263 deletions

View File

@@ -227,6 +227,10 @@ LineIterator::LineIterator(const Mat& img, Point pt1, Point pt2,
minusStep = bt_pix;
count = dx + dy + 1;
}
this->ptr0 = img.data;
this->step = (int)step;
this->elemSize = bt_pix;
}
static void