| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
??.instance --+
|
LineIterator
Class for iterating pixels on a raster line.
In PyOpenCV, LineIterator is a Python iterator which returns Point
(instead of pixel address as in OpenCV) at every iteration.
Reference:
http://opencv.willowgarage.com/documentation/cpp/drawing_functions.html#lineiterator
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 52
|
|||
|
|||
|
this Class for iterating pixels on a raster line. |
|||
|
Inherited from |
|||
|
|||
__init__( (object)arg1, (Mat)img, (Point2i)pt1, (Point2i)pt2 [, (object)connectivity=8 [, (bool)leftToRight=False]]) -> None :
C++ signature :
void __init__(_object*,cv::Mat,cv::Point_<int>,cv::Point_<int> [,int=8 [,bool=False]])
|
__iter__( (LineIterator)arg1) -> LineIterator :
Wrapped function:
iter
C++ signature :
sdopencv::LineIterator __iter__(sdopencv::LineIterator {lvalue})
|
helper for pickle
|
next( (LineIterator)arg1) -> Point2i :
C++ signature :
cv::Point_<int> next(sdopencv::LineIterator {lvalue})
|
|
|||
this
Class for iterating pixels on a raster line.
In PyOpenCV, LineIterator is a Python iterator which returns Point
(instead of pixel address as in OpenCV) at every iteration.
Reference:
http://opencv.willowgarage.com/documentation/cpp/drawing_functions.html#lineiterator
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sun May 02 17:17:03 2010 | http://epydoc.sourceforge.net |