#include <cxcore.hpp>
Public Member Functions | |
LineIterator (const Mat &img, Point pt1, Point pt2, int connectivity=8, bool leftToRight=false) | |
uchar * | operator* () |
LineIterator & | operator++ () |
LineIterator | operator++ (int) |
Public Attributes | |
uchar * | ptr |
int | err |
int | count |
int | minusDelta |
int | plusDelta |
int | minusStep |
int | plusStep |
cv::LineIterator::LineIterator | ( | const Mat & | img, | |
Point | pt1, | |||
Point | pt2, | |||
int | connectivity = 8 , |
|||
bool | leftToRight = false | |||
) |
uchar * cv::LineIterator::operator* | ( | ) |
LineIterator & cv::LineIterator::operator++ | ( | ) |
LineIterator cv::LineIterator::operator++ | ( | int | ) |